phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] addressbook/templates/default/widget_lists.tpl, 1.1.2


From: nomail
Subject: [Phpgroupware-cvs] addressbook/templates/default/widget_lists.tpl, 1.1.2.3
Date: Thu, 20 May 2004 14:12:46 -0000

Update of /addressbook/templates/default
Modified Files:
        Branch: Version-0_9_16-branch
          widget_lists.tpl

date: 2004/04/16 20:25:25;  author: jarg;  state: Exp;  lines: +9 -2

Log Message:
modify the widget list template for fix problem when use only filters
=====================================================================
Index: addressbook/templates/default/widget_lists.tpl
diff -u addressbook/templates/default/widget_lists.tpl:1.1.2.2 
addressbook/templates/default/widget_lists.tpl:1.1.2.3
--- addressbook/templates/default/widget_lists.tpl:1.1.2.2      Tue Apr 13 
22:24:44 2004
+++ addressbook/templates/default/widget_lists.tpl      Fri Apr 16 20:25:25 2004
@@ -3,6 +3,7 @@
   <tbody>
     <th bgcolor="{th_bg}">{lang_general_title}</th>
     {combos_lists}
+    {all_option_list_filter_body}
 
     <tr>
       <td>
@@ -60,8 +61,6 @@
                        <td width="10%"></td>
                        <td width="45%">{lang_right_combo_title} 
{right_combo}</td>
                        </tr>
-
-                       {all_option_list_filter_body}
                </tbody>
                </table>
          </td>
@@ -69,6 +68,10 @@
 <!-- END combos -->
 
 <!-- BEGIN option_filter -->
+    <tr>
+      <td>
+               <table border="0" align="center" width="100%">
+               <tbody>
                        <tr bgcolor="{row_on}">
                                <td width="45%">
                                        {filter_by_label} <select 
name="list_filter_by" 
@@ -90,4 +93,8 @@
                                <td width="10%"></td>
                                <td width="45%"></td>
                        </tr>
+               </tbody>
+               </table>
+         </td>
+    </tr>
 <!-- END option_filter -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]