[Vtigercrm-commits] [vtiger-commits] r5289 - /vtigercrm/trunk/Smarty/templates/ProfileDetailView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 24 11:30:33 EDT 2006
Author: don
Date: Mon Apr 24 09:30:29 2006
New Revision: 5289
Log:
Fixed the caption issue
Modified:
vtigercrm/trunk/Smarty/templates/ProfileDetailView.tpl
Modified: vtigercrm/trunk/Smarty/templates/ProfileDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ProfileDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ProfileDetailView.tpl Mon Apr 24 09:30:29 2006
@@ -130,14 +130,14 @@
<img src="{$IMAGE_PATH}prvPrfHdrArrow.gif">
</td>
<td class="prvPrfBigText">
- <b> Tabs for "{$PROFILE_NAME}"</b> <br>
- <font class=small>Select the tabs / modules to be shown </font>
+ <b> Standard Action Privileges for "{$PROFILE_NAME}"</b> <br>
+ <font class=small>Select the standard actions to be permitted </font>
</td>
</tr>
</table>
</td>
<td align=right valign=bottom>
- <font class=small>12 selected, 9 remaining</font>
+
</td>
</tr>
</table>
@@ -197,14 +197,14 @@
<img src="{$IMAGE_PATH}prvPrfHdrArrow.gif">
</td>
<td class="prvPrfBigText">
- <b> Tabs for "{$PROFILE_NAME}"</b> <br>
- <font class=small>Select the tabs / modules to be shown </font>
+ <b> Tab Privileges for "{$PROFILE_NAME}"</b> <br>
+ <font class=small>Select the tabs/modules to be permitted </font>
</td>
</tr>
</table>
</td>
<td align=right valign=bottom>
- <font class=small>12 selected, 9 remaining</font>
+
</td>
</tr>
</table>
@@ -261,14 +261,14 @@
<img src="{$IMAGE_PATH}prvPrfHdrArrow.gif">
</td>
<td class="prvPrfBigText">
- <b> Tabs for "{$PROFILE_NAME}"</b> <br>
- <font class=small>Select the tabs / modules to be shown </font>
+ <b> Utility Action Privileges for "{$PROFILE_NAME}"</b> <br>
+ <font class=small>Select the utility actions to be permitted </font>
</td>
</tr>
</table>
</td>
<td align=right valign=bottom>
- <font class=small>12 selected, 9 remaining</font>
+
</td>
</tr>
</table>
@@ -327,8 +327,8 @@
<tr>
<td valign="top" ><img src="{$IMAGE_PATH}prvPrfHdrArrow.gif" /> </td>
- <td class="prvPrfBigText"><b> Tabs for "{$PROFILE_NAME}"</b> <br />
- <font class="small">Select the tabs / modules to be shown </font> </td>
+ <td class="prvPrfBigText"><b> Field Privileges for "{$PROFILE_NAME}"</b> <br />
+ <font class="small">Select the fields to be permitted </font> </td>
</tr>
</table></td>
<td align="right" valign="bottom">
More information about the vtigercrm-commits
mailing list