phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sitemgr/templates/default edit_block.tpl, 1.1.2.1.4.1


From: skwashd
Subject: [Phpgroupware-cvs] sitemgr/templates/default edit_block.tpl, 1.1.2.1.4.1
Date: Sat, 12 Nov 2005 15:11:00 +0100

Update of sitemgr/templates/default

Modified Files:
     Branch: skwashd-16-compat
            edit_block.tpl lines: +4 -10

Log Message:
.

====================================================
Index: sitemgr/templates/default/edit_block.tpl
diff -u sitemgr/templates/default/edit_block.tpl:1.1 
sitemgr/templates/default/edit_block.tpl:1.1.2.1.4.1
--- sitemgr/templates/default/edit_block.tpl:1.1        Fri May 30 04:13:47 2003
+++ sitemgr/templates/default/edit_block.tpl    Sat Nov 12 14:11:58 2005
@@ -28,21 +28,15 @@
 <!-- BEGIN Moduleview -->
 <div style="border-width:2px;border-style:solid; margin:5mm;padding:5mm">
 <h4>{moduleinfo}: {description}</h4>
-<table>
 <!-- BEGIN ViewElement -->
-       <tr>
-               <td>{label}</td>
-               <td>{value}</td>
-       </tr>
+               <label {label_for}>{label}</label>
+               {value}<br />
 <!-- END ViewElement -->
-</table>
 </div>
 <!-- END Moduleview -->
 <!-- END Block -->

 <!-- BEGIN EditorElement -->
-       <tr>
-               <td>{label}</td>
-               <td>{form}</td>
-       </tr>
+               <label {label_for}>{label}</label>
+               {form}<br />
 <!-- END EditorElement -->






reply via email to

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