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: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/templates/default category_form.tpl,1.9.2.1.2.2,1.9.2.1.2.3listcats.tpl,1.8.4.1,1.8.4.2
Date: Tue, 24 Jun 2003 17:22:52 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        category_form.tpl listcats.tpl 
Log Message:
fix

Index: category_form.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/preferences/templates/default/category_form.tpl,v
retrieving revision 1.9.2.1.2.2
retrieving revision 1.9.2.1.2.3
diff -C2 -r1.9.2.1.2.2 -r1.9.2.1.2.3
*** category_form.tpl   24 Jun 2003 21:03:16 -0000      1.9.2.1.2.2
--- category_form.tpl   24 Jun 2003 21:22:49 -0000      1.9.2.1.2.3
***************
*** 8,42 ****
  <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="save" 
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>
--- 8,39 ----
  <form name="form" action="{actionurl}" method="POST">
        <tr bgcolor="{th_bg}">
!               <td colspan="2">{lang_parent}</td>
                <td><select name="new_parent"><option 
value="">{lang_none}</option>{category_list}</select></td>
        </tr>
        <tr bgcolor="{row_on}">
!               <td colspan="2">{lang_name}</font></td>
                <td><input name="cat_name" size="50" value="{cat_name}"></td>
        </tr>
        <tr bgcolor="{row_off}">
!               <td colspan="2">{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 colspan="2">{lang_access}</td>
                <td colspan="2">{access}</td>
        </tr>
  <!-- BEGINN data_row -->
        <tr bgcolor="{tr_color}">
!               <td colspan="2">{lang_data}</td>
                <td>{td_data}</td>
        </tr>
  <!-- END data_row -->
  
  <!-- BEGIN add -->
  
!       <tr valign="bottom" height="50">
!               <td colspan="2"><input type="submit" name="save" 
value="{lang_save}"></form></td>
!               <td align="right"><form method="POST" action="{cancel_url}">
!                       <input type="submit" name="cancel" 
value="{lang_cancel}"></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="save" 
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>
--- 44,55 ----
  <!-- BEGIN edit -->
  
!       <tr valign="bottom" height="50">
                <td>
                        {hidden_vars}
                        <input type="submit" name="save" 
value="{lang_save}"></form></td>
                <td>
!                       <form method="POST" action="{cancel_url}">
!                       <input type="submit" name="cancel" 
value="{lang_cancel}"></form></td>
!               <td align="right">{delete}</td>
        </tr>
  </table>

Index: listcats.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/templates/default/listcats.tpl,v
retrieving revision 1.8.4.1
retrieving revision 1.8.4.2
diff -C2 -r1.8.4.1 -r1.8.4.2
*** listcats.tpl        19 Apr 2003 18:42:40 -0000      1.8.4.1
--- listcats.tpl        24 Jun 2003 21:22:49 -0000      1.8.4.2
***************
*** 2,6 ****
  <br>
  <center>
! <table border="0" cellspacing="0" cellpadding="0" width="80%">
                <tr>
                        <td colspan="3" align=left>
--- 2,6 ----
  <br>
  <center>
! <table border="0" cellspacing="2" cellpadding="2" width="80%">
                <tr>
                        <td colspan="3" align=left>
***************
*** 50,69 ****
  
  </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>
  
  <!-- END add -->
  
- </table>
  </center>
--- 50,69 ----
  
  </table>
! <table border="0" cellspacing="2" cellpadding="2" width="80%">
!       <tr valign="bottom" height="50">
                <td>
                        <form method="POST" action="{add_action}">
!                               <input type="submit" value="{lang_add}">
!                       </form>
!               </td>
!               <td align="right">
                        <form method="POST" action="{doneurl}">
!                               <input type="submit" name="done" 
value="{lang_done}">
                        </form>
                </td>
        </tr>
+ </table>
  
  <!-- END add -->
  
  </center>





reply via email to

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