phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/templates/default category_form.tpl,


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/templates/default category_form.tpl,1.9.2.1,1.9.2.1.2.1 changepassword.tpl,1.1,1.1.8.1 delete.tpl,1.5,1.5.4.1 listcats.tpl,1.8,1.8.4.1 preferences.tpl,1.3.4.2,1.3.4.3
Date: Sat, 19 Apr 2003 14:42:42 -0400

Update of /cvsroot/phpgroupware/preferences/templates/default
In directory subversions:/tmp/cvs-serv11274/templates/default

Modified Files:
      Tag: Version-0_9_16-branch
        category_form.tpl changepassword.tpl delete.tpl listcats.tpl 
        preferences.tpl 
Log Message:
updated app-header


Index: category_form.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/preferences/templates/default/category_form.tpl,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.1.2.1
diff -C2 -r1.9.2.1 -r1.9.2.1.2.1
*** category_form.tpl   4 Oct 2002 19:31:35 -0000       1.9.2.1
--- category_form.tpl   19 Apr 2003 18:42:40 -0000      1.9.2.1.2.1
***************
*** 2,48 ****
  
  <!-- BEGIN form -->
! 
  <center>
! <table border="0" width="80%" cellspacing="2" cellpadding="2">
!       <tr>
!               <td colspan="1" align="center" 
bgcolor="#c9c9c9"><b>{title_categories}:&nbsp;{user_name}<b/></td>
!       </tr>
! </table>
! {message}
  <table border="0" width="80%" cellspacing="2" cellpadding="2"> 
  <form name="form" action="{actionurl}" method="POST">
!       <tr>
                <td>{lang_parent}</td>
                <td><select name="new_parent"><option 
value="">{lang_none}</option>{category_list}</select></td>
        </tr>
!       <tr>
                <td>{lang_name}</font></td>
                <td><input name="cat_name" size="50" value="{cat_name}"></td>
        </tr>
!       <tr>
                <td>{lang_descr}</td>
                <td colspan="2"><textarea name="cat_description" rows="4" 
cols="50" wrap="virtual">{cat_description}</textarea></td>
        </tr>
!       <tr>
!               <td>{lang_data}</td>
!               <td>{td_data}</td>
!       </tr>
!       <tr>
                <td>{lang_access}</td>
                <td colspan="2">{access}</td>
        </tr>
  </table>
  
  <!-- BEGIN add -->
  
! <table width="50%" border="0" cellspacing="2" cellpadding="2">
        <tr valign="bottom">
!               <td height="50" align="right">
!                       <input type="submit" name="submit" 
value="{lang_save}"></td>
!               <td height="50" align="center">
!                       <input type="reset" name="reset" 
value="{lang_reset}"></form></td>
!               <td height="50">
!                       <form method="POST" action="{doneurl}">
                        <input type="submit" name="done" 
value="{lang_done}"></form></td>
        </tr>
  </table>
--- 2,42 ----
  
  <!-- BEGIN form -->
! <br>
  <center>
! {message}<br>
  <table border="0" width="80%" cellspacing="2" cellpadding="2"> 
  <form name="form" action="{actionurl}" method="POST">
!       <tr bgcolor="{th_bg}">
                <td>{lang_parent}</td>
                <td><select name="new_parent"><option 
value="">{lang_none}</option>{category_list}</select></td>
        </tr>
!       <tr bgcolor="{row_on}">
                <td>{lang_name}</font></td>
                <td><input name="cat_name" size="50" value="{cat_name}"></td>
        </tr>
!       <tr bgcolor="{row_off}">
                <td>{lang_descr}</td>
                <td colspan="2"><textarea name="cat_description" rows="4" 
cols="50" wrap="virtual">{cat_description}</textarea></td>
        </tr>
!       <tr bgcolor="{row_on}">
                <td>{lang_access}</td>
                <td colspan="2">{access}</td>
        </tr>
+ <!-- BEGINN data_row -->
+       <tr bgcolor="{tr_color}">
+               <td>{lang_data}</td>
+               <td>{td_data}</td>
+       </tr>
+ <!-- END data_row -->
  </table>
  
  <!-- BEGIN add -->
  
! <table width="80%" border="0" cellspacing="5">
        <tr valign="bottom">
!               <td><input type="submit" name="submit" 
value="{lang_save}"></form></td>
!               <td><form method="POST" action="{doneurl}">
                        <input type="submit" name="done" 
value="{lang_done}"></form></td>
+               <td width="80%">&nbsp;</td>
        </tr>
  </table>
***************
*** 53,66 ****
  <!-- BEGIN edit -->
  
! <table width="50%" border="0" cellspacing="2" cellpadding="2">
        <tr valign="bottom">
!               <td height="50" align="right">
                        {hidden_vars}
                        <input type="submit" name="submit" 
value="{lang_save}"></form></td>
!               <td height="50" align="center">
!                       {delete}</td>
!               <td height="50">
                        <form method="POST" action="{doneurl}">
                        <input type="submit" name="done" 
value="{lang_done}"></form></td>
        </tr>
  </table>
--- 47,59 ----
  <!-- BEGIN edit -->
  
! <table width="80%" border="0" cellspacing="5">
        <tr valign="bottom">
!               <td>
                        {hidden_vars}
                        <input type="submit" name="submit" 
value="{lang_save}"></form></td>
!               <td>
                        <form method="POST" action="{doneurl}">
                        <input type="submit" name="done" 
value="{lang_done}"></form></td>
+               <td width="80%" align="right">{delete}</td>
        </tr>
  </table>

