]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 249875: buglist does not pass w3c validation
authormkanat%kerio.com <>
Thu, 17 Feb 2005 01:03:20 +0000 (01:03 +0000)
committermkanat%kerio.com <>
Thu, 17 Feb 2005 01:03:20 +0000 (01:03 +0000)
Patch By Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit, a=myk

template/en/default/list/edit-multiple.html.tmpl
template/en/default/list/list.html.tmpl
template/en/default/list/table.html.tmpl

index c2c8bf4d8771c8479a850e6ca95fc6ccd59bd1d3..d92d0f58d39d0aeab9d79602b8a0e4eefabecfe8 100644 (file)
@@ -24,7 +24,7 @@
 [% dontchange = "--do_not_change--" %]
 <input type="hidden" name="dontchange" value="[% dontchange FILTER html %]">
 
-<script type="text/javascript" language="JavaScript">
+<script type="text/javascript">
   var numelements = document.forms.changeform.elements.length;
   function SetCheckboxes(value) {
       var item;
 
 <hr>
 
-<p><font size="-1">
-  To change multiple [% terms.bugs %]:
-  <ol>
-    <li>Check the [% terms.bugs %] you want to change above.</li>
-    <li>Make your changes in the form fields below.  If the change
-        you are making requires an explanation, include it in
-        the comments box.</li>
-    <li>Click the <em>Commit</em> button.</li>
-  </ol>
-</font></p>
+<p style="font-size:smaller">
+ To change multiple [% terms.bugs %]:</p>
+<ol style="font-size:smaller">
+  <li>Check the [% terms.bugs %] you want to change above.</li>
+  <li>Make your changes in the form fields below.  If the change
+   you are making requires an explanation, include it in
+   the comments box.</li>
+  <li>Click the <em>Commit</em> button.</li>
+</ol>
 
 <table id="form">
   <tr>
 
 </table>
 
-<label for="comment"><b>Additional Comments:</b></label><br>
+<b><label for="comment">Additional Comments:</label></b><br>
 <textarea id="comment" name="comment" rows="5" cols="80"></textarea><br>
 
 [% IF groups.size > 0 %]
   <b>Groupset:</b><br>
   <table border="1">
     <tr>
-      <th>Don't<br>change<br>this group<br>restriction</td>
-      <th>Remove<br>[% terms.bugs %]<br>from this<br>group</td>
-      <th>Add<br>[% terms.bugs %]<br>to this<br>group</td>
-      <th>Group Name:</td>
+      <th>Don't<br>change<br>this group<br>restriction</th>
+      <th>Remove<br>[% terms.bugs %]<br>from this<br>group</th>
+      <th>Add<br>[% terms.bugs %]<br>to this<br>group</th>
+      <th>Group Name:</th>
     </tr>
 
     [% FOREACH group = groups %]
   </table>
 
   [% IF foundinactive %]
-    <font size="-1">(Note: [% terms.Bugs %] may not be added to [% FILTER inactive %]inactive
-    groups[% END %], only removed.)</font><br>
+    <p style="font-size:smaller">(Note: [% terms.Bugs %] may not be added to [% FILTER inactive %]inactive
+    groups[% END %], only removed.)</p>
   [% END %]
 
 [% END %]
   <input type="submit" name="action" value="[% Param('move-button-text') %]">
 [% END %]
 
-
 [%############################################################################%]
 [%# Select Menu Block                                                        #%]
 [%############################################################################%]
index 24d00feb6e08e0a34ca7f818b06cbb977afc5484..602475d0d996e5f510aab616334a78eb308e6942 100644 (file)
 [%# Navigation Bar                                                           #%]
 [%############################################################################%]
 
-<p>
 <table>
   <tr>
     [% IF bugs.size > 0 %]
     [% END %]  
   </tr>
 </table>
-</p>  
 
 
 [%############################################################################%]
 [%############################################################################%]
 
 [% PROCESS global/footer.html.tmpl %]
-
index 56ab2ee491211ba2fa453678c5dd4b13b3c910e3..1a95fecd3197c8ae7ae6a62f247ee4e04322d274 100644 (file)
     </td>
 
     [% FOREACH column = displaycolumns %]
-    <td>
-      [% '<nobr>' IF NOT abbrev.$column.wrap %]
+    <td [% 'style="white-space: nowrap"' IF NOT abbrev.$column.wrap %]>
       [% IF abbrev.$column.format_value %] 
         [%- bug.$column FILTER format(abbrev.$column.format_value) FILTER html -%] 
       [% ELSIF column == 'actual_time' ||
       [% ELSE %]
         [%- bug.$column.truncate(abbrev.$column.maxlength, abbrev.$column.ellipsis) FILTER html -%]
       [% END %]
-      [%- '</nobr>' IF NOT abbrev.$column.wrap %]
     </td>
     [% END %]