[Vtigercrm-commits] [vtiger-commits] r6408 - in /vtigercrm/trunk/Smarty/templates: CreateView.tpl DetailView.tpl HomePage.tpl ListView.tpl ReportContents.tpl salesEditView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 25 08:03:28 EDT 2006
Author: saraj
Date: Thu May 25 06:03:21 2006
New Revision: 6408
Log:
gray arch issue for all views has been fixed
Modified:
vtigercrm/trunk/Smarty/templates/CreateView.tpl
vtigercrm/trunk/Smarty/templates/DetailView.tpl
vtigercrm/trunk/Smarty/templates/HomePage.tpl
vtigercrm/trunk/Smarty/templates/ListView.tpl
vtigercrm/trunk/Smarty/templates/ReportContents.tpl
vtigercrm/trunk/Smarty/templates/salesEditView.tpl
Modified: vtigercrm/trunk/Smarty/templates/CreateView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CreateView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CreateView.tpl Thu May 25 06:03:21 2006
@@ -217,6 +217,7 @@
</table>
</div>
</td>
+ <td align=right valign=top><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
</tr>
</table>
</form>
Modified: vtigercrm/trunk/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DetailView.tpl Thu May 25 06:03:21 2006
@@ -61,7 +61,7 @@
<!-- Contents -->
<table border=0 cellspacing=0 cellpadding=0 width=98% align=center>
<tr>
- <td valign=top><img src="themes/blue/images/showPanelTopLeft.gif"></td>
+ <td valign=top><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
<td class="showPanelBg" valign=top width=100%>
<!-- PUBLIC CONTENTS STARTS-->
<div class="small" style="padding:20px" >
@@ -307,7 +307,6 @@
</div>
<!-- PUBLIC CONTENTS STOPS-->
</td>
- <td align=right valign=top><img src="themes/blue/images/showPanelTopRight.gif"></td>
</tr>
</table>
@@ -333,4 +332,8 @@
var fieldlabel = new Array({$VALIDATION_DATA_FIELDLABEL});
var fielddatatype = new Array({$VALIDATION_DATA_FIELDDATATYPE});
</script>
-</td></tr></table></form>
+</td>
+
+ <td align=right valign=top><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
+</tr></table></form>
+
Modified: vtigercrm/trunk/Smarty/templates/HomePage.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/HomePage.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/HomePage.tpl Thu May 25 06:03:21 2006
@@ -86,6 +86,7 @@
{* Main Contents Start Here *}
<table width="98%" cellpadding="0" cellspacing="0" border="0" class="small showPanelBg" align="center">
<tr>
+ <td align=right valign=top><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
<td width="75%" align="center" style="border-right:1px solid #666666;" >
<div id="MainMatrix">
@@ -245,6 +246,7 @@
</td>
+ <td align=right valign=top><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
</tr>
</table>
Modified: vtigercrm/trunk/Smarty/templates/ListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListView.tpl Thu May 25 06:03:21 2006
@@ -205,7 +205,7 @@
</div>
{*<!-- Contents -->*}
-<table border=0 cellspacing=0 cellpadding=0 width=100% align=center>
+<table border=0 cellspacing=0 cellpadding=0 width=98% align=center>
<tr>
<td valign=top><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
@@ -330,6 +330,7 @@
</div>
</td>
+ <td valign=top><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
</tr>
</table>
Modified: vtigercrm/trunk/Smarty/templates/ReportContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ReportContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ReportContents.tpl Thu May 25 06:03:21 2006
@@ -11,6 +11,7 @@
-->*}
<table align="center" border="0" cellpadding="0" cellspacing="0" width="99%" class="showPanelBg">
<tbody><tr>
+ <td valign=top><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
<td valign="top" width="50%" style="padding: 10px;border-right:1px dashed #CCCCCC">
<!-- Reports Table Starts Here -->
{foreach item=reportfolder from=$REPT_FLDR}
@@ -56,11 +57,13 @@
{/foreach}
<!-- Reports Table Ends Here -->
</td>
- <td style="padding:10px;" valign="top" align="center">
+ <td style="padding:10px;" valign="top" align="center" width="50%">
<div id="customizedrep">
{include file="ReportsCustomize.tpl"}
</div>
- </td></tr>
+ </td>
+ <td valign=top><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
+ </tr>
<tr>
<td colspan="2" align="center"> </td>
</tr>
Modified: vtigercrm/trunk/Smarty/templates/salesEditView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/salesEditView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/salesEditView.tpl Thu May 25 06:03:21 2006
@@ -171,6 +171,7 @@
</table>
<div>
</td>
+ <td align=right valign=top><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
</tr>
</table>
</form>
More information about the vtigercrm-commits
mailing list