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.11,1.12 delete.tpl,1.6,1.7
Date: Sun, 08 Sep 2002 16:40:14 -0400

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

Modified Files:
        category_form.tpl delete.tpl 
Log Message:
update cats

Index: category_form.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/preferences/templates/default/category_form.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** category_form.tpl   1 Jun 2002 14:15:24 -0000       1.11
--- category_form.tpl   8 Sep 2002 20:40:12 -0000       1.12
***************
*** 6,10 ****
  <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>
--- 6,10 ----
  <table border="0" width="80%" cellspacing="2" cellpadding="2">
        <tr>
!               <td align="center" 
bgcolor="#c9c9c9"><b>{title_categories}:&nbsp;{user_name}<b/></td>
        </tr>
  </table>
***************
*** 17,26 ****
        </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>
  
--- 17,26 ----
        </tr>
        <tr>
!               <td>{lang_name}</td>
                <td><input name="cat_name" size="50" value="{cat_name}"></td>
        </tr>
        <tr>
                <td>{lang_descr}</td>
!               <td><textarea name="cat_description" rows="4" cols="50" 
wrap="virtual">{cat_description}</textarea></td>
        </tr>
  
***************
*** 29,33 ****
        <tr>
                <td>{lang_access}</td>
!               <td colspan="2">{access}</td>
        </tr>
  </table>
--- 29,33 ----
        <tr>
                <td>{lang_access}</td>
!               <td>{access}</td>
        </tr>
  </table>
***************
*** 41,51 ****
  <!-- 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>
--- 41,51 ----
  <!-- BEGIN add -->
  
! <table width="80%" border="0" cellspacing="2" cellpadding="2">
        <tr valign="bottom">
!               <td height="50">
                        <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" align="right">
                        <form method="POST" action="{doneurl}">
                        <input type="submit" name="done" 
value="{lang_done}"></form></td>
***************
*** 57,67 ****
  <!-- BEGIN edit -->
  
! <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}"></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>
--- 57,67 ----
  <!-- BEGIN edit -->
  
! <table width="80%" border="0" cellspacing="2" cellpadding="2">
        <tr valign="bottom">
!               <td height="50">
                        <input type="submit" name="submit" 
value="{lang_save}"></form></td>
                <td height="50" align="center">
                        {delete}</td>
!               <td height="50" align="right">
                        <form method="POST" action="{doneurl}">
                        <input type="submit" name="done" 
value="{lang_done}"></form></td>

Index: delete.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/templates/default/delete.tpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** delete.tpl  1 Jun 2002 14:15:24 -0000       1.6
--- delete.tpl  8 Sep 2002 20:40:12 -0000       1.7
***************
*** 4,24 ****
  
  <center>
  <table border="0" width="65%" cellpadding="2" cellspacing="2">
        <tr>
!               <td align="center" colspan=2>{deleteheader}</td>
        </tr>
        <tr>
!               <td align="center">{lang_subs}</td>
!               <td align="center">{subs}</td>
        </tr>
        <tr>
!               <td align="center">
!                       <form method="POST" action="{action_url}">
!                               <input type="submit" name="confirm" 
value="{lang_yes}"></td>
                        </form>
                </td>
!               <td align="center">
                        <form method="POST" action="{nolink}">
!                               <input type="submit" name="cancel" 
value="{lang_no}"></td>
                        </form>
                </td>
--- 4,24 ----
  
  <center>
+ {error_msg}
  <table border="0" width="65%" cellpadding="2" cellspacing="2">
+ <form method="POST" action="{action_url}">
        <tr>
!               <td align="center" colspan="2">{deleteheader}</td>
        </tr>
        <tr>
!               <td align="center" colspan="2">{sub_select}</td>
        </tr>
        <tr>
!               <td>
!                       <input type="submit" name="confirm" value="{lang_yes}">
                        </form>
                </td>
!               <td align="right">
                        <form method="POST" action="{nolink}">
!                               <input type="submit" name="cancel" 
value="{lang_no}">
                        </form>
                </td>





reply via email to

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