Index: changepassword.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/preferences/templates/default/changepassword.tpl,v
retrieving revision 1.1
retrieving revision 1.1.8.1
diff -C2 -r1.1 -r1.1.8.1
*** changepassword.tpl  17 Apr 2001 18:09:13 -0000      1.1
--- changepassword.tpl  19 Apr 2003 18:42:40 -0000      1.1.8.1
***************
*** 1,3 ****
! <b>{lang_changepassword}</b><hr><p>
  
     <center>{messages}</center>
--- 1,3 ----
! <br>
  
     <center>{messages}</center>
***************
*** 23,27 ****
       <tr>
         <td colspan="2">
!         <input type="submit" name="submit" value="{lang_change}">
         </td>
       </tr>
--- 23,30 ----
       <tr>
         <td colspan="2">
!         <table cellspacing="5"><tr>
!          <td><input type="submit" name="change" value="{lang_change}"></td>
!          <td><input type="submit" name="cancel" value="{lang_cancel}"></td>
!         </tr></table>
         </td>
       </tr>
***************
*** 29,31 ****
     </form>
     <br>
!    <pre>{sql_message}</pre>
\ No newline at end of file
--- 32,34 ----
     </form>
     <br>
!    <pre>{sql_message}</pre>

Index: delete.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/templates/default/delete.tpl,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -C2 -r1.5 -r1.5.4.1
*** delete.tpl  12 Jan 2002 05:29:11 -0000      1.5
--- delete.tpl  19 Apr 2003 18:42:40 -0000      1.5.4.1
***************
*** 3,23 ****
  <!-- BEGIN form -->
  
! <center>
! <table border="0" width="65%" cellpadding="2" cellspacing="2">
  <form method="POST" action="{action_url}">
        <tr>
!               <td align="center">{deleteheader}</td>
        </tr>
        <tr>
!               <td align="center">{lang_subs}</td>
!               <td align="center">{subs}</td>
        </tr>
!       <tr>
!               <td align="center">
!                       <input type="submit" name="confirm" 
value="{lang_yes}"></td>
!                       </form>
!               <td align="center"><a href="{nolink}">{lang_no}</a></td>
        </tr>
  </table>
  </center>
  
--- 3,21 ----
  <!-- BEGIN form -->
  
! <center><br>
  <form method="POST" action="{action_url}">
+ <table border="0" width="65%" cellpadding="2" cellspacing="2">
        <tr>
!               <td align="center" colspan="2">{deleteheader}</td>
        </tr>
        <tr>
!               <td align="center" colspan="2">{lang_subs}&nbsp;{subs}</td>
        </tr>
!       <tr height="50" valign="botton">
!               <td align="center" width="50%"><input type="submit" 
name="confirm" value="{lang_yes}"></td>
!               <td align="center" width="50%"><input type="submit" 
name="cancel" value="{lang_no}"></td>
        </tr>
  </table>
+ </form>
  </center>
  

Index: listcats.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/templates/default/listcats.tpl,v
retrieving revision 1.8
retrieving revision 1.8.4.1
diff -C2 -r1.8 -r1.8.4.1
*** listcats.tpl        12 Jan 2002 04:15:53 -0000      1.8
--- listcats.tpl        19 Apr 2003 18:42:40 -0000      1.8.4.1
***************
*** 1,10 ****
  <!-- $Id$ -->
! 
  <center>
  <table border="0" cellspacing="0" cellpadding="0" width="80%">
                <tr>
-                       <td colspan="3" width="80%" align="center" 
bgcolor="#c9c9c9"><b>{lang_app}&nbsp;{title_categories}:&nbsp;{user_name}<b/></td>
-               </tr> 
-               <tr>
                        <td colspan="3" align=left>
                                <table border="0" width="100%">
--- 1,7 ----
  <!-- $Id$ -->
! <br>
  <center>
  <table border="0" cellspacing="0" cellpadding="0" width="80%">
                <tr>
                        <td colspan="3" align=left>
                                <table border="0" width="100%">
***************
*** 53,67 ****
  
  </table>
! <table border="0" cellspacing="2" cellpadding="2" width="80%">
        <tr valign="bottom">
!               <td width="50%">
                        <form method="POST" action="{add_action}">
                        <input type="submit" value="{lang_add}">
                        </form></td>
!               <td width="50%" align="right">
                        <form method="POST" action="{doneurl}">
                        <input type="submit" name="done" value="{lang_done}">
                        </form>
                </td>
        </tr>
  
--- 50,65 ----
  
  </table>
! <table border="0" cellspacing="5" width="80%">
        <tr valign="bottom">
!               <td>
                        <form method="POST" action="{add_action}">
                        <input type="submit" value="{lang_add}">
                        </form></td>
!               <td>
                        <form method="POST" action="{doneurl}">
                        <input type="submit" name="done" value="{lang_done}">
                        </form>
                </td>
+               <td width="80%">&nbsp;</td>
        </tr>
  

Index: preferences.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/templates/default/preferences.tpl,v
retrieving revision 1.3.4.2
retrieving revision 1.3.4.3
diff -C2 -r1.3.4.2 -r1.3.4.3
*** preferences.tpl     31 Mar 2003 18:17:09 -0000      1.3.4.2
--- preferences.tpl     19 Apr 2003 18:42:40 -0000      1.3.4.3
***************
*** 1,4 ****
- <b>{lang_title}</b>
- <hr>
  <br>
  <center><b>{messages}</b></center>
--- 1,2 ----





reply via email to

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