[Vtigercrm-commits] [vtiger-commits] r5846 - in /vtigercrm/trunk/Smarty/templates: OrgSharingDetailView.tpl OrgSharingEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 10 10:45:12 EDT 2006
Author: saraj
Date: Wed May 10 08:45:03 2006
New Revision: 5846
Log:
i18n done for Access Privileges - ahmed
Modified:
vtigercrm/trunk/Smarty/templates/OrgSharingDetailView.tpl
vtigercrm/trunk/Smarty/templates/OrgSharingEditView.tpl
Modified: vtigercrm/trunk/Smarty/templates/OrgSharingDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/OrgSharingDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/OrgSharingDetailView.tpl Wed May 10 08:45:03 2006
@@ -37,8 +37,8 @@
<tr>
<td bgcolor="#ebebeb" width="7"></td>
<td style="padding-left: 10px; height: 20px; vertical-align: middle;" bgcolor="#ececec">
- view : <a href="javascript:show('customdiv');show('globaldiv');">Both</a> | <a href="javascript:hide('customdiv');show('globaldiv');" >Global Access Privileges</a> |
- <a href="javascript:show('customdiv');hide('globaldiv');">Custom Access Privileges</a>
+ {$CMOD.LBL_VIEW} : <a href="javascript:show('customdiv');show('globaldiv');">{$CMOD.LBL_BOTH}</a> | <a href="javascript:hide('customdiv');show('globaldiv');" >{$CMOD.LBL_GLOBAL_ACCESS_PRIVILEGES}</a> |
+ <a href="javascript:show('customdiv');hide('globaldiv');">{$CMOD.LBL_CUSTOM_ACCESS_PRIVILEGES}</a>
</td>
<td bgcolor="#ebebeb" width="8"></td>
@@ -71,8 +71,8 @@
<input type="hidden" name="parenttab" value="Settings">
<tr>
<td class="genHeaderSmall" height="25" valign="middle">Global Access Privileges</td>
- <td align="right"><input class=small titlr="Recalculate" type="submit" name="recalculate" value="Recalculate" onclick="this.form.action.value='RecalculateSharingRules'; return confirm('Recalculate Sharing Rules will calculate the sharing rules for the whole organization. This Operation will take some time. Do you want to contunue? ')">
- <input class=small title="Edit" accessKey="C" type="submit" name="Edit" value={$CMOD.LBL_EDIT_PERMISSIONS}></td>
+ <td align="right"><input class=small title="{$CMOD.LBL_RECALCULATE_BUTTON}" type="submit" name="recalculate" value="{$CMOD.LBL_RECALCULATE_BUTTON}" onclick="this.form.action.value='RecalculateSharingRules'; return confirm('Recalculate Sharing Rules will calculate the sharing rules for the whole organization. This Operation will take some time. Do you want to contunue? ')">
+ <input class=small type="submit" name="Edit" value={$CMOD.LBL_EDIT_PERMISSIONS}></td>
</tr>
<tr><td colspan="2"></td></tr>
@@ -132,7 +132,7 @@
<table border="0" cellpadding="3" cellspacing="0" width="100%">
<tbody>
<tr>
- <td class="genHeaderSmall" colspan="2" height="25" valign="middle">Custom Access Privileges</td>
+ <td class="genHeaderSmall" colspan="2" height="25" valign="middle">{$CMOD.LBL_CUSTOM_ACCESS_PRIVILEGES}</td>
</tr>
<tr><td colspan="2"></td></tr>
<tr>
@@ -149,7 +149,7 @@
<img src="{$IMAGE_PATH}arrow.jpg" align="absmiddle">
<b>{$modulename}</b>
</td>
- <td align="right" colspan=2><input title="New" class="small" type="button" name="Create" value="Add Privileges" onClick="callEditDiv('{$modulename}','create','{$elements.0}')"></td>
+ <td align="right" colspan=2><input title="New" class="small" type="button" name="Create" value="{$CMOD.LBL_ADD_PRIVILEGES_BUTTON}" onClick="callEditDiv('{$modulename}','create','{$elements.0}')"></td>
</tr>
<tr>
<th class="lvtCol" nowrap width="9%">Rule No.</th>
@@ -183,9 +183,9 @@
</tr>
<tr>
<td colspan="2" style="padding: 20px;" bgcolor="#ffffff" align="center">
- No Custom Access Rules defined .
+ {$CMOD.LBL_CUSTOM_ACCESS_MESG}
<a href="javascript:onClick=callEditDiv('{$modulename}','create','')">Click here</a>
- to create a new Rule
+ {$CMOD.LBL_CREATE_RULE_MESG}
</td>
</tr>
</tbody>
Modified: vtigercrm/trunk/Smarty/templates/OrgSharingEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/OrgSharingEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/OrgSharingEditView.tpl Wed May 10 08:45:03 2006
@@ -34,7 +34,7 @@
<input type="hidden" name="action" value="SaveOrgSharing">
<input type="hidden" name="parenttab" value="Settings">
<tr>
- <td class="genHeaderSmall" height="25" valign="middle">Global Access Privileges</td>
+ <td class="genHeaderSmall" height="25" valign="middle">{$CMOD.LBL_GLOBAL_ACCESS_PRIVILEGES}</td>
<td align="right"><input class="small" title="Save" accessKey="C" type="submit" name="Save" value="{$CMOD.LBL_SAVE_PERMISSIONS}"></td>
</tr>
<tr><td colspan="2" height="20"> </td></tr>
@@ -55,7 +55,7 @@
</tr>
<tr><td colspan="2" height="20"> </td></tr>
<tr>
- <td align="center" colspan=2><input class="small" title="Cancel" accessKey="C" type="button" name="Cancel" value="Cancel" onClick="window.history.back();"></td>
+ <td align="center" colspan=2><input class="small" title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" type="button" name="Cancel" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" onClick="window.history.back();"></td>
</tr>
</form>
</tbody>
More information about the vtigercrm-commits
mailing list