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, 1.4, 1.5 heade


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] projects/templates/default config.tpl, 1.4, 1.5 header.tpl, 1.20, 1.21 preferences.tpl, 1.25, 1.26
Date: Wed, 03 Dec 2003 15:03:25 +0000

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

Modified Files:
        header.tpl preferences.tpl 
Added Files:
        config.tpl 
Log Message:
update

Index: header.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/projects/templates/default/header.tpl,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** header.tpl  1 Dec 2003 16:27:08 -0000       1.20
--- header.tpl  3 Dec 2003 15:03:22 -0000       1.21
***************
*** 6,12 ****
  <table border="0" width=100%>
        <tr>
-               <td align="left" 
bgcolor="{th_bg}"><b>{lang_projects}&nbsp;{admin_info}</b></td>
-       </tr>
-       <tr>
                <td bgcolor="{row_on}">
                        <a href="{link_activities}"><b>{lang_activities}</b></a>
--- 6,9 ----

Index: preferences.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/projects/templates/default/preferences.tpl,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** preferences.tpl     1 Dec 2003 16:27:08 -0000       1.25
--- preferences.tpl     3 Dec 2003 15:03:22 -0000       1.26
***************
*** 1,14 ****
  <!-- $Id$ -->
  <center>
- {bill_message}
  <form method="POST" name="app_form" action="{actionurl}">
  <table width="97%" border="0" cellspacing="2" cellpadding="2">
  
! <!-- BEGIN book -->
!       <tr bgcolor="{row_off}">
                <td valign="top">{lang_bill}:</td>
                <td><input type="hidden" name="prefs[oldbill]" 
value="{oldbill}">{bill}</td>
!       </tr>
! <!-- END book -->
  
  <!-- BEGIN all -->
--- 1,11 ----
  <!-- $Id$ -->
  <center>
  <form method="POST" name="app_form" action="{actionurl}">
  <table width="97%" border="0" cellspacing="2" cellpadding="2">
  
! <!--- <tr bgcolor="{row_off}">
                <td valign="top">{lang_bill}:</td>
                <td><input type="hidden" name="prefs[oldbill]" 
value="{oldbill}">{bill}</td>
!       </tr> -->
  
  <!-- BEGIN all -->

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

<!-- BEGIN body -->
   <tr bgcolor="{row_off}">
    <td colspan="2"><b>{lang_invoicing}&nbsp;{lang_settings}</b></td>
   </tr>
   <tr bgcolor="{row_on}">
    <td>{lang_Invoicing_of_work_time}:</td>
    <td><select name="newsettings[bill]">
      <option 
value="h"{selected_bill_h}>{lang_Exact_accounting_[hh:mm]}</option>
      <option value="wu"{selected_bill_wu}>{lang_per_workunit}</option>
     </select>
                </td>
   </tr>
<!-- END body -->
<!-- BEGIN footer -->
  <tr height="50" valign="bottom">
    <td><input type="submit" name="submit" value="{lang_submit}"></td>
        <td align="right"><input type="submit" name="cancel" 
value="{lang_cancel}"></td>
  </tr>
</table>
</form>
<!-- END footer -->





reply via email to

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