[Vtigercrm-commits] [vtiger-commits] r6292 - /vtigercrm/trunk/Smarty/templates/Settings/TaxConfig.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 22 09:55:08 EDT 2006
Author: saraj
Date: Mon May 22 07:55:04 2006
New Revision: 6292
Log:
* Modified for ui changes and in single table we can display the details and edit details based on mode
Modified:
vtigercrm/trunk/Smarty/templates/Settings/TaxConfig.tpl
Modified: vtigercrm/trunk/Smarty/templates/Settings/TaxConfig.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/TaxConfig.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/TaxConfig.tpl Mon May 22 07:55:04 2006
@@ -18,104 +18,110 @@
<tr>
{include file='SettingsMenu.tpl'}
<td width="75%" valign="top">
+ <br/>
+ <span class="lvtHeaderText">
+ <b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS} </a> > {$MOD.LBL_CONFIGURATION} > {$APP.LBL_TAX} {$MOD.LBL_CONFIGURATION}</b>
+ </span>
+
+ <hr noshade="noshade" size="1" />
-<!-- Edit View -->
{if $EDIT_MODE eq 'true'}
+ {assign var=formname value='EditTax'}
+{else}
+ {assign var=formname value='ListTax'}
+{/if}
+
+
<!-- This table is used to display the Tax Configuration values-->
-<form name="EditTax" method="POST" action="index.php">
+<!-- if EDIT_MODE is true then Textbox will be displayed else the value will be displayed-->
+<form name="{$formname}" method="POST" action="index.php">
<input type="hidden" name="module" value="Settings">
<input type="hidden" name="action" value="">
<input type="hidden" name="save_tax" value="">
<input type="hidden" name="edit_tax" value="">
-<table width="100%" border="0" cellpadding="0" cellspacing="0" height="100%">
+
+<table align="center" border="0" cellpadding="0" cellspacing="0" width="95%">
+<tbody>
<tr>
- <td> </td>
- <td align="right">
- {$APP.LBL_VAT} :
- </td>
- <td align="left">
- <input name="VAT" id="VAT" type="text" value="{$TAX_VALUES.VAT}">
- </td>
+ <td style="font-size: 1px; font-family: Arial,Helvetica,sans-serif;" height="6" width="7"><img src="{$IMAGE_PATH}top_left.jpg" align="top"></td>
+ <td style="font-size: 1px; font-family: Arial,Helvetica,sans-serif; height: 6px;" bgcolor="#ebebeb"></td>
+ <td style="font-size: 1px; font-family: Arial,Helvetica,sans-serif;" height="6" width="8"><img src="{$IMAGE_PATH}top_right.jpg" align="top"></td>
</tr>
<tr>
- <td> </td>
- <td align="right">
- {$APP.LBL_SALES} {$APP.LBL_TAX} :
+ <td bgcolor="#ebebeb" width="7"></td>
+ <td style="padding-left: 10px; padding-top: 10px; vertical-align: top;" bgcolor="#ececec">
+ <table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td width="30%" bgcolor="#FFFFFF"> </td>
+ <td>
+ <table width="100%" border="0" cellpadding="5" cellspacing="0" height="100%">
+ <tr>
+ <td colspan="2" align="left" class="genHeaderBig">{$APP.LBL_TAX} {$MOD.LBL_CONFIGURATION}<br><hr></td>
+ </tr>
+ <tr><td colspan="2"> </td></tr>
+ <tr>
+ <td align="right" width="50%"><b>{$APP.LBL_VAT} : </b></td>
+ <td align="left">
+ {if $EDIT_MODE eq 'true'}
+ <input name="VAT" id="VAT" type="text" value="{$TAX_VALUES.VAT}" class="txtBox">
+ {else}
+ {$TAX_VALUES.VAT}
+ {/if}
+ </td>
+ </tr>
+ <tr>
+ <td align="right"><b> {$APP.LBL_SALES} {$APP.LBL_TAX} : </b></td>
+ <td align="left">
+ {if $EDIT_MODE eq 'true'}
+ <input name="Sales" id="Sales" type="text" value="{$TAX_VALUES.Sales}" class="txtBox">
+ {else}
+ {$TAX_VALUES.Sales}
+ {/if}
+ </td>
+ </tr>
+ <tr>
+ <td align="right"> <b>{$APP.LBL_SERVICE} {$APP.LBL_TAX} : </b></td>
+ <td align="left">
+ {if $EDIT_MODE eq 'true'}
+ <input name="Service" id="Service" type="text" value="{$TAX_VALUES.Service}" class="txtBox">
+ {else}
+ {$TAX_VALUES.Service}
+ {/if}
+ </td>
+ </tr>
+ <tr><td colspan="2"> </td></tr>
+ <tr>
+ <td align="center" colspan="2">
+ {if $EDIT_MODE eq 'true'}
+ <input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" onclick="this.form.action.value='TaxConfig'; this.form.save_tax.value='true'; return formValidate()" type="submit" name="button2" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " class="classBtn" >
+ <input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="classBtn" onclick="this.form.module.value='Settings'; this.form.action.value='TaxConfig';" type="submit" name="button2" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " >
+ {else}
+ <input title="{$APP.LBL_EDIT_BUTTON_TITLE}" accessKey="{$APP.LBL_EDIT_BUTTON_KEY}" class="classBtn" onclick="this.form.action.value='TaxConfig'; this.form.edit_tax.value='true';" type="submit" name="button" value=" {$APP.LBL_EDIT_BUTTON_LABEL} ">
+ <input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="classBtn" onclick="this.form.module.value='Settings'; this.form.action.value='index';" type="submit" name="button22" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} ">
+ {/if}
+ </td>
+ </tr>
+ <tr><td colspan="2"> </td></tr>
+ </table>
+ </td>
+ </tr>
+ </table>
</td>
- <td align="left">
- <input name="Sales" id="Sales" type="text" value="{$TAX_VALUES.Sales}">
- </td>
+ <td bgcolor="#ebebeb" width="8"></td>
</tr>
+
<tr>
- <td> </td>
- <td align="right">
- {$APP.LBL_SERVICE} {$APP.LBL_TAX} :
- </td>
- <td align="left">
- <input name="Service" id="Service" type="text" value="{$TAX_VALUES.Service}">
- </td>
+ <td style="font-size: 1px; font-family: Arial,Helvetica,sans-serif;" height="8" width="7"><img src="{$IMAGE_PATH}bottom_left.jpg" align="bottom"></td>
+ <td style="font-size: 1px;" bgcolor="#ececec" height="8"></td>
+ <td style="font-size: 1px; font-family: Arial,Helvetica,sans-serif;" height="8" width="8"><img src="{$IMAGE_PATH}bottom_right.jpg" align="bottom"></td>
</tr>
- <tr>
- <td> </td>
- <td align="center">
- <input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="small" onclick="this.form.action.value='TaxConfig'; this.form.save_tax.value='true'; return formValidate()" type="submit" name="button" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " style="width:70px" >
- <input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="small" onclick="window.history.back()" type="button" name="button" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " style="width:70px">
- </td>
- </tr>
+</tbody>
</table>
</form>
-<!-- Upto this added to display the Tax configuration Edit View -->
-
-<!-- ListView -->
-<!-- Display the List of Taxes and Values - ListView -->
-{else}
-<form name="ListTax" method="POST" action="index.php">
-<input type="hidden" name="module" value="Settings">
-<input type="hidden" name="action" value="">
-<input type="hidden" name="save_tax" value="">
-<input type="hidden" name="edit_tax" value="">
-<table width="100%" border="0" cellpadding="0" cellspacing="0" height="100%">
- <tr>
- <td> </td>
- <td align="right">
- {$APP.LBL_VAT} :
- </td>
- <td align="left">
- {$TAX_VALUES.VAT}
- </td>
- </tr>
- <tr>
- <td> </td>
- <td align="right">
- {$APP.LBL_SALES} {$APP.LBL_TAX} :
- </td>
- <td align="left">
- {$TAX_VALUES.Sales}
- </td>
- </tr>
- <tr>
- <td> </td>
- <td align="right">
- {$APP.LBL_SERVICE} {$APP.LBL_TAX} :
- </td>
- <td align="left">
- {$TAX_VALUES.Service}
- </td>
- </tr>
- <tr>
- <td> </td>
- <td align="center">
- <input title="{$APP.LBL_EDIT_BUTTON_TITLE}" accessKey="{$APP.LBL_EDIT_BUTTON_KEY}" class="small" onclick="this.form.action.value='TaxConfig'; this.form.edit_tax.value='true';" type="submit" name="button" value=" {$APP.LBL_EDIT_BUTTON_LABEL} " style="width:70px" >
- <input title="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="small" onclick="window.history.back()" type="button" name="button" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " style="width:70px">
- </td>
- </tr>
-</table>
-</form>
-
-{/if}
+<!-- Upto this added to display the Tax configuration -->
More information about the vtigercrm-commits
mailing list