[Vtigercrm-commits] [vtiger-commits] r7239 - /vtigercrm/trunk/Smarty/templates/Settings/
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jun 17 10:44:55 EDT 2006
Author: richie
Date: Sat Jun 17 08:44:46 2006
New Revision: 7239
Log:
Updated the tpl file for new UI
Modified:
vtigercrm/trunk/Smarty/templates/Settings/EditEmailNotification.tpl
vtigercrm/trunk/Smarty/templates/Settings/EditInventoryNotify.tpl
vtigercrm/trunk/Smarty/templates/Settings/EmailNotification.tpl
vtigercrm/trunk/Smarty/templates/Settings/EmailNotificationContents.tpl
vtigercrm/trunk/Smarty/templates/Settings/InventoryNotify.tpl
vtigercrm/trunk/Smarty/templates/Settings/InventoryNotifyContents.tpl
vtigercrm/trunk/Smarty/templates/Settings/ModuleOwners.tpl
vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl
Modified: vtigercrm/trunk/Smarty/templates/Settings/EditEmailNotification.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/EditEmailNotification.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/EditEmailNotification.tpl Sat Jun 17 08:44:46 2006
@@ -9,7 +9,7 @@
*
********************************************************************************/
-->*}
-<div id="orgLay">
+<div id="editnot" class="fixedLay">
<table width="100%">
<tbody>
<tr>
@@ -50,8 +50,8 @@
<tr><td colspan="2" style="border-bottom: 1px dashed rgb(204, 204, 204);"> </td></tr>
<tr>
<td colspan="2" align="center">
-<input name="save" value=" Save " class="classBtn" type="button" onClick="fetchSaveNotify('{$NOTIFY_DETAILS.id}','{$NOTIFY_DETAILS.subject}','{$NOTIFY_DETAILS.body}')">
-<input name="cancel" value=" Cancel " class="classBtn" type="button" onClick="hide('editdiv');">
+<input name="save" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " class="crmButton small save" type="button" onClick="fetchSaveNotify('{$NOTIFY_DETAILS.id}','{$NOTIFY_DETAILS.subject}','{$NOTIFY_DETAILS.body}')">
+<input name="cancel" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " class="crmButton small cancel" type="button" onClick="hide('editdiv');">
</td>
</tr>
<tr><td colspan="2" style="border-top: 1px dashed rgb(204, 204, 204);"> </td></tr>
Modified: vtigercrm/trunk/Smarty/templates/Settings/EditInventoryNotify.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/EditInventoryNotify.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/EditInventoryNotify.tpl Sat Jun 17 08:44:46 2006
@@ -9,7 +9,7 @@
*
********************************************************************************/
-->*}
-<div id="orgLay">
+<div id="EditInv" class="fixedLay">
<table width="100%">
<tbody>
<tr>
@@ -37,8 +37,8 @@
<tr><td colspan="4" style="border-bottom: 1px dashed rgb(204, 204, 204);"> </td></tr>
<tr>
<td colspan="4" align="center">
- <input name="save" value=" Save " class="classBtn" type="button" onClick="fetchSaveNotify('{$NOTIFY_DETAILS.id}')">
- <input name="cancel" value=" Cancel " class="classBtn" type="button" onClick="hide('editdiv');">
+ <input name="save" value="{$APP.LBL_SAVE_BUTTON_LABEL}" class="crmButton small save" type="button" onClick="fetchSaveNotify('{$NOTIFY_DETAILS.id}')">
+ <input name="cancel" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" class="crmButton small cancel" type="button" onClick="hide('editdiv');">
</td>
</tr>
<tr><td colspan="4" style="border-top: 1px dashed rgb(204, 204, 204);"> </td></tr>
Modified: vtigercrm/trunk/Smarty/templates/Settings/EmailNotification.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/EmailNotification.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/EmailNotification.tpl Sat Jun 17 08:44:46 2006
@@ -9,37 +9,93 @@
*
********************************************************************************/
-->*}
+<script language="JAVASCRIPT" type="text/javascript" src="include/js/smoothscroll.js"></script>
<script language="JavaScript" type="text/javascript" src="include/js/menu.js"></script>
-<style type="text/css">@import url(themes/blue/style.css);</style>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
- {include file='SettingsMenu.tpl'}
-<td width="75%" valign="top">
+{literal}
+<style>
+DIV.fixedLay{
+ border:3px solid #CCCCCC;
+ background-color:#FFFFFF;
+ width:500px;
+ position:fixed;
+ left:250px;
+ top:200px;
+ display:block;
+}
+</style>
+{/literal}
+{literal}
+<!--[if lte IE 6]>
+<STYLE type=text/css>
+DIV.fixedLay {
+ POSITION: absolute;
+}
+</STYLE>
+<![endif]-->
-<table width="100%" border="0" cellpadding="0" cellspacing="0" height="100%">
-<td class="showPanelBg" valign="top" width="100%" colspan="3" style="padding-left:20px; "><br/>
-<span class="lvtHeaderText"><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS} </a> > {$MOD.LBL_COMMUNICATION_TEMPLATES} > {$MOD.NOTIFICATIONSCHEDULERS}</b></span>
-<hr noshade="noshade" size="1" />
-</td>
-</tr>
-<tr>
-<td width="75%" style="padding-left:20px;" valign="top">
+{/literal}
+<br>
+<table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
+<tbody><tr>
+ <td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
+ <td class="showPanelBg" style="padding: 10px;" valign="top" width="100%">
+<br>
+ <div align=center>
+
+ {include file='SetMenu.tpl'}
+
+ <!-- DISPLAY -->
+ <table border=0 cellspacing=0 cellpadding=5 width=100% class="settingsSelUITopLine">
+ <tr>
+ <td width="50" rowspan="2" valign="top"><img src="{$IMAGE_PATH}notification.gif" alt="Users" width="48" height="48" border=0 title="Users"></td>
+ <td colspan="2" class="heading2" valign=bottom align="left"><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS}</a> > {$MOD.NOTIFICATIONSCHEDULERS} </b></td>
+ <td rowspan=2 class="small" align=right> </td>
+ </tr>
+ <tr>
+ <td valign=top class="small" align="left">{$MOD.LBL_NOTIF_SCHED_DESCRIPTION}</td>
+ </tr>
+ </table>
+<table border=0 cellspacing=0 cellpadding=5 width=100% class="tableHeading">
+ <tr><td> </td></tr>
+ </table>
+
+ <table width="100%" border="0" cellpadding="5" cellspacing="0" class="listTableTopButtons">
+ <tr >
+
+ <td style="padding-left:5px;" class="big">{$MOD.NOTIFICATIONSCHEDULERS}</td>
+ <td align="right"> </td>
+ </tr>
+ </table>
+
+
<div id="notifycontents">
{include file='Settings/EmailNotificationContents.tpl'}
</div>
-
+
+ <table border=0 cellspacing=0 cellpadding=5 width=100% >
+ <tr><td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td></tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+
+
+
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+
+ </div>
+
</td>
-<td width="1%" style="border-right:1px dotted #CCCCCC;"> </td>
-</tr>
+ <td valign="top"><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
+ </tr>
+</tbody>
</table>
-</td>
-</tr>
-</table>
-</td>
-</tr>
-</table>
- {include file='SettingsSubMenu.tpl'}
<div id="editdiv" style="display:none;position:absolute;left:180px;top:30px;"></div>
{literal}
<script>
Modified: vtigercrm/trunk/Smarty/templates/Settings/EmailNotificationContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/EmailNotificationContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/EmailNotificationContents.tpl Sat Jun 17 08:44:46 2006
@@ -9,24 +9,26 @@
*
********************************************************************************/
-->*}
-<table style="background-color: rgb(204, 204, 204);" class="small" border="0" cellpadding="5" cellspacing="1" width="100%">
- <tbody>
+<table width="100%" cellpadding="5" cellspacing="0" class="listTable" >
<tr>
- <td class="lvtCol" width="5%">#</td>
- <td class="lvtCol" width="35%">{$MOD.LBL_NOTIFICATION}</td>
- <td class="lvtCol" width="50%">{$MOD.LBL_DESCRIPTION}</td>
- <td class="lvtCol" width="10%">{$MOD.LBL_ACTIVE}</td>
- <td class="lvtCol" width="10%">{$MOD.LBL_TOOL}</td>
+ <td class="colHeader small" width="5%">#</td>
+ <td class="colHeader small" width="35%">{$MOD.LBL_NOTIFICATION}</td>
+ <td class="colHeader small" width="50%">{$MOD.LBL_DESCRIPTION}</td>
+ <td class="colHeader small" width="10%">{$MOD.LBL_STATUS}</td>
+ <td class="colHeader small" width="10%">{$MOD.LBL_TOOL}</td>
</tr>
{foreach name=notifyfor item=elements from=$NOTIFICATION}
- <tr class="lvtColData" onmouseover="this.className='lvtColDataHover'" onmouseout="this.className='lvtColData'" bgcolor="white">
- <td>{$smarty.foreach.notifyfor.iteration}</td>
- <td>{$elements.label}</td>
- <td>{$elements.schedulename}</td>
- <td>{$elements.active}</td>
- <td onClick="fetchEditNotify('{$smarty.foreach.notifyfor.iteration}');"><img src="{$IMAGE_PATH}editfield.gif" title="edit"></td>
+ <tr>
+ <td class="listTableRow small">{$smarty.foreach.notifyfor.iteration}</td>
+ <td class="listTableRow small">{$elements.label}</td>
+ <td class="listTableRow small">{$elements.schedulename}</td>
+ {if $elements.active eq 'Active'}
+ <td class="listTableRow small active">{$elements.active}</td>
+ {else}
+ <td class="listTableRow small inactive">{$elements.active}</td>
+ {/if}
+ <td class="listTableRow small" onClick="fetchEditNotify('{$smarty.foreach.notifyfor.iteration}');"><img src="{$IMAGE_PATH}editfield.gif" title="edit"></td>
</tr>
{/foreach}
- </tbody>
</table>
Modified: vtigercrm/trunk/Smarty/templates/Settings/InventoryNotify.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/InventoryNotify.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/InventoryNotify.tpl Sat Jun 17 08:44:46 2006
@@ -9,37 +9,88 @@
*
********************************************************************************/
-->*}
+<script language="JAVASCRIPT" type="text/javascript" src="include/js/smoothscroll.js"></script>
<script language="JavaScript" type="text/javascript" src="include/js/menu.js"></script>
-<style type="text/css">@import url(themes/blue/style.css);</style>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
- {include file='SettingsMenu.tpl'}
-<td width="75%" valign="top">
+{literal}
+<style>
+DIV.fixedLay{
+ border:3px solid #CCCCCC;
+ background-color:#FFFFFF;
+ width:500px;
+ position:fixed;
+ left:250px;
+ top:200px;
+ display:block;
+}
+</style>
+{/literal}
+{literal}
+<!--[if lte IE 6]>
+<STYLE type=text/css>
+DIV.fixedLay {
+ POSITION: absolute;
+}
+</STYLE>
+<![endif]-->
-<table width="100%" border="0" cellpadding="0" cellspacing="0" height="100%">
-<td class="showPanelBg" valign="top" width="100%" colspan="3" style="padding-left:20px; "><br/>
-<span class="lvtHeaderText"><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS} </a> > {$MOD.LBL_COMMUNICATION_TEMPLATES} > {$MOD.INVENTORYNOTIFICATION}</b></span>
-<hr noshade="noshade" size="1" />
-</td>
-</tr>
-<tr>
-<td width="75%" style="padding-left:20px;" valign="top">
+{/literal}
+<br>
+<table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
+<tbody><tr>
+ <td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
+ <td class="showPanelBg" style="padding: 10px;" valign="top" width="100%">
+<br>
+ <div align=center>
+
+ {include file='SetMenu.tpl'}
+
+ <!-- DISPLAY -->
+ <table border=0 cellspacing=0 cellpadding=5 width=100% class="settingsSelUITopLine">
+ <tr>
+ <td width="50" rowspan="2" valign="top"><img src="{$IMAGE_PATH}inventory.gif" alt="Users" width="48" height="48" border=0 title="Users"></td>
+ <td colspan="2" class="heading2" valign=bottom align="left"><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS}</a> > {$MOD.INVENTORYNOTIFICATION} </b></td>
+ <td rowspan=2 class="small" align=right> </td>
+ </tr>
+ <tr>
+ <td valign=top class="small" align="left">{$MOD.LBL_INV_NOTIF_DESCRIPTION}</td>
+ </tr>
+ </table>
+<table border=0 cellspacing=0 cellpadding=5 width=100% class="tableHeading">
+ <tr><td> </td></tr>
+ </table>
+
+ <table width="100%" border="0" cellpadding="5" cellspacing="0" class="listTableTopButtons">
+ <tr >
+
+ <td style="padding-left:5px;" class="big">{$MOD.INVENTORYNOTIFICATION}</td>
+ <td align="right"> </td>
+ </tr>
+ </table>
<div id="notifycontents">
{include file='Settings/InventoryNotifyContents.tpl'}
</div>
+ <table border=0 cellspacing=0 cellpadding=5 width=100% >
+ <tr><td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td></tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+
+ </div>
+
</td>
-<td width="1%" style="border-right:1px dotted #CCCCCC;"> </td>
-</tr>
+ <td valign="top"><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
+ </tr>
+</tbody>
</table>
-</td>
-</tr>
-</table>
-</td>
-</tr>
-</table>
- {include file='SettingsSubMenu.tpl'}
<div id="editdiv" style="display:none;position:absolute;left:180px;top:30px;"></div>
{literal}
<script>
Modified: vtigercrm/trunk/Smarty/templates/Settings/InventoryNotifyContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/InventoryNotifyContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/InventoryNotifyContents.tpl Sat Jun 17 08:44:46 2006
@@ -9,21 +9,21 @@
*
********************************************************************************/
-->*}
-<table style="background-color: rgb(204, 204, 204);" class="small" border="0" cellpadding="5" cellspacing="1" width="100%">
+<table width="100%" cellpadding="5" cellspacing="0" class="listTable" >
<tbody>
<tr>
- <td class="lvtCol" width="5%">#</td>
- <td class="lvtCol" width="40%">{$CMOD.LBL_NOTIFICATION}</td>
- <td class="lvtCol" width="50%">{$CMOD.LBL_DESCRIPTION}</td>
- <td class="lvtCol" width="5%">{$CMOD.Tools}</td>
+ <td class="colHeader small" width="5%">#</td>
+ <td class="colHeader small" width="40%">{$CMOD.LBL_NOTIFICATION}</td>
+ <td class="colHeader small" width="50%">{$CMOD.LBL_DESCRIPTION}</td>
+ <td class="colHeader small" width="5%">{$CMOD.Tools}</td>
</tr>
{foreach name=notifyfor item=elements from=$NOTIFICATION}
- <tr class="lvtColData" onmouseover="this.className='lvtColDataHover'" onmouseout="this.className='lvtColData'" bgcolor="white">
- <td>{$smarty.foreach.notifyfor.iteration}</td>
- <td>{$elements.notificationname}</td>
- <td>{$elements.label}</td>
- <td align="center" onClick="fetchEditNotify('{$elements.id}');"><img src="{$IMAGE_PATH}editfield.gif"></td>
+ <tr>
+ <td class="listTableRow small">{$smarty.foreach.notifyfor.iteration}</td>
+ <td class="listTableRow small">{$elements.notificationname}</td>
+ <td class="listTableRow small">{$elements.label}</td>
+ <td class="listTableRow small" align="center" onClick="fetchEditNotify('{$elements.id}');"><img src="{$IMAGE_PATH}editfield.gif"></td>
</tr>
{/foreach}
</tbody>
Modified: vtigercrm/trunk/Smarty/templates/Settings/ModuleOwners.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/ModuleOwners.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/ModuleOwners.tpl Sat Jun 17 08:44:46 2006
@@ -9,37 +9,60 @@
*
********************************************************************************/
-->*}
+<script language="JAVASCRIPT" type="text/javascript" src="include/js/smoothscroll.js"></script>
<script language="JavaScript" type="text/javascript" src="include/js/menu.js"></script>
-<style type="text/css">@import url(themes/blue/style.css);</style>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
-<tr>
- {include file='SettingsMenu.tpl'}
-<td width="75%" valign="top">
+<br>
+<table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
+<tbody><tr>
+ <td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
+ <td class="showPanelBg" style="padding: 10px;" valign="top" width="100%">
+<br>
+ <div align=center>
+
+ {include file='SetMenu.tpl'}
-<table width="100%" border="0" cellpadding="0" cellspacing="0" height="100%">
-<td class="showPanelBg" valign="top" width="100%" colspan="3" style="padding-left:20px; "><br/>
-<span class="lvtHeaderText"><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS} </a> > {$MOD.LBL_USER_MANAGEMENT} > {$MOD.LBL_ASSIGN_MODULE_OWNERS}</b></span>
-<hr noshade="noshade" size="1" />
+ <!-- DISPLAY -->
+ <table border=0 cellspacing=0 cellpadding=5 width=100% class="settingsSelUITopLine">
+ <tr>
+ <td width=50 rowspan=2 valign=top><img src="{$IMAGE_PATH}assign.gif" alt="Users" width="48" height="48" border=0 title="Users"></td>
+ <td class="heading2" valign="bottom" ><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS}</a> > {$MOD.LBL_MODULE_OWNERS} </b></td>
+ </tr>
+ <tr>
+ <td valign=top class="small">{$MOD.LBL_MODULE_OWNERS_DESCRIPTION}</td>
+ </tr>
+ </table>
+ <br>
+ <table border=0 cellspacing=0 cellpadding=10 width=100% >
+ <tr>
+ <td>
+
+ <div id="module_list_owner">
+ {include file='Settings/ModuleOwnersContents.tpl'}
+ </div>
+
+ <table border=0 cellspacing=0 cellpadding=5 width=100% >
+ <tr><td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td></tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </form>
+ </table>
+
+ </div>
+
</td>
-</tr>
-<tr>
-<td width="75%" style="padding-left:20px;" valign="top">
+ <td valign="top"><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
+ </tr>
+</tbody>
+</table>
+
- <div id="module_list_owner">
- {include file='Settings/ModuleOwnersContents.tpl'}
- </div>
-
-</td>
-<td width="1%" style="border-right:1px dotted #CCCCCC;"> </td>
-</tr>
-</table>
-</td>
-</tr>
-</table>
-</td>
-</tr>
-</table>
- {include file='SettingsSubMenu.tpl'}
{literal}
<script>
function assignmodulefn(mode)
Modified: vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/ModuleOwnersContents.tpl Sat Jun 17 08:44:46 2006
@@ -11,46 +11,47 @@
-->*}
<form name="support_owners" method="POST" action="index.php">
<input type="hidden" name="module" value="Settings">
+ <input type="hidden" name="parenttab" value="Settings">
<input type="hidden" name="action" value="SettingsAjax">
<input type="hidden" name="file" value="ListModuleOwners">
- <table class="prdTab" align="center" cellpadding="3" cellspacing="0">
- <tbody><tr><td colspan="3" style="border: 0px none ;"> </td></tr>
+<table border=0 cellspacing=0 cellpadding=5 width=100% class="tableHeading">
+<tr>
+ <td class="big"><strong>{$MOD.LBL_MODULES_AND_OWNERS}</strong></td>
+ <td class="small" align=right>
+<div align="right">
+{if $MODULE_MODE neq 'edit'}
+ <input title="{$APP.LBL_EDIT_BUTTON_LABEL}" accessKey="{$APP.LBL_EDIT_BUTTON_KEY}" class="crmButton small edit" type="button" name="button" value="{$APP.LBL_EDIT_BUTTON_LABEL}" onClick="assignmodulefn('edit');">
+{else}
+ <input title="{$APP.LBL_SAVE_BUTTON_LABEL}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmButton small save" type="button" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}" onClick="assignmodulefn('save');" >
+ <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="crmButton small cancel" onclick="this.form.action.value='ListModuleOwners'; this.form.parenttab.value='Settings';" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" >
+{/if}
+</div>
+</td>
+</tr>
+
+</table>
+ <table border=0 cellspacing=0 cellpadding=5 width=100% class="listTable">
<tr>
- <td style="border: 0px none ;" colspan="2" align="left"> </td>
- <td style="border: 0px none ;" align="right">
- <div align="right">
- {if $MODULE_MODE neq 'edit'}
- <input title="{$APP.LBL_EDIT_BUTTON_LABEL}" accessKey="{$APP.LBL_EDIT_BUTTON_KEY}" class="classBtn" type="button" name="button" value="{$APP.LBL_EDIT_BUTTON_LABEL}" onClick="assignmodulefn('edit');">
- {else}
- <input title="{$APP.LBL_SAVE_BUTTON_LABEL}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="classBtn" type="button" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}" onClick="assignmodulefn('save');" >
- <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="classBtn" onclick="this.form.action.value='ListModuleOwners';" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" >
- {/if}
- </div>
- </td>
- </tr>
- <tr><td colspan="3" style="border: 0px none ;"> </td></tr>
-
- <tr>
- <th style="border-top: 1px solid rgb(204, 204, 204); height: 30px;" width="10%"><b>#</b></th>
- <th style="border-top: 1px solid rgb(204, 204, 204);" width="45%"><b>{$MOD.LBL_MODULE}</b></th>
- <th style="border-top: 1px solid rgb(204, 204, 204);" width="45%"><b>{$MOD.LBL_OWNER} </b></th>
+ <td class="colHeader small" width="2%">#</td>
+ <td class="colHeader small" width="30%">{$MOD.LBL_MODULE}</td>
+ <td class="colHeader small" width="65%">{$MOD.LBL_OWNER}</td>
</tr>
{if $MODULE_MODE neq 'edit'}
{foreach name=modulelists item=modules from=$USER_LIST}
- <tr class="prvPrfHoverOff" onmouseover="this.className='prvPrfHoverOn'" onmouseout="this.className='prvPrfHoverOff'">
- <td>{$smarty.foreach.modulelists.iteration}</td>
- <td>{$APP[$modules.0]}</td>
- <td><a href="index.php?module=Users&action=DetailView&record={$modules.1}">{$modules.2}</a></td>
+ <tr>
+ <td class="listTableRow small" valign="top">{$smarty.foreach.modulelists.iteration}</td>
+ <td class="listTableRow small" valign="top">{$APP[$modules.0]}</td>
+ <td class="listTableRow small" valign="top"><a href="index.php?module=Users&action=DetailView&record={$modules.1}">{$modules.2}</a></td>
</tr>
{/foreach}
{else}
{foreach name=modulelists item=modules from=$USER_LIST}
- <tr class="prvPrfHoverOff">
- <td>{$smarty.foreach.modulelists.iteration}</td>
- <td>{$APP[$modules.0]}</td>
- <td>{$modules.1}</td>
+ <tr>
+ <td class="listTableRow small" valign="top">{$smarty.foreach.modulelists.iteration}</td>
+ <td class="listTableRow small" valign="top">{$APP[$modules.0]}</td>
+ <td class="listTableRow small" valign="top">{$modules.1}</td>
</tr>
{/foreach}
{/if}
- </tbody></table>
- </form>
+ </table>
+</form>
More information about the vtigercrm-commits
mailing list