phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/templates/default preferences.tpl,1.3,1.3.4.1
Date: Sun, 30 Mar 2003 19:30:56 -0500

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

Modified Files:
      Tag: Version-0_9_16-branch
        preferences.tpl 
Log Message:
new preference page, support now helptexts

Index: preferences.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/templates/default/preferences.tpl,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -C2 -r1.3 -r1.3.4.1
*** preferences.tpl     3 Sep 2001 23:18:47 -0000       1.3
--- preferences.tpl     31 Mar 2003 00:30:54 -0000      1.3.4.1
***************
*** 1,36 ****
- <!-- BEGIN header -->
  <b>{lang_title}</b>
! <hr><p>
! 
! <center>{messages}</center>
! 
! <table border="0" width="100%" cellspacing="0" cellpadding="0">
!  <tr>
!   <td>{tabs}</td>
!  </tr>
! </table>
  
  <form method="POST" action="{action_url}">
!  <table border="0">
  
! <!-- END header -->
! 
! <!-- BEGIN footer -->
! </table>
! <table border="0" width="70%" cellspacing="5" cellpadding="5">
   <tr>
!   <td align="left"><input type="submit" name="submit" 
value="{lang_submit}"></td>
!   <td align="right"><input type="submit" name="cancel" 
value="{lang_cancel}"></td>
   </tr>
- </table>
- <!-- END footer -->
  
  <!-- BEGIN list -->
   <tr bgcolor="{th_bg}">
!   <td colspan="2">&nbsp;</td>
   </tr>
  {rows}
  <!-- END list -->
  
  <!-- BEGIN row -->
   <tr bgcolor="{tr_color}">
--- 1,35 ----
  <b>{lang_title}</b>
! <hr>
! <br>
! <center><b>{messages}</b></center>
  
+ <!-- BEGIN form -->
  <form method="POST" action="{action_url}">
! <input type="hidden" name="show_help" value="{show_help}">
  
! <table border="0">
   <tr>
!   <td colspan="2">{tabs}</td>
   </tr>
  
  <!-- BEGIN list -->
   <tr bgcolor="{th_bg}">
!   <td colspan="2"><b>{list_header}</b></td>
   </tr>
  {rows}
  <!-- END list -->
  
+  <tr height="45" valign="bottom">
+   <td align="left">
+    <input type="submit" name="submit" value="{lang_submit}"> &nbsp;
+    <input type="submit" name="cancel" value="{lang_cancel}">
+   </td>
+   <td align="right">&nbsp; {help_button}</td>
+  </tr>
+ </table>
+ 
+ </form>
+ <!-- END form -->
+ 
  <!-- BEGIN row -->
   <tr bgcolor="{tr_color}">
***************
*** 39,40 ****
--- 38,49 ----
   </tr>
  <!-- END row -->
+ 
+ <!-- BEGIN help_row -->
+   <tr bgcolor="{tr_color}">
+   <td><b>{row_name}<b></td>
+   <td>{row_value}</td>
+  </tr>
+  <tr bgcolor="{tr_color}">
+   <td colspan="2">{help_value}</td>
+  </tr>
+ <!-- END help_row -->





reply via email to

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