| Previous topic :: Next topic |
| Author |
Message |
seanzyville
Joined: 06 Sep 2006
Posts: 23
|
| Posted: Sun Jun 10, 2007 5:37 am Post subject: MOD.LBL_USER_DESCRIPTION |
|
|
Hi,
Where can I find the folder that contains the "MOD.LBL_USER_DESCRIPTION" I want to edit the text descriptions. Thanks.
Shaun |
|
| Back to top |
|
Lukas
Joined: 22 Sep 2006
Posts: 408
Location: Czech rep.
|
| Posted: Sun Jun 10, 2007 10:06 am Post subject: MOD.LBL_USER_DESCRIPTION |
|
|
Hello Shaun,
path is:
Smarty/Templates/UserListView.tpl line 38
and
Smarty/templates/Settings.tpl line 49
Regards,
LN |
|
| Back to top |
|
seanzyville
Joined: 06 Sep 2006
Posts: 23
|
| Posted: Sun Jun 10, 2007 3:57 pm Post subject: MOD.LBL_USER_DESCRIPTION |
|
|
Hi LN,
My purpose is to actually edit the text descriptions found in the Settings. Ex. "Manage users who can access vtiger CRM" I wanna change it to "Click here to manage users"
I cant seem to find it anywhere including the |
|
| Back to top |
|
Lukas
Joined: 22 Sep 2006
Posts: 408
Location: Czech rep.
|
| Posted: Sun Jun 10, 2007 4:05 pm Post subject: Re: MOD.LBL_USER_DESCRIPTION |
|
|
Hi, if you mean just change that text so you can change it in language file.
modules/Settings/language/en_us.lang.php line 635
from:
Code: 'LBL_USER_DESCRIPTION'=>'Manage users who can access vtiger CRM',
to:
Code: 'LBL_USER_DESCRIPTION'=>'Click here to manage users',
Regards,
LN |
|
| Back to top |
|
| |