[Vtigercrm-commits] [vtiger-commits] r4301 - in /vtigercrm/trunk/Smarty/templates: CreateProfile1.tpl EditProfile.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 20 00:52:04 EST 2006
Author: saraj
Date: Sun Mar 19 22:51:59 2006
New Revision: 4301
Log:
ui issues in profiles has been fixed
Modified:
vtigercrm/trunk/Smarty/templates/CreateProfile1.tpl
vtigercrm/trunk/Smarty/templates/EditProfile.tpl
Modified: vtigercrm/trunk/Smarty/templates/CreateProfile1.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CreateProfile1.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CreateProfile1.tpl Sun Mar 19 22:51:59 2006
@@ -31,7 +31,7 @@
<td> </td>
</tr>
<tr>
- <td align="right" width="5%" style="padding-right:10px;"><input name="radiobutton" type="radio" value="baseprofile" /></td>
+ <td align="right" width="5%" style="padding-right:10px;"><input name="radiobutton" checked type="radio" value="baseprofile" /></td>
<td width="95%" align="left" style="padding-left:10px;">I would like to setup a base profile and edit privileges <b>(Recommened)</b></td>
</tr>
<tr>
Modified: vtigercrm/trunk/Smarty/templates/EditProfile.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/EditProfile.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/EditProfile.tpl Sun Mar 19 22:51:59 2006
@@ -407,6 +407,7 @@
<tr><td colspan="2"> </td></tr>
<tr>
<td colspan="2" align="center">
+ <input type="button" value=" ‹ Back " name="back" onclick="window.history.back()" />
{if $ACTION eq 'SaveProfile'}
<input type="submit" value=" Finish " name="save"/>
{else}
More information about the vtigercrm-commits
mailing list