phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/templates/default config.tpl, NONE, 1.1.2.1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] projects/templates/default config.tpl, NONE, 1.1.2.1 bill_list.tpl, 1.13.4.2, 1.13.4.3 list.tpl, 1.24.2.1.2.4, 1.24.2.1.2.5
Date: Thu, 23 Oct 2003 11:16:39 +0000

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

Modified Files:
      Tag: Version-0_9_16-branch
        bill_list.tpl list.tpl 
Added Files:
      Tag: Version-0_9_16-branch
        config.tpl 
Log Message:
bugfixes

--- NEW FILE: config.tpl ---
<!-- BEGIN header -->
<form method="POST" action="{action_url}">
<table border="0">
   <tr bgcolor="{th_bg}">
           <td colspan="2" align="center"><font 
color="{th_text}"><b>{title}</b></font></td>
   </tr>
   <tr bgcolor="{th_err}">
    <td colspan="2" align="center"><b>{error}&nbsp;</b></td>
   </tr>
<!-- END header -->

<!-- BEGIN body -->
   <tr bgcolor="{row_on}">
    <td colspan="2">&nbsp;</td>
   </tr>
   <tr bgcolor="{row_off}">
    <td colspan="2"><b>{lang_projects}-&nbsp;{lang_invoicing}</b></td>
   </tr>
   <tr bgcolor="{row_on}">
    <td>{lang_enable_acl_for_invoicing_section}:</td>
    <td><select name="newsettings[invoice_acl]">
      <option value="no"{selected_invoice_acl_no}>{lang_No}</option>
      <option value="yes"{selected_invoice_acl_yes}>{lang_Yes}</option>
     </select>
                </td>
   </tr>
<!-- END body -->
<!-- BEGIN footer -->
  <tr bgcolor="{th_bg}">
    <td colspan="2">
&nbsp;
    </td>
  </tr>
  <tr>
    <td colspan="2" align="center">
      <input type="submit" name="submit" value="{lang_submit}">
      <input type="submit" name="cancel" value="{lang_cancel}">
    </td>
  </tr>
</table>
</form>
<!-- END footer -->

Index: list.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/projects/templates/default/list.tpl,v
retrieving revision 1.24.2.1.2.4
retrieving revision 1.24.2.1.2.5
diff -C2 -d -r1.24.2.1.2.4 -r1.24.2.1.2.5
*** list.tpl    26 Jul 2003 23:00:07 -0000      1.24.2.1.2.4
--- list.tpl    23 Oct 2003 11:16:36 -0000      1.24.2.1.2.5
***************
*** 20,28 ****
                        {action_list}
                        <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript></form></td>
!               <td colspan="2" width="20%" 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 colspan="2" width="20%" align="center"><form method="POST" 
name="filter" action="{filter_action}">{filter_list}</form></td>
!               <td colspan="2" width="35%" align="right"><form method="POST" 
name="query" action="{search_action}">{search_list}</form></td>
        </tr>
  </table>
--- 20,28 ----
                        {action_list}
                        <noscript>&nbsp;<input type="submit" name="submit" 
value="{lang_submit}"></noscript></form></td>
!               <td colspan="2" width="20%" align="center"><form method="POST" 
name="status" action="{action_url}">
                        <select name="status" 
onChange="this.form.submit();">{status_list}</select><noscript>
                        &nbsp;<input type="submit" name="submit" 
value="Submit"></noscript></form></td>
!               <td colspan="2" width="20%" align="center"><form method="POST" 
name="filter" action="{action_url}">{filter_list}</form></td>
!               <td colspan="2" width="35%" align="right"><form method="POST" 
name="query" action="{action_url}">{search_list}</form></td>
        </tr>
  </table>

Index: bill_list.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/projects/templates/default/bill_list.tpl,v
retrieving revision 1.13.4.2
retrieving revision 1.13.4.3
diff -C2 -d -r1.13.4.2 -r1.13.4.3
*** bill_list.tpl       15 Jun 2003 21:39:37 -0000      1.13.4.2
--- bill_list.tpl       23 Oct 2003 11:16:35 -0000      1.13.4.3
***************
*** 20,25 ****
                        {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>
--- 20,25 ----
                        {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="{action_url}">{filter_list}</form></td>
!               <td width="33%" align="right"><form method="POST" name="query" 
action="{action_url}">{search_list}</form></td>
        </tr>
  </table>





reply via email to

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