[Vtigercrm-commits] [vtiger-commits] r5858 - in /vtigercrm/trunk/Smarty/templates: MyPrefDetailView.tpl MyPrefEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 10 15:32:39 EDT 2006
Author: saraj
Date: Wed May 10 13:32:34 2006
New Revision: 5858
Log:
i18n done for my pref - ahmed
Modified:
vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl
vtigercrm/trunk/Smarty/templates/MyPrefEditView.tpl
Modified: vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl Wed May 10 13:32:34 2006
@@ -25,7 +25,7 @@
<td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
<td class="showPanelBg" valign="top" width="100%">
<div class="small" style="padding: 10px;">
- <span class="lvtHeaderText">My Preferences </span> <br>
+ <span class="lvtHeaderText">{$APP.LBL_MY_PREFERENCES}</span> <br>
<hr noshade="noshade" size="1"><br>
<form name="DetailView" method="POST" action="index.php" ENCTYPE="multipart/form-data" id="form">
<input type="hidden" name="module" value="Users">
@@ -51,8 +51,8 @@
<table class="small" border="0" cellpadding="3" cellspacing="0" width="100%">
<tr>
<td class="dvtTabCache" style="width: 10px;" nowrap="nowrap"> </td>
- <td width="75" align="center" nowrap="nowrap" class="dvtSelectedCell" id="pi" onclick="fnLoadValues('pi','mi','mnuTab','mnuTab2')"><b>My Details</b></td>
- <td class="dvtUnSelectedCell" style="width: 100px;" align="center" nowrap="nowrap"><a href="index.php?action=AddMailAccount&module=Settings&record={$ID}"> <b>My Mail Server Details </a></b></td>
+ <td width="75" align="center" nowrap="nowrap" class="dvtSelectedCell" id="pi" onclick="fnLoadValues('pi','mi','mnuTab','mnuTab2')"><b>{$MOD.LBL_MY_DETAILS}</b></td>
+ <td class="dvtUnSelectedCell" style="width: 100px;" align="center" nowrap="nowrap"><a href="index.php?action=AddMailAccount&module=Settings&record={$ID}"> <b>{$MOD.LBL_MY_MAIL_SERVER_DET}</a></b></td>
<td class="dvtTabCache" nowrap="nowrap"> </td>
</tr>
@@ -80,34 +80,34 @@
</td>
</tr>
<tr>
- <td colspan="4" class="detailedViewHeader"><b>My Details </b> </td>
- </tr>
- <tr>
- <td class="dvtCellLabel" align="right" width="25%"><span class="style1"><font color='red'>*</font></span>User Name</td>
+ <td colspan="4" class="detailedViewHeader"><b>{$MOD.LBL_MY_DETAILS}</b> </td>
+ </tr>
+ <tr>
+ <td class="dvtCellLabel" align="right" width="25%"><span class="style1"><font color='red'>{$APP.LBL_REQUIRED_SYMBOL}</font></span>{$UMOD.LBL_USER_NAME}</td>
<td width="30%" class="dvtCellInfo">{$USER_NAME}</td>
- <td width="25%" class="dvtCellLabel" align="right">Admin</td>
+ <td width="25%" class="dvtCellLabel" align="right">{$UMOD.LBL_ADMIN}</td>
<td width="25%" class="dvtCellInfo">
<input type="checkbox" name="is_admin" DISABLED {$IS_ADMIN}>
</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">First Name</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_FIRST_NAME}</td>
<td width="30%" class="dvtCellInfo" nowrap>{$FIRST_NAME}</td>
- <td width="25%" align="right" class="dvtCellLabel">My Group Name </td>
+ <td width="25%" align="right" class="dvtCellLabel">My {$UMOD.LBL_GROUP_NAME} </td>
<td width="25%" class="dvtCellInfo">{$GROUPASSIGNED}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right"><span class="style1"><font color='red'>*</font></span>Last Name </td>
+ <td class="dvtCellLabel" align="right"><span class="style1"><font color='red'>{$APP.LBL_REQUIRED_SYMBOL}</font></span>{$UMOD.LBL_LAST_NAME}</td>
<td class="dvtCellInfo">{$LAST_NAME}</td>
- <td class="dvtCellLabel" align="right"><span class="style1"><font color='red'>*</font></span>My Role </td>
+ <td class="dvtCellLabel" align="right"><span class="style1"><font color='red'>{$APP.LBL_REQUIRED_SYMBOL}</font></span>My {$UMOD.LBL_USER_ROLE}</td>
<td class="dvtCellInfo">{$ROLEASSIGNED}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right"><span class="style1"><font color='red'>*</font></span>E-Mail Id</td>
+ <td class="dvtCellLabel" align="right"><span class="style1"><font color='red'>{$APP.LBL_REQUIRED_SYMBOL}</font></span>{$UMOD.LBL_EMAIL}</td>
<td class="dvtCellInfo"><a href="mailto:{$EMAIL1}" target="_blank">{$EMAIL1}</a></td>
{* <td width="30%" align=left class="dvtCellInfo"><input name="pass" type="button" class="classBtn" id="pass" value=" Change Now... " onclick="fnvshobj(this,'roleLay');"/></td>*}
- <td class="dvtCellLabel" align="right"><span class="style1"><font color='red'>*</font></span>My Status </td>
+ <td class="dvtCellLabel" align="right"><span class="style1"><font color='red'>{$APP.LBL_REQUIRED_SYMBOL}</font></span>My {$UMOD.LBL_STATUS}</td>
<td class="dvtCellInfo">{$STATUS}</td>
</tr>
<tr><td colspan="4"> </td></tr>
@@ -115,15 +115,15 @@
<td colspan="4" class="detailedViewHeader"><b>My Defaults</b> </td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right" width="25%">Default Activity View </td>
+ <td class="dvtCellLabel" align="right" width="25%">{$UMOD.LBL_ACTIVITY_VIEW}</td>
<td width="30%" class="dvtCellInfo">{$ACTIVITY_VIEW}</td>
- <td width="25%" class="dvtCellLabel" align="right">Default Calendar View </td>
+ <td width="25%" class="dvtCellLabel" align="right">{$UMOD.LBL_COLOR}</td>
<td width="25%" class="dvtCellInfo">{$COLORASSIGNED}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Default Lead View </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_LEAD_VIEW}</td>
<td width="30%" class="dvtCellInfo" nowrap>{$LEAD_VIEW}</td>
- <td width="25%" align="right" class="dvtCellLabel">Default Currency </td>
+ <td width="25%" align="right" class="dvtCellLabel">{$UMOD.LBL_CURRENCY_NAME}</td>
<td width="25%" class="dvtCellInfo">{$CURRENCY_NAME}</td>
</tr>
<tr><td colspan="4"> </td></tr>
@@ -131,45 +131,45 @@
<td colspan="4" class="detailedViewHeader"><b>My Designation & Contact Details </b> </td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right" width="25%">Title</td>
+ <td class="dvtCellLabel" align="right" width="25%">{$UMOD.LBL_TITLE}</td>
<td width="30%" class="dvtCellInfo">{$TITLE}</td>
- <td width="25%" class="dvtCellLabel" align="right">Office Phone </td>
+ <td width="25%" class="dvtCellLabel" align="right">{$UMOD.LBL_OFFICE_PHONE}</td>
<td width="25%" class="dvtCellInfo">{$PHONE_WORK}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Department</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_DEPARTMENT}</td>
<td width="30%" class="dvtCellInfo" nowrap>{$DEPARTMENT}</td>
- <td width="25%" align="right" class="dvtCellLabel">Mobile</td>
+ <td width="25%" align="right" class="dvtCellLabel">{$UMOD.LBL_MOBILE_PHONE}</td>
<td width="25%" class="dvtCellInfo">{$PHONE_MOBILE}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Reports To </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_REPORTS_TO}</td>
<td class="dvtCellInfo">{$REPORTS_TO_NAME}{$REPORTS_TO_ID}</td>
- <td class="dvtCellLabel" align="right">Other</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_OTHER_PHONE}</td>
<td class="dvtCellInfo">{$PHONE_OTHER}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Other Email </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_OTHER_EMAIL}</td>
<td width="30%" align=left class="dvtCellInfo">{$EMAIL2}</td>
- <td class="dvtCellLabel" align="right">Fax</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_FAX}</td>
<td class="dvtCellInfo">{$PHONE_FAX}</td>
</tr>
<tr>
<td class="dvtCellLabel" align="right">Chat IDs </td>
<td width="30%" align=left class="dvtCellInfo">{$YAHOO_ID}</td>
- <td class="dvtCellLabel" align="right">Home Phone </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_HOME_PHONE}</td>
<td class="dvtCellInfo">{$PHONE_HOME}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Date Format </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_DATE_FORMAT}</td>
<td width="30%" align=left class="dvtCellInfo">{$DATE_FORMAT}</td>
- <td class="dvtCellLabel" align="right">Notes</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_NOTES}</td>
<td class="dvtCellInfo">{$DESCRIPTION}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Signature</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_SIGNATURE}</td>
<td width="30%" align=left class="dvtCellInfo">{$SIGNATURE}</td>
<td class="dvtCellLabel" align="right"> </td>
<td class="dvtCellInfo"> </td>
@@ -180,23 +180,23 @@
<td colspan="4" class="detailedViewHeader"><b>My Postal Address </b> </td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right" width="25%">Street Address </td>
+ <td class="dvtCellLabel" align="right" width="25%">{$UMOD.LBL_ADDRESS}</td>
<td width="30%" colspan="3" class="dvtCellInfo">{$ADDRESS_STREET}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">City</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_CITY}</td>
<td width="30%" colspan="3" nowrap class="dvtCellInfo">{$ADDRESS_CITY}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">State</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_STATE}</td>
<td colspan="3" class="dvtCellInfo">{$ADDRESS_STATE}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Postal Code </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_POSTAL_CODE}</td>
<td width="30%" colspan="3" align=left class="dvtCellInfo">{$ADDRESS_POSTALCODE}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Country</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_COUNTRY}</td>
<td width="30%" colspan="3" align=left class="dvtCellInfo">{$ADDRESS_COUNTRY}</td>
</tr>
<tr>
Modified: vtigercrm/trunk/Smarty/templates/MyPrefEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/MyPrefEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/MyPrefEditView.tpl Wed May 10 13:32:34 2006
@@ -32,7 +32,7 @@
<td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
<td class="showPanelBg" valign="top" width="100%">
<div class="small" style="padding: 10px;">
- <span class="lvtHeaderText">My Preferences </span> <br>
+ <span class="lvtHeaderText">{$APP.LBL_MY_PREFERENCES}</span> <br>
<hr noshade="noshade" size="1"><br>
<form name="EditView" method="POST" action="index.php" ENCTYPE="multipart/form-data">
<input type="hidden" name="module" value="Users">
@@ -58,8 +58,8 @@
<table class="small" border="0" cellpadding="3" cellspacing="0" width="100%">
<tr>
<td class="dvtTabCache" style="width: 10px;" nowrap="nowrap"> </td>
- <td width="75" align="center" nowrap="nowrap" class="dvtSelectedCell" id="pi" onclick="fnLoadValues('pi','mi','mnuTab','mnuTab2')"><b>My Details</b></td>
- <td class="dvtUnSelectedCell" style="width: 100px;" align="center" nowrap="nowrap" ><a href="index.php?action=AddMailAccount&module=Settings&record={$ID}"><b>My Mail Server Details </a></b></td>
+ <td width="75" align="center" nowrap="nowrap" class="dvtSelectedCell" id="pi" onclick="fnLoadValues('pi','mi','mnuTab','mnuTab2')"><b>{$MOD.LBL_MY_DETAILS}</b></td>
+ <td class="dvtUnSelectedCell" style="width: 100px;" align="center" nowrap="nowrap" ><a href="index.php?action=AddMailAccount&module=Settings&record={$ID}"><b>{$MOD.LBL_MY_MAIL_SERVER_DET}</a></b></td>
<td class="dvtTabCache" nowrap="nowrap"> </td>
</tr>
@@ -80,39 +80,39 @@
<!-- General details -->
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
- <td colspan="4" class="detailedViewHeader"><b>My Details </b> </td>
+ <td colspan="4" class="detailedViewHeader"><b>{$MOD.LBL_MY_DETAILS}</b> </td>
</tr>
<tr>
<td class="dvtCellLabel" align="right" width="25%">
- <span class="style1"><font color='red'>*</font></span>{$UMOD.LBL_USER_NAME} </td>
+ <span class="style1"><font color='red'>{$APP.LBL_REQUIRED_SYMBOL}</font></span>{$UMOD.LBL_USER_NAME} </td>
<td width="30%" class="dvtCellInfo">
<input type="text" name="user_name" value='{$USER_NAME}' class="detailedViewTextBox" onFocus="this.className='detailedViewTextBoxOn'" onBlur="this.className='detailedViewTextBox'"{$USERNAME_READONLY} /></td>
- <td width="25%" class="dvtCellLabel" align="right">Admin</td>
+ <td width="25%" class="dvtCellLabel" align="right">{$UMOD.LBL_ADMIN}</td>
<td width="25%" class="dvtCellInfo">
<input type="checkbox" name="is_admin" {$DISABLED} {$IS_ADMIN}>
</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">First Name</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_FIRST_NAME}</td>
<td width="30%" class="dvtCellInfo" nowrap>
<input type="text" name="first_name" value='{$FIRST_NAME}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
<td class="dvtCellLabel" align="right">
- <span class="style1"><font color='red'>*</font></span>{$UMOD.LBL_LAST_NAME}</td>
+ <span class="style1"><font color='red'>{$APP.LBL_REQUIRED_SYMBOL}</font></span>{$UMOD.LBL_LAST_NAME}</td>
<td class="dvtCellInfo">
<input type="text" name="last_name" value='{$LAST_NAME}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
</tr>
<tr>
<td class="dvtCellLabel" align="right">
- <span class="style1"><font color='red'>*</font></span>My Role</td>
+ <span class="style1"><font color='red'>{$APP.LBL_REQUIRED_SYMBOL}</font></span>My {$UMOD.LBL_USER_ROLE}</td>
<td class="dvtCellInfo">{$USER_ROLE}</td>
- <td class="dvtCellLabel" align="right"><span class="style1"><font color='red'>*</font></span>E-Mail Id</td>
+ <td class="dvtCellLabel" align="right"><span class="style1"><font color='red'>{$APP.LBL_REQUIRED_SYMBOL}</font></span>{$UMOD.LBL_EMAIL}</td>
<td class="dvtCellInfo"><input type="text" name="email1" value='{$EMAIL1}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
</tr>
<tr>
{* <td width="30%" align=left class="dvtCellInfo"><input name="pass" type="button" class="classBtn" id="pass" value=" Change Now... " onclick="fnvshobj(this,'roleLay');"/></td>*}
<td class="dvtCellLabel" align="right">
- <span class="style1"><font color='red'>*</font></span>My Status</td>
+ <span class="style1"><font color='red'>{$APP.LBL_REQUIRED_SYMBOL}</font></span>My {$UMOD.LBL_STATUS}</td>
{$USER_STATUS_OPTIONS}
</tr>
<tr><td colspan="4"> </td></tr>
@@ -120,15 +120,15 @@
<td colspan="4" class="detailedViewHeader"><b>My Defaults</b> </td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right" width="25%">Default Activity View </td>
+ <td class="dvtCellLabel" align="right" width="25%">{$UMOD.LBL_ACTIVITY_VIEW}</td>
<td width="30%" class="dvtCellInfo">{$ACTIVITY_VIEW}</td>
- <td width="25%" class="dvtCellLabel" align="right">Default Calendar View </td>
+ <td width="25%" class="dvtCellLabel" align="right">{$UMOD.LBL_COLOR} </td>
<td width="25%"> {$CAL_COLOR}</td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Default Lead View </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_LEAD_VIEW}</td>
<td width="30%" class="dvtCellInfo" nowrap>{$LEAD_VIEW}</td>
- <td width="25%" align="right" class="dvtCellLabel">Default Currency </td>
+ <td width="25%" align="right" class="dvtCellLabel">{$UMOD.LBL_CURRENCY_NAME}</td>
<td width="25%" class="dvtCellInfo">{$CURRENCY_NAME}</td>
</tr>
<tr><td colspan="4"> </td></tr>
@@ -136,36 +136,36 @@
<td colspan="4" class="detailedViewHeader"><b>My Designation & Contact Details </b> </td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right" width="25%">Title</td>
+ <td class="dvtCellLabel" align="right" width="25%">{$UMOD.LBL_TITLE}</td>
<td width="30%" class="dvtCellInfo">
<input type="text" name="title" value='{$TITLE}' class="detailedViewTextBox" onFocus="this.className='detailedViewTextBoxOn'" onBlur="this.className='detailedViewTextBox'" /></td>
- <td width="25%" class="dvtCellLabel" align="right">Office Phone </td>
+ <td width="25%" class="dvtCellLabel" align="right">{$UMOD.LBL_OFFICE_PHONE}</td>
<td width="25%" class="dvtCellInfo">
<input type="text" name="phone_work" value='{$PHONE_WORK}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Department</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_DEPARTMENT}</td>
<td width="30%" class="dvtCellInfo" nowrap>
<input type="text" name="department" value='{$DEPARTMENT}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
- <td width="25%" align="right" class="dvtCellLabel">Mobile</td>
+ <td width="25%" align="right" class="dvtCellLabel">{$UMOD.LBL_MOBILE_PHONE}</td>
<td width="25%" class="dvtCellInfo">
<input type="text" value='{$PHONE_MOBILE}' name="phone_mobile" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Reports To </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_REPORTS_TO}</td>
<td class="dvtCellInfo">
<input readonly name='reports_to_name' class="small" type="text" value='{$REPORTS_TO_NAME}'><input name='reports_to_id' type="hidden" value='{$REPORTS_TO_ID}'> <input title="Change [Alt+C]" accessKey="C" type="button" class="small" value='Change' name=btn1 LANGUAGE=javascript onclick='return window.open("index.php?module=Users&action=Popup&form=UsersEditView&form_submit=false","test","width=600,height=400,resizable=1,scrollbars=1");'></td>
- <td class="dvtCellLabel" align="right">Other</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_OTHER_PHONE}</td>
<td class="dvtCellInfo">
<input type="text" name="phone_other" value='{$PHONE_OTHER}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Other Email </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_OTHER_EMAIL}</td>
<td width="30%" align=left class="dvtCellInfo">
<input type="text" name="email2" value='{$EMAIL2}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
- <td class="dvtCellLabel" align="right">Fax</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_FAX}</td>
<td class="dvtCellInfo">
<input type="text" name="phone_fax" value='{$PHONE_FAX}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
</tr>
@@ -173,21 +173,21 @@
<td class="dvtCellLabel" align="right">Chat IDs </td>
<td width="30%" align=left class="dvtCellInfo">
<input type="text" name="yahoo_id" value='{$YAHOO_ID}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
- <td class="dvtCellLabel" align="right">Home Phone </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_HOME_PHONE}</td>
<td class="dvtCellInfo">
<input type="text" name="phone_home" value='{$PHONE_HOME}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Date Format </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_DATE_FORMAT}</td>
<td width="30%" align=left class="dvtCellInfo">{$DATE_FORMAT}</td>
<td class="dvtCellLabel" align="right"> </td>
<td class="dvtCellInfo"> </td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Signature</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_SIGNATURE}</td>
<td width="30%" align=left class="dvtCellInfo">
<textarea name="signature" rows="3" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" >{$SIGNATURE}</textarea></td>
- <td class="dvtCellLabel" align="right">Notes</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_NOTES}</td>
<td class="dvtCellInfo">
<textarea name="description" rows="3" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" >{$DESCRIPTION}</textarea></td>
</tr>
@@ -197,27 +197,27 @@
<td colspan="4" class="detailedViewHeader"><b>My Postal Address </b> </td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right" width="25%">Street Address </td>
+ <td class="dvtCellLabel" align="right" width="25%">{$UMOD.LBL_ADDRESS}</td>
<td width="30%" colspan="3" class="dvtCellInfo">
<textarea name="address_street" rows="3" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" >{$ADDRESS_STREET}</textarea></td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">City</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_CITY}</td>
<td width="30%" colspan="3" nowrap class="dvtCellInfo">
<input type="text" name="address_city" value='{$ADDRESS_CITY}' class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">State</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_STATE}</td>
<td colspan="3" class="dvtCellInfo">
<input type="text" value='{$ADDRESS_STATE}' name="address_state" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Postal Code </td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_POSTAL_CODE}</td>
<td width="30%" colspan="3" align=left class="dvtCellInfo">
<input type="text" value='{$ADDRESS_POSTALCODE}' name="address_postalcode" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
</tr>
<tr>
- <td class="dvtCellLabel" align="right">Country</td>
+ <td class="dvtCellLabel" align="right">{$UMOD.LBL_COUNTRY}</td>
<td width="30%" colspan="3" align=left class="dvtCellInfo">
<input type="text" value='{$ADDRESS_COUNTRY}' name="address_country" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onblur="this.className='detailedViewTextBox'" /></td>
</tr>
@@ -274,7 +274,7 @@
</div>
- <div id="mnuTab2">
+ {* <div id="mnuTab2">
<table class="dvtContentSpace" border="0" cellpadding="3" cellspacing="0" width="100%">
<tr>
<td align="left">
@@ -367,7 +367,7 @@
</tr>
</table>
- </div>
+ </div>*}
</td>
</tr>
</table>
More information about the vtigercrm-commits
mailing list