phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/default/nextmatchs.tpl, 1.10.4.4


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/templates/default/nextmatchs.tpl, 1.10.4.4
Date: Sat, 6 Nov 2004 16:34:25 +0100

Update of /phpgwapi/templates/default
Modified Files:
        Branch: Version-0_9_16-branch
          nextmatchs.tpl

date: 2004/11/06 15:34:25;  author: powerstat;  state: Exp;  lines: +21 -21

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/templates/default/nextmatchs.tpl
diff -u phpgwapi/templates/default/nextmatchs.tpl:1.10.4.3 
phpgwapi/templates/default/nextmatchs.tpl:1.10.4.4
--- phpgwapi/templates/default/nextmatchs.tpl:1.10.4.3  Sun Mar 21 19:22:32 2004
+++ phpgwapi/templates/default/nextmatchs.tpl   Sat Nov  6 15:34:25 2004
@@ -5,7 +5,7 @@
   </tr>
  </table>
 
-<br>
+<br />
 
 <!-- END nextmatchs -->
 
@@ -14,7 +14,7 @@
        <td>
 {select}
         <noscript>
-         <input type="submit" value="{lang_filter}">
+         <input type="submit" value="{lang_filter}" />
         </noscript>
        </td>
 <!-- END filter -->
@@ -22,12 +22,12 @@
 
 <!-- BEGIN form -->
 <td width="2%" align="{align}" valign="top">
-       <form method="POST" action="{action}" name="{form_name}">
+       <form method="post" action="{action}" name="{form_name}">
        {hidden}
        <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
        <tr>
                <td align="{align}">
-                       <input type="image" src="{img}" border="{border}" 
alt="{label}" width="12" height="12" name="start" value="{start}">
+                       <input type="image" src="{img}" border="{border}" 
alt="{label}" width="12" height="12" name="start" value="{start}" />
                </td>
        </tr>
        </table>
@@ -46,7 +46,7 @@
        <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
        <tr>
                <td align="{align}">
-                       <img src="{img}" border="{border}" width="12" 
height="12" alt="{label}">
+                       <img src="{img}" border="{border}" width="12" 
height="12" alt="{label}" />
                </td>
        </tr>
        </table>
@@ -60,23 +60,23 @@
 
 <!-- BEGIN cats -->
        <td>
-        {lang_category}&nbsp;&nbsp;<select name="{cat_field}" 
onChange="this.form.submit();">
+        {lang_category}&nbsp;&nbsp;<select name="{cat_field}" 
onchange="this.form.submit();">
          <option value="0">{lang_all}</option>
          {categories}
         </select>
-        <noscript><input type="submit" name="cats" 
value="{lang_select}"></noscript>
+        <noscript><input type="submit" name="cats" value="{lang_select}" 
/></noscript>
        </td>
 <!-- END cats -->
 
 <!-- BEGIN search_filter -->
-    <form method="POST" action="{form_action}" name="filter">
+    <form method="post" action="{form_action}" name="filter">
+     <input type="hidden" name="filter" value="{filter_value}" />
+     <input type="hidden" name="qfield" value="{qfield_value}" />
+     <input type="hidden" name="start" value="{start_value}" />
+     <input type="hidden" name="order" value="{order_value}" />
+     <input type="hidden" name="sort" value="{sort_value}" />
+     <input type="hidden" name="query" value="{query_value}" />
      <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
-      <input type="hidden" name="filter" value="{filter_value}">
-      <input type="hidden" name="qfield" value="{qfield_value}">
-      <input type="hidden" name="start" value="{start_value}">
-      <input type="hidden" name="order" value="{order_value}">
-      <input type="hidden" name="sort" value="{sort_value}">
-      <input type="hidden" name="query" value="{query_value}">
       <tr>
                <td>{search}</td>
                <td>&nbsp;</td>
@@ -87,14 +87,14 @@
 <!-- END search_filter -->
 
 <!-- BEGIN cats_search_filter -->
-    <form method="POST" action="{form_action}" name="filter">
+    <form method="post" action="{form_action}" name="filter">
+     <input type="hidden" name="filter" value="{filter_value}" />
+     <input type="hidden" name="qfield" value="{qfield_value}" />
+     <input type="hidden" name="start" value="{start_value}" />
+     <input type="hidden" name="order" value="{order_value}" />
+     <input type="hidden" name="sort" value="{sort_value}" />
+     <input type="hidden" name="query" value="{query_value}" />
      <table border="0" bgcolor="{th_bg}" cellspacing="0" cellpadding="0">
-      <input type="hidden" name="filter" value="{filter_value}">
-      <input type="hidden" name="qfield" value="{qfield_value}">
-      <input type="hidden" name="start" value="{start_value}">
-      <input type="hidden" name="order" value="{order_value}">
-      <input type="hidden" name="sort" value="{sort_value}">
-      <input type="hidden" name="query" value="{query_value}">
       <tr>
                {cats}
                <td>&nbsp;</td>




reply via email to

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