phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wcm/templates/default listelements.tpl,1.5,1.6 l


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/templates/default listelements.tpl,1.5,1.6 listpages.tpl,1.5,1.6 listsites.tpl,1.3,1.4
Date: Wed, 27 Feb 2002 23:40:23 -0500

Update of /cvsroot/phpgroupware/wcm/templates/default
In directory subversions:/tmp/cvs-serv19731/templates/default

Modified Files:
        listelements.tpl listpages.tpl listsites.tpl 
Log Message:
Using get_var() now; also fixed setting of query string in template



Index: listelements.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/templates/default/listelements.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** listelements.tpl    24 Feb 2002 04:12:56 -0000      1.5
--- listelements.tpl    28 Feb 2002 04:40:20 -0000      1.6
***************
*** 19,23 ****
      <td colspan="6" align="right">
       <form method="post" action="{actionurl}">
!      <input type="text" name="query">&nbsp;<input type="submit" name="search" 
value="{lang_search}"></form></td>
     </tr>
     <tr bgcolor="{th_bg}">
--- 19,25 ----
      <td colspan="6" align="right">
       <form method="post" action="{actionurl}">
!      <input type="text" name="query" value="{query}">&nbsp;<input 
type="submit" name="search" value="{lang_search}">
!      </form>
!     </td>
     </tr>
     <tr bgcolor="{th_bg}">

Index: listpages.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/templates/default/listpages.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** listpages.tpl       24 Feb 2002 03:47:06 -0000      1.5
--- listpages.tpl       28 Feb 2002 04:40:20 -0000      1.6
***************
*** 38,42 ****
      <td colspan="5" align="right">
       <form method="post" action="{actionurl}">
!      <input type="text" name="query">&nbsp;<input type="submit" name="search" 
value="{lang_search}"></form></td>
     </tr>
     <tr bgcolor="{th_bg}">
--- 38,44 ----
      <td colspan="5" align="right">
       <form method="post" action="{actionurl}">
!      <input type="text" name="query" value="{query}">&nbsp;<input 
type="submit" name="search" value="{lang_search}">
!      </form>
!     </td>
     </tr>
     <tr bgcolor="{th_bg}">

Index: listsites.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/templates/default/listsites.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** listsites.tpl       24 Feb 2002 04:12:56 -0000      1.3
--- listsites.tpl       28 Feb 2002 04:40:20 -0000      1.4
***************
*** 38,42 ****
      <td colspan="6" align="right">
       <form method="post" action="{actionurl}">
!      <input type="text" name="query">&nbsp;<input type="submit" name="search" 
value="{lang_search}"></form></td>
     </tr>
     <tr bgcolor="{th_bg}">
--- 38,43 ----
      <td colspan="6" align="right">
       <form method="post" action="{actionurl}">
!      <input type="text" name="query" value="{query}">&nbsp;<input 
type="submit" name="search" value="{lang_search}"></form>
!     </td>
     </tr>
     <tr bgcolor="{th_bg}">




reply via email to

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