[Vtigercrm-commits] [vtiger-commits] r7157 - /vtigercrm/trunk/Smarty/templates/ListView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 16 03:21:17 EDT 2006
Author: saraj
Date: Fri Jun 16 01:21:13 2006
New Revision: 7157
Log:
changes made to have space between search box and listview. Fixes #949
Modified:
vtigercrm/trunk/Smarty/templates/ListView.tpl
Modified: vtigercrm/trunk/Smarty/templates/ListView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ListView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ListView.tpl Fri Jun 16 01:21:13 2006
@@ -110,7 +110,33 @@
</div>
{/if}
<!-- Activity createlink layer end -->
-<!-- SIMPLE SEARCH -->
+
+ <div id="searchingUI" style="display:none;">
+ <table border=0 cellspacing=0 cellpadding=0 width=100%>
+ <tr>
+ <td align=center>
+ <img src="images/searching.gif" alt="Searching... please wait" title="Searching... please wait">
+ </td>
+ </tr>
+ </table>
+
+ </div>
+ </td>
+ </tr>
+ </table>
+ </td>
+</tr>
+</table>
+</form>
+</div>
+
+{*<!-- Contents -->*}
+<table border=0 cellspacing=0 cellpadding=0 width=98% align=center>
+ <tr>
+ <td valign=top><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
+
+ <td class="showPanelBg" valign="top" width=100% style="padding:10px;">
+ <!-- SIMPLE SEARCH -->
<div id="searchAcc" style="z-index:1;display:none;position:relative;">
<form name="basicSearch" action="index.php">
<table width="80%" cellpadding="5" cellspacing="0" style="border:1px dashed #CCCCCC;" class="small" align="center">
@@ -189,31 +215,7 @@
</table>
</div>
{*<!-- Searching UI -->*}
- <div id="searchingUI" style="display:none;">
- <table border=0 cellspacing=0 cellpadding=0 width=100%>
- <tr>
- <td align=center>
- <img src="images/searching.gif" alt="Searching... please wait" title="Searching... please wait">
- </td>
- </tr>
- </table>
-
- </div>
- </td>
- </tr>
- </table>
- </td>
-</tr>
-</table>
-</form>
-</div>
-
-{*<!-- Contents -->*}
-<table border=0 cellspacing=0 cellpadding=0 width=98% align=center>
- <tr>
- <td valign=top><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
-
- <td class="showPanelBg" valign="top" width=100% style="padding:10px;">
+ <br>
<!-- PUBLIC CONTENTS STARTS-->
<div id="ListViewContents" class="small" style="width:100%;position:relative;">
<input name='search_url' id="search_url" type='hidden' value='{$SEARCH_URL}'>
More information about the vtigercrm-commits
mailing list