[Vtigercrm-commits] [vtiger-commits] r6042 - in /vtigercrm/trunk/Smarty/templates: MyPrefDetailView.tpl MyPrefEditView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue May 16 07:08:45 EDT 2006


Author: saraj
Date: Tue May 16 05:08:40 2006
New Revision: 6042

Log:
Modified my pref file - 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 Tue May 16 05:08:40 2006
@@ -220,9 +220,9 @@
 					 <table width="100%" border="0" cellpadding="5" cellspacing="0">
 		 		<tr>
 					<td width="50%" align="left" style="border-bottom:1px dotted #666666;">
-						<b>Change Photo</b></td>
+						<b>{$UMOD.LBL_CHANGE_PHOTO}</b></td>
 																				<td width="50%" align="right" style="border-bottom:1px dotted #666666;">
-																					<a href="javascript:fninvsh('chPhoto');"><img src="../themes/blue/images/close.gif" border="0"  align="absmiddle" /></a></td>
+																					<a href="javascript:fninvsh('chPhoto');"><img src="{$IMAGE_PATH}close.gif" border="0"  align="absmiddle" /></a></td>
 																		</tr>
 																		<tr>
 																			<td align="center" colspan="2"><input type="file" name="newPhoto" size="15" /></td>
@@ -231,7 +231,7 @@
 
 																			<td align="center" colspan="2">
 																					<input type="button" name="cSave" value=" &nbsp;OK&nbsp; "  class="classBtn" onclick="fninvsh('chPhoto');" />
-																					&nbsp;<input type="button" name="cCancel" value=" Cancel "  class="classBtn" onclick="fninvsh('chPhoto');" />
+																					&nbsp;<input type="button" name="cCancel" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} "  class="classBtn" onclick="fninvsh('chPhoto');" />
 																			</td>
 																		</tr>
 																 </table>

Modified: vtigercrm/trunk/Smarty/templates/MyPrefEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/MyPrefEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/MyPrefEditView.tpl Tue May 16 05:08:40 2006
@@ -245,9 +245,9 @@
 					 <table width="100%" border="0" cellpadding="5" cellspacing="0">
 		 		<tr>
 					<td width="50%" align="left" style="border-bottom:1px dotted #666666;">
-						<b>Change Photo</b></td>
+						<b>{$UMOD.LBL_CHANGE_PHOTO}</b></td>
 																				<td width="50%" align="right" style="border-bottom:1px dotted #666666;">
-																					<a href="javascript:fninvsh('chPhoto');"><img src="../themes/blue/images/close.gif" border="0"  align="absmiddle" /></a></td>
+																					<a href="javascript:fninvsh('chPhoto');"><img src="{$IMAGE_PATH}close.gif" border="0"  align="absmiddle" /></a></td>
 																		</tr>
 																		<tr>
 																			<td align="center" colspan="2"><input type="file" name="newPhoto" size="15" /></td>
@@ -256,7 +256,7 @@
 
 																			<td align="center" colspan="2">
 																					<input type="button" name="cSave" value=" &nbsp;OK&nbsp; "  class="classBtn" onclick="fninvsh('chPhoto');" />
-																					&nbsp;<input type="button" name="cCancel" value=" Cancel "  class="classBtn" onclick="fninvsh('chPhoto');" />
+																					&nbsp;<input type="button" name="cCancel" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} "  class="classBtn" onclick="fninvsh('chPhoto');" />
 																			</td>
 																		</tr>
 																 </table>





More information about the vtigercrm-commits mailing list