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.15,1.16 listcats.tpl,1.12,1.13
Date: Tue, 24 Jun 2003 18:33:18 -0400

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

Modified Files:
        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.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** category_form.tpl   20 Apr 2003 20:43:26 -0000      1.15
--- category_form.tpl   24 Jun 2003 22:33:16 -0000      1.16
***************
*** 2,31 ****
  
  <!-- BEGIN form -->
! <br>
  <center>
  {message}<br>
  <table border="0" width="80%" cellspacing="2" cellpadding="2"> 
  <form name="form" action="{actionurl}" method="POST">
!       <tr class="th">
!               <td>{lang_parent}</td>
                <td><select name="values[parent]"><option 
value="">{lang_none}</option>{category_list}</select></td>
        </tr>
        <tr class="row_on">
!               <td>{lang_name}</td>
                <td><input name="values[name]" size="50" 
value="{cat_name}"></td>
        </tr>
        <tr class="row_off">
!               <td>{lang_descr}</td>
                <td><textarea name="values[descr]" rows="4" cols="50" 
wrap="virtual">{cat_description}</textarea></td>
        </tr>
        <tr class="row_on">
!               <td>{lang_access}</td>
                <td><input type="checkbox" name="values[access]" value="True" 
{access}></td>
        </tr>
        {rows}
- </table>
  
  {buttons}
  
  </center>
  
--- 2,31 ----
  
  <!-- BEGIN form -->
! 
  <center>
  {message}<br>
  <table border="0" width="80%" cellspacing="2" cellpadding="2"> 
  <form name="form" action="{actionurl}" method="POST">
!       <tr class="row_off">
!               <td colspan="2">{lang_parent}</td>
                <td><select name="values[parent]"><option 
value="">{lang_none}</option>{category_list}</select></td>
        </tr>
        <tr class="row_on">
!               <td colspan="2">{lang_name}</td>
                <td><input name="values[name]" size="50" 
value="{cat_name}"></td>
        </tr>
        <tr class="row_off">
!               <td colspan="2">{lang_descr}</td>
                <td><textarea name="values[descr]" rows="4" cols="50" 
wrap="virtual">{cat_description}</textarea></td>
        </tr>
        <tr class="row_on">
!               <td colspan="2">{lang_access}</td>
                <td><input type="checkbox" name="values[access]" value="True" 
{access}></td>
        </tr>
        {rows}
  
  {buttons}
  
+ </table>
  </center>
  
***************
*** 34,44 ****
  <!-- BEGIN add -->
  
! <table width="80%" border="0" cellspacing="5">
!       <tr valign="top">
!               <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>
  
  <!-- END add -->
--- 34,43 ----
  <!-- 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>
  
  <!-- END add -->
***************
*** 46,60 ****
  <!-- BEGIN edit -->
  
! <table width="80%" border="0" cellspacing="5">
!       <tr valign="top">
                <td>
                        <input type="hidden" name="values[old_parent]" 
value="{old_parent}">
!                       <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>
  
  <!-- END edit -->
--- 45,58 ----
  <!-- BEGIN edit -->
  
!       <tr valign="bottom" height="50">
                <td>
                        <input type="hidden" name="values[old_parent]" 
value="{old_parent}">
!                       <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>
! 
  
  <!-- END edit -->
***************
*** 62,67 ****
  <!-- BEGIN data_row -->
  
!       <tr class="{tr_color}">
!               <td>{lang_data}</td>
                <td>{td_data}</td>
        </tr>
--- 60,65 ----
  <!-- BEGIN data_row -->
  
!       <tr class="row_off">
!               <td colspan="2">{lang_data}</td>
                <td>{td_data}</td>
        </tr>

Index: listcats.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/templates/default/listcats.tpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** listcats.tpl        20 Apr 2003 20:43:26 -0000      1.12
--- listcats.tpl        24 Jun 2003 22:33:16 -0000      1.13
***************
*** 40,55 ****
  </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>
  </table>
--- 40,55 ----
  </table>
  
! <table border="0" cellpadding="2" cellspacing="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>





reply via email to

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