phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] calendar/templates/probusiness/matrix_query.tpl, 1.1.


From: nomail
Subject: [Phpgroupware-cvs] calendar/templates/probusiness/matrix_query.tpl, 1.1.2.4
Date: Fri, 21 May 2004 09:51:39 -0000

Update of /calendar/templates/probusiness
Modified Files:
        Branch: Version-0_9_16-branch
          matrix_query.tpl

date: 2004/04/23 14:18:31;  author: fipsfuchs;  state: Exp;  lines: +16 -19

Log Message:
code review by danielb and fips
=====================================================================
Index: calendar/templates/probusiness/matrix_query.tpl
diff -u calendar/templates/probusiness/matrix_query.tpl:1.1.2.3 
calendar/templates/probusiness/matrix_query.tpl:1.1.2.4
--- calendar/templates/probusiness/matrix_query.tpl:1.1.2.3     Mon Mar  1 
09:49:31 2004
+++ calendar/templates/probusiness/matrix_query.tpl     Fri Apr 23 14:18:31 2004
@@ -1,32 +1,29 @@
-
 <!-- BEGIN matrix_query -->
-
   <form action="{action_url}" method="post" name="matrixform">
-    <table class="basic" align="center">
+    <table border="0" class="basic" align="center">
       <tr>
-        <thead>
-          <td colspan="2" class="center"><b>{title}</b></td>
-        </thead>
+                               <td colspan="2" style="text-align: center" 
class="header">
+                                       <b>{title}</b>
+                               </td>
       </tr>
      {rows}
-      <tr>
-        <td>
-          <table cellspacing="5">
-            <tr>
-              <td><input type="submit" value="{submit_button}" />
-       </form></td>
-              <td>{cancel_button}</td>
-            </tr>
-          </table>
-        </td>
+      <tr style="vertical-align: top">
+        <td style="padding-top: 8px">
+                                       <input type="submit" 
value="{submit_button}" />
+</form>
+                               </td>
+                               <td style="padding-top: 8px">
+                                       {cancel_button}
+                               </td>
       </tr>
     </table>
-
 <!-- END matrix_query -->
 
 <!-- BEGIN list -->
   <tr class="bg_view">
-    <td class="top" width="35%"><b>&nbsp;{field}:</b></td>
-    <td class="top" width="65%">{data}</td>
+    <td class="top">
+       <b>&nbsp;{field}:</b>
+    </td>
+    <td style="vertical-align: top; width: 100%">{data}</td>
   </tr>
 <!-- END list -->




reply via email to

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