phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/templates/default pref.tpl,1.2,1.2.4.1


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/templates/default pref.tpl,1.2,1.2.4.1 pref_colspan.tpl,1.1,NONE pref_list.tpl,1.1,NONE
Date: Sun, 28 Apr 2002 15:05:53 -0400

Update of /cvsroot/phpgroupware/calendar/templates/default
In directory subversions:/tmp/cvs-serv20093/templates/default

Modified Files:
      Tag: Version-0_9_14-branch
        pref.tpl 
Removed Files:
      Tag: Version-0_9_14-branch
        pref_colspan.tpl pref_list.tpl 
Log Message:
Cleanup to use a single preference template.

Index: pref.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/templates/default/pref.tpl,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -r1.2 -r1.2.4.1
*** pref.tpl    30 Apr 2001 03:07:50 -0000      1.2
--- pref.tpl    28 Apr 2002 19:05:50 -0000      1.2.4.1
***************
*** 1,2 ****
--- 1,3 ----
+ <!-- BEGIN pref -->
  <p><b>{title}:</b><hr><p>
  <form action="{action_url}" method="POST">
***************
*** 6,7 ****
--- 7,22 ----
   <center><input type="submit" name="submit" value="{submit_lang}"></center>
  </form>
+ <!-- END pref -->
+ 
+ <!-- BEGIN pref_colspan -->
+   <tr bgcolor="{bg_color}">
+    <td colspan="2">{text}</td>
+   </tr>
+ <!-- END pref_colspan -->
+ 
+ <!-- BEGIN pref_list -->
+   <tr bgcolor="{bg_color}">
+    <td align="right">{field}</td>
+    <td align="center">{data}</td>
+   </tr>
+ <!-- END pref_list -->

--- pref_colspan.tpl DELETED ---

--- pref_list.tpl DELETED ---




reply via email to

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