phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv/templates/default header.tpl,1.14,1.15 listp


From: Bettina gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv/templates/default header.tpl,1.14,1.15 listproducts_full.tpl,1.29,1.30
Date: Mon, 14 Jan 2002 21:57:20 -0500

Update of /cvsroot/phpgroupware/inv/templates/default
In directory subversions:/tmp/cvs-serv13335/templates/default

Modified Files:
        header.tpl listproducts_full.tpl 
Log Message:
start porting inv to ntier

Index: header.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/inv/templates/default/header.tpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** header.tpl  5 Jun 2001 00:06:21 -0000       1.14
--- header.tpl  15 Jan 2002 02:57:17 -0000      1.15
***************
*** 1,3 ****
--- 1,6 ----
  <!-- $Id$ -->
+ 
+ <!-- BEGIN inv_header -->
+ 
  <p>
  <table border="0" width="100%" cellpadding="2" cellspacing="0">
***************
*** 20,27 ****
                        &nbsp;
                        &nbsp;
!                       <a href="{link_dist}"><b>{lang_dist}</b></a>
                        &nbsp;
                        &nbsp;
!                       <a href="{link_status}"><b>{lang_status}</b></a>
                        &nbsp;
                        &nbsp;
--- 23,30 ----
                        &nbsp;
                        &nbsp;
!                       <a href="{link_dists}"><b>{lang_dists}</b></a>
                        &nbsp;
                        &nbsp;
!                       <a href="{link_status}"><b>{lang_product_status}</b></a>
                        &nbsp;
                        &nbsp;
***************
*** 53,54 ****
--- 56,59 ----
        </tr>
  </table>
+ 
+ <!-- END inv_header -->

Index: listproducts_full.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/inv/templates/default/listproducts_full.tpl,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** listproducts_full.tpl       4 Jun 2001 23:16:52 -0000       1.29
--- listproducts_full.tpl       15 Jan 2002 02:57:17 -0000      1.30
***************
*** 1,4 ****
--- 1,6 ----
  <!-- $Id$ -->
  
+ {app_header}
+ 
  <p><b>&nbsp;&nbsp;&nbsp;{lang_action}</b><br>
  <hr noshade width="98%" align="center" size="1">
***************
*** 7,12 ****
        <tr>
                <td width="33%" align="left">
!                       <form action="{filter_action}" name="form" 
method="POST">
!                       <select name="filter" 
onChange="this.form.submit();"><option 
value="">{lang_select_cat}</option>{category_list}</select>
                        <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript></form></td>
                <td width="33%" align="center">{search_message}</td>
--- 9,14 ----
        <tr>
                <td width="33%" align="left">
!                       <form action="{cat_action}" name="form" method="POST">
!                       <select name="cat_id" 
onChange="this.form.submit();"><option 
value="">{lang_select_cat}</option>{category_list}</select>
                        <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript></form></td>
                <td width="33%" align="center">{search_message}</td>
***************
*** 32,36 ****
  
  <table border="0" width="100%" cellpadding="2" cellspacing="2">
!       <tr bgcolor="{th_bg}">
                <td>{sort_id}</td>
                <td>{sort_serial}</td>
--- 34,38 ----
  
  <table border="0" width="100%" cellpadding="2" cellspacing="2">
!       <tr bgcolor="{bg_color}">
                <td>{sort_id}</td>
                <td>{sort_serial}</td>




reply via email to

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