Code

added summary for table tags
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Jun 2005 09:57:46 +0000 (09:57 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Jun 2005 09:57:46 +0000 (09:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@841 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/departments/generic.tpl
plugins/admin/ogroups/headpage.tpl
plugins/admin/systems/network.tpl
plugins/admin/systems/startup.tpl
plugins/admin/systems/terminal.tpl
plugins/admin/systems/wingeneric.tpl

index 8087320892cb8c7d6eb22411c4990912da9c5456..b2b80d7f29f39ef2fc8e8ae6effd789db0ddf8f2 100644 (file)
@@ -1,9 +1,9 @@
-<table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
  <tr>
    <td style="vertical-align:top;">
      <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
      
-     <table>
+     <table summary="">
       <tr>
        <td>{t}Name of department{/t}{$must}</td>
        <td><input name="ou" size=25 maxlength=60 value="{$ou}" title="{t}Name of subtree to create{/t}"></td>
@@ -41,7 +41,7 @@
    <td>
      <h2><img alt="" align="middle" src="images/house.png"> {t}Location{/t}</h2>
 
-     <table>
+     <table summary="">
       <tr>
        <td>{t}State{/t}</td>
        <td><input name="st" size=25 maxlength=60 {$stACL} value="{$st}" title="{t}State where this subtree is located{/t}"></td>
index 264ecc8111695fd925965a7466b44d9f8bc3e706..67ea9fe3766d1a09bf06dedf8d71be7e63b796bc 100644 (file)
@@ -1,4 +1,4 @@
-<table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
 <tr>
   <td style="vertical-align:top;">
   <div class="contentboxh">
     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
    </div>
    <div class="contentboxb">
-     <table style="width:100%;border-top:1px solid #B0B0B0;">
+     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
       {$alphabet}
      </table>
     
-<table  style="width:100%;border-top:1px solid #B0B0B0;"> 
+<table summary=""  style="width:100%;border-top:1px solid #B0B0B0;"> 
        <tr>
                <td>
        <input type=checkbox name="emptygroups" value="1" {$emptygroups} onClick="mainform.submit()">{t}Show empty groups{/t}<br>
        </tr>
 </table>    
 
-    <table style="width:100%;border-top:1px solid #B0B0B0;"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display groups of department{/t}</td>
+    <table summary="" style="width:100%;border-top:1px solid #B0B0B0;"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display groups of department{/t}</td>
     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
       {html_options options=$deplist selected=$depselect}
     </select></td></tr></table>
-    <table style="width:100%;border-top:1px solid #B0B0B0;"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display groups matching{/t}</td>
+    <table summary="" style="width:100%;border-top:1px solid #B0B0B0;"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display groups matching{/t}</td>
     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()"></td></tr></table>
    {$apply}
    </div>
index 93b3cb9b6cb2edf9fe487250b120a1409bf1d734..a57261378f6b9a8d16b06ef4816eb7a0a3a28f5d 100644 (file)
@@ -1,9 +1,9 @@
 <h2><img alt="" align="middle" src="images/network.png"> {t}Network settings{/t}</h2>
 
-<table width="100%">
+<table summary="" width="100%">
  <tr>
   <td>
-   <table>
+   <table summary="">
     <tr>
      <td>{t}IP-address{/t}{$staticAddress}</td>
      <td><input name="ipHostNumber" size=25 maxlength=80 value="{$ipHostNumber}"></td>
@@ -11,7 +11,7 @@
    </table>
   </td>
   <td>
-   <table>
+   <table summary="">
     <tr>
      <td>{t}MAC-address{/t}{$staticAddress}</td>
      <td><input name="macAddress" size=25 maxlength=80 value="{$macAddress}"></td>
index 19efc10f406016d6debcb3c4a39c539329916482..cd5aa558339e2a10e702e032ef7ea2416401336c 100644 (file)
@@ -1,9 +1,9 @@
 <h2><img alt="" align="middle" src="images/penguin.png"> {t}Boot parameters{/t}</h2>
-<table style="width:100%;">
+<table summary="" style="width:100%;">
  <tr>
   <td style="width:50%; vertical-align:top;">
 
-   <table>
+   <table summary="">
     <tr>
      <td>{t}LDAP server{/t}</td>
      <td>
@@ -44,7 +44,7 @@
  </tr>
 </table>
 
-<table style="width:100%;">
+<table summary="" style="width:100%;">
  <tr><td colspan=2><p class="plugbottom" style="margin-top:0px;"></p></td></tr>
 
  <tr>
@@ -78,7 +78,7 @@
  </tr>
 </table>
 
-<table style="width:100%;">
+<table summary="" style="width:100%;">
  <tr><td colspan=2><p class="plugbottom" style="margin-top:0px;"></p></td></tr>
 
  <tr>
index fe4fca7a28aba3de32cb8882a2c063770057ba3f..764f5a587b2739e11381b7f84ed23d6fef1f25a5 100644 (file)
@@ -1,9 +1,9 @@
 <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
-<table style="width:100%;">
+<table summary="" style="width:100%;">
  <tr>
   <td style="width:50%; vertical-align:top;">
 
-   <table>
+   <table summary="">
     <tr>
      {if $cn eq 'default'}
      <td colspan=2>{t}Terminal template{/t}</td>
@@ -31,7 +31,7 @@
 
   <td style="vertical-align:top;">
 
-   <table>
+   <table summary="">
     <tr>
      <td>{t}Mode{/t}</td>
      <td>
@@ -46,7 +46,7 @@
  </tr>
  <tr>
   <td style="width:50%;">
-   <table>
+   <table summary="">
     <tr><td colspan=2><div style="height:15px;"></div></td></tr>
     <tr>
      <td>{t}Root server{/t}</td>
@@ -68,7 +68,7 @@
   </td>
   <td style="vertical-align:top;">
 
-   <table>
+   <table summary="">
     <tr><td colspan=2><div style="height:15px;"></div></td></tr>
     <tr>
      <td>{t}Syslog server{/t}</td>
@@ -97,7 +97,7 @@
 
 <p class="plugbottom" style="margin-bottom:0px; padding:0px;">&nbsp;</p>
 <h2><img alt="" align="middle" src="images/rocket.png"> {t}Action{/t}</h2>
-<table>
+<table summary="">
  <tr>
   <td>
    <select size="1" name="saction" {$actionACL} title="{t}Select action to execute for this terminal{/t}">
index 0f3e6ad4d91fd5fe81c17271fd6e48e5245f8d8d..a3f5f091eaaf82daeb24cd496cb40ef50988de54 100644 (file)
@@ -1,7 +1,7 @@
-<table width="100%">
+<table summary="" width="100%">
  <tr>
   <td style="vertical-align:top; width:50%;">
-       <table>
+       <table summary="">
         <tr>
          <td>{t}Machine name{/t}{$must}</td>
          <td><input name="cn" size=20 maxlength=60 value="{$cn}"></td>
@@ -19,7 +19,7 @@
        </table>
   </td>
   <td style="vertical-align:top">
-       <table>
+       <table summary="">
         <tr>
          <td>{t}Description{/t}</td>
          <td><input name="description" size=25 maxlength=80 value="{$description}"></td>