phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/templates/default list.tpl,1.24,1.25


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/templates/default list.tpl,1.24,1.25
Date: Tue, 21 May 2002 08:36:32 -0400

Update of /cvsroot/phpgroupware/projects/templates/default
In directory subversions:/tmp/cvs-serv7897/templates/default

Modified Files:
        list.tpl 
Log Message:
added status select box

Index: list.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/projects/templates/default/list.tpl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** list.tpl    21 Dec 2001 01:47:32 -0000      1.24
--- list.tpl    21 May 2002 12:36:30 -0000      1.25
***************
*** 19,27 ****
        </tr>
        <tr colspan="9">
!               <td width="33%" align="left">
                        {action_list}
                        <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript></form></td>
!               <td width="33%" align="center"><form method="POST" 
name="filter" action="{filter_action}">{filter_list}</form></td>
!               <td width="33%" align="right"><form method="POST" name="query" 
action="{search_action}">{search_list}</form></td>
        </tr>
  </table>
--- 19,30 ----
        </tr>
        <tr colspan="9">
!               <td width="25%" align="left">
                        {action_list}
                        <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript></form></td>
!               <td width="25%" align="center"><form method="POST" 
name="status" action="{status_action}">
!                       <select name="status" 
onChange="this.form.submit();">{status_list}</select><noscript>
!                       &nbsp;<input type="submit" name="submit" 
value="Submit"></noscript></form></td>
!               <td width="25%" align="center"><form method="POST" 
name="filter" action="{filter_action}">{filter_list}</form></td>
!               <td width="25%" align="right"><form method="POST" name="query" 
action="{search_action}">{search_list}</form></td>
        </tr>
  </table>




reply via email to

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