[Vtigercrm-commits] [vtiger-commits] r9335 - in /vtigercrm/trunk/Smarty/templates: EditProfile.tpl ProfileDetailView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Sep 7 03:55:49 EDT 2006
Author: richie
Date: Thu Sep 7 01:55:37 2006
New Revision: 9335
Log:
Fields disabled if it is not enabled in global privileges --Jeri
Modified:
vtigercrm/trunk/Smarty/templates/EditProfile.tpl
vtigercrm/trunk/Smarty/templates/ProfileDetailView.tpl
Modified: vtigercrm/trunk/Smarty/templates/EditProfile.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/EditProfile.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/EditProfile.tpl Thu Sep 7 01:55:37 2006
@@ -246,6 +246,14 @@
</table>
</td>
</tr>
+ <table border="0" cellpadding="2" cellspacing="0">
+ <tr>
+ <td align="left"><font color="red" size=5>*</font>{$CMOD.LBL_MANDATORY_MSG}</td>
+ </tr>
+ <tr>
+ <td align="left"><font color="blue" size=5>*</font>{$CMOD.LBL_DISABLE_FIELD_MSG}</td>
+ </tr>
+ </table>
<tr>
<td style="border-top: 2px dotted rgb(204, 204, 204);" align="right">
<!-- wizard buttons -->
Modified: vtigercrm/trunk/Smarty/templates/ProfileDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ProfileDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ProfileDetailView.tpl Thu Sep 7 01:55:37 2006
@@ -235,6 +235,14 @@
</table>
</td>
</tr>
+ <table border="0" cellpadding="2" cellspacing="0">
+ <tr>
+ <td align="left"><font color="red" size=5>*</font>{$CMOD.LBL_MANDATORY_MSG}</td>
+ </tr>
+ <tr>
+ <td align="left"><font color="blue" size=5>*</font>{$CMOD.LBL_DISABLE_FIELD_MSG}</td>
+ </tr>
+ </table>
<tr>
<td style="border-top: 2px dotted rgb(204, 204, 204);" align="right">
<!-- wizard buttons -->
@@ -244,6 +252,7 @@
<td><input type="submit" value="{$APP.LBL_EDIT_BUTTON_LABEL}" class="crmButton small edit" name="edit"></td>
<td> </td>
</tr>
+
</tbody>
</table>
</td>
More information about the vtigercrm-commits
mailing list