[Vtigercrm-commits] [vtiger-commits] r5672 - /vtigercrm/trunk/Smarty/templates/Settings/BackupServer.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 2 15:51:05 EDT 2006
Author: saraj
Date: Tue May 2 13:50:53 2006
New Revision: 5672
Log:
Added the images in Backup Server config - Ahmed
Modified:
vtigercrm/trunk/Smarty/templates/Settings/BackupServer.tpl
Modified: vtigercrm/trunk/Smarty/templates/Settings/BackupServer.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/BackupServer.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/BackupServer.tpl Tue May 2 13:50:53 2006
@@ -32,11 +32,17 @@
<td bgcolor="#ebebeb" width="7"></td>
<td style="padding-left: 10px; padding-top: 10px; vertical-align: top;" bgcolor="#ececec">
- <table border="0" cellpadding="10" cellspacing="0" width="100%">
+ <table border="0" cellpadding="10" cellspacing="0" width="100%" class="small">
<tbody><tr>
- <td rowspan="6" style="background-image: url(include/images/noimage.gif); background-position: center; background-repeat: no-repeat;" bgcolor="#ffffff" width="25%"> </td>
+ <td rowspan="6" bgcolor="#ffffff" width="30%" valign="bottom" background="{$IMAGE_PATH}BackupServer_top.gif" style="background-position:top right;background-repeat:no-repeat;">
+ <table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td background="{$IMAGE_PATH}BackupServer_btm.gif" style="background-position:bottom right;background-repeat:no-repeat; " height="150"> </td>
+ </tr>
+ </table>
+ </td>
{if $BKP_SERVER_MODE neq 'edit'}
- <td colspan="2" style="padding-top: 0px;" align="right" width="75%">
+ <td colspan="2" style="padding-top: 0px;" align="right" width="70%">
<input title="{$APP.LBL_EDIT_BUTTON_TITLE}" accessKey="{$APP.LBL_EDIT_BUTTON_KEY}" class="classBtn" onclick="this.form.action.value='BackupServerConfig';this.form.bkp_server_mode.value='edit'" type="submit" name="Edit" value="{$APP.LBL_EDIT_BUTTON_LABEL}"><br><hr>
</td>
{else}
More information about the vtigercrm-commits
mailing list