Code

Fixed table summary and maxsize to maxlength
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Dec 2005 09:43:05 +0000 (09:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 20 Dec 2005 09:43:05 +0000 (09:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2354 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/askClassName.tpl
plugins/admin/fai/class_faiPartitionTableEntry.inc
plugins/admin/fai/faiPackageNew.tpl
plugins/admin/fai/faiPartitionTable.tpl
plugins/admin/fai/faiPartitionTableEntry.tpl
plugins/admin/fai/faiScriptEntry.tpl
plugins/admin/fai/faiTemplate.tpl
plugins/admin/fai/faiTemplateEntry.tpl
plugins/admin/fai/faiVariable.tpl
plugins/admin/fai/faiVariableEntry.tpl

index bc80a9035331ef636404a1f531447a6e2bb8304c..d772f503c6523f8dd769f8923105405f0aa07936 100644 (file)
 <br>
 </p>
 <br>
-<table style='width:100%'>
+<table summary="" style='width:100%'>
  <tr>
   <td style='width:49%'>
-   <table>
+   <table summary="">
     <tr>
      <td>
        <input type=radio name="classSelector" value="1" checked>
@@ -39,7 +39,7 @@
   <td style='border-left:1px solid #909090'>
   </td>
   <td>
-   <table {$grey}>
+   <table summary="" {$grey}>
     <tr>
      <td>
        <input type=radio name="classSelector" value="2" {$ClassNamesAvailable}>
@@ -64,7 +64,7 @@
 </table>
 
 <!--
-<table>
+<table summary="">
        <tr>
                <td>
                <input type="submit" name="UseSelectedClass" value="{t}Use{/t}" {$ClassNamesAvailable}> 
index ed18b2614d953a5e8c7529f87275f8dff5938c12..219f62da77375c70383bb6f10945fc15e8b02cdc 100644 (file)
@@ -173,7 +173,7 @@ class faiPartitionTableEntry extends plugin
     $FAIfsTypes       = array("ext2","ext3","xfs","swap","reiserfs","dosfat16","winfat32");
 
     /* Display Header */
-    $str = "<table style='width:100%'>";
+    $str = "<table summary='' style='width:100%'>";
     if (count($this->partitions)){
       $str .= "<tr>";
       $str .= "<td>"._("Type")."</td>";
index 5ca0eff5d56e5a07e2c9649219f4bfc6cd77d743..6c254b32b3d74e5a1a939d52e9f2b43ebc2da1dd 100644 (file)
@@ -15,7 +15,7 @@
 <br>
 <br>
 </p>
-<table>
+<table summary="">
 <tr>
        <td height="30">
                <b><LABEL for="release">{t}Following releases are available{/t}</LABEL></b>
index 68b5f14fcfe144f0f8bc1ca77e6041bde740e656..b2fcf49bd9813cb5d0a9845910690596af113c09 100644 (file)
@@ -1,4 +1,4 @@
-<table width="100%">
+<table width="100%" summary="">
        <tr>
                <td width="50%" valign="top">
                                <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
@@ -10,7 +10,7 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <input value="{$cn}" size="45" maxsize="80" disabled id="cn">
+                                                       <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
                                                </td>
                                        </tr>
                                        <tr>
@@ -20,7 +20,7 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <input value="{$description}" size="45" maxsize="80" {$description} name="description" id="description">
+                                                       <input value="{$description}" size="45" maxlength="80" {$description} name="description" id="description">
                                                </td>
                                        </tr>
                                </table>
@@ -34,7 +34,7 @@
                                                {t}Discs{/t}
                                        </LABEL>
                                </h2>
-                               <table width="100%">
+                               <table width="100%" summary="">
                                <tr>
                                        <td>
                                                <select name="disks" title="{t}Choose a disk to delete or edit{/t}" style="width:100%" size="20" id="SubObject">
index 8fb8a46dd90dbda642aae01af446c30408562d85..df23a2ff664fbe3eb0a2788da8481e080e4bc828 100644 (file)
@@ -1,16 +1,16 @@
 <input type="hidden" name="TableEntryFrameSubmitted" value="1">
 <h2><img class="center" alt="" src="images/fai_partitionTable.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Device{/t}</h2>
-<table style='width:100%'>
+<table style='width:100%' summary="">
        <tr>
                <td style='width:50%;border-right:1px solid #909090;'><LABEL for="DISK_cn">
                        {t}Name{/t}
                        </LABEL>{$must}&nbsp;
-                       <input value="{$DISK_cn}" size="45" maxsize="80" name="DISK_cn" id="DISK_cn">
+                       <input value="{$DISK_cn}" size="45" maxlength="80" name="DISK_cn" id="DISK_cn">
                </td>
                <td><LABEL for="DISK_description">
                        &nbsp;{t}Description{/t}
                        </LABEL>&nbsp;
-                       <input value="{$DISK_description}" size="45" maxsize="80" name="DISK_description" id="DISK_description">
+                       <input value="{$DISK_description}" size="45" maxlength="80" name="DISK_description" id="DISK_description">
                </td>
        </tr>
 </table>
index 7f175708a692197ff8f36949749adad68f8e55c7..96a16034697c72de621d657a7cf05bc10c23c185 100644 (file)
@@ -3,13 +3,13 @@
        <tr>
                <td valign="top" width="50%">
                        <h2><img class="center" alt="" src="images/forward.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
-                               <table>
+                               <table summary="">
                                        <tr>
                                                <td>
                                                        {t}Name{/t}{$must}&nbsp;
                                                </td>
                                                <td>
-                                                       <input value="{$cn}" size="45" maxsize="80" name="cn">
+                                                       <input value="{$cn}" size="45" maxlength="80" name="cn">
                                                </td>
                                        </tr>
                                        <tr>
@@ -17,7 +17,7 @@
                                                        {t}Description{/t}&nbsp;
                                                </td>
                                                <td>
-                                                       <input size="45" maxsize="80" value="{$description}" name="description">
+                                                       <input size="45" maxlength="80" value="{$description}" name="description">
                                                </td>
                                        </tr>
                                </table>
@@ -27,7 +27,7 @@
         </td>
                <td valign="top">
                                <h2><img class="center" alt="" src="images/fai_script.png" align="middle" title="{t}Properties{/t}">&nbsp;{t}Script attributes{/t}</h2>
-                               <table width="100%">
+                               <table summary="" width="100%">
                                        <tr>
                                                <td>
                                                        <LABEL for="FAIpriority">
@@ -50,7 +50,7 @@
                {t}Script{/t}
        </LABEL>
        </h2>
-<table width="99%">
+<table summary="" width="99%">
     <tr>
         <td>
             <textarea name="FAIscript" style="width:100%;height:300px;" id="FAIscript">{$FAIscript}</textarea>
index c000db03fe141f71904d7a4989745b9506fe0c99..e14e993d36e6665268528218ed1779f2e13e50ad 100644 (file)
@@ -1,4 +1,4 @@
-<table width="100%">
+<table summary="" width="100%">
        <tr>
                <td valign="top" style="border-right:1px solid #A0A0A0; width:50%">
                                <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
@@ -10,7 +10,7 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <input value="{$cn}" size="45" maxsize="80" disabled id="cn">
+                                                       <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
                                                </td>
                                        </tr>
                                        <tr>
@@ -20,7 +20,7 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <input value="{$description}" size="45" maxsize="80" {$description} name="description" id="description">
+                                                       <input value="{$description}" size="45" maxlength="80" {$description} name="description" id="description">
                                                </td>
                                        </tr>
                                </table>
@@ -31,7 +31,7 @@
                                                {t}List of template files{/t}
                                        </LABEL>
                                </h2>
-                               <table width="100%">
+                               <table summary="" width="100%">
                                <tr>
                                        <td>
                                                <select name="SubObject" title="{t}Choose a template to delete or edit{/t}" style="width:100%;" size="20" id="SubObject">
index 04abf4b5996fddf6c85c86f90c5ef4df091af5c2..61da21f3a235126caa542ecfa3747fca94518b5f 100644 (file)
@@ -5,11 +5,11 @@
 <tr>
        <td width="50%">
                {t}Name{/t}{$must}&nbsp;
-               <input value="{$cn}" name="cn" size="45" maxsize="80">&nbsp;&nbsp;
+               <input value="{$cn}" name="cn" size="45" maxlength="80">&nbsp;&nbsp;
        </td>
        <td>
                {t}Description{/t}&nbsp;
-               <input size="45" maxsize="80" value="{$description}" name="description">
+               <input size="45" maxlength="80" value="{$description}" name="description">
        </td>
 </tr>
 </table>
@@ -22,7 +22,7 @@
 </tr>
 <tr>
   <td style="vertical-align:top;width:50%;border-right:1px solid #B0B0B0">
-   <table>
+   <table summary="">
     <tr>
                <td style="vertical-align:top">
                        <LABEL for="FAItemplateFile">
@@ -54,7 +54,7 @@
                </table>
        </td>
        <td>
-         <table>
+         <table summary="">
                <tr>
        
                <td>
@@ -79,7 +79,7 @@
        </tr><tr>
                <td style="vertical-align:top">{t}Access{/t}{$must}&nbsp; </td>
                <td>
-         <table style="border:1px solid #B0B0B0">
+         <table summary="" style="border:1px solid #B0B0B0">
               <colgroup width="55" span="3">
                </colgroup>
                <tr>
index c0525689f0657393dd23d62179bd1c6f19ca0c36..3f5fdbed3a776b44fa2929339fe62446fac6fb22 100644 (file)
@@ -1,4 +1,4 @@
-<table width="100%">
+<table summary="" width="100%">
        <tr>
                <td width="50%" valign="top">
                                <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
@@ -10,7 +10,7 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <input value="{$cn}" size="45" maxsize="80" disabled id="cn">
+                                                       <input value="{$cn}" size="45" maxlength="80" disabled id="cn">
                                                </td>
                                        </tr>
                                        <tr>
@@ -20,7 +20,7 @@
                                                        </LABEL>
                                                </td>
                                                <td>
-                                                       <input size="45" maxsize="80" value="{$description}" {$description} name="description" id="description">
+                                                       <input size="45" maxlength="80" value="{$description}" {$description} name="description" id="description">
                                                </td>
                                        </tr>
                                </table>
@@ -34,7 +34,7 @@
                                                {t}List of assigned variables{/t}
                                        </LABEL>
                                </h2>
-                               <table width="100%">
+                               <table summary="" width="100%">
                                <tr>
                                        <td>
                                                <select name="SubObject" title="{t}Choose a variable to delete or edit{/t}" style="width:100%;" size="20" id="SubObject">
index 6714554f6ad6a522d29c5632200527c75819df77..9c7d7e60aaaf4106bbada7f33678f914e725d3cd 100644 (file)
@@ -3,13 +3,13 @@
        <tr>
                <td valign="top" width="50%">
                        <h2><img class="center" alt="" src="images/fai_small.png" align="middle" title="{t}Generic{/t}">&nbsp;{t}Generic{/t}</h2>
-                               <table>
+                               <table summary="">
                                        <tr>
                                                <td>
                                                        {t}Name{/t}{$must}&nbsp;
                                                </td>
                                                <td>
-                                                       <input value="{$cn}" size="45" maxsize="80" name="cn">
+                                                       <input value="{$cn}" size="45" maxlength="80" name="cn">
                                                </td>
                                        </tr>
                                        <tr>
@@ -17,7 +17,7 @@
                                                        {t}Description{/t}&nbsp;
                                                </td>
                                                <td>
-                                                       <input value="{$description}" size="45" maxsize="80" name="description">
+                                                       <input value="{$description}" size="45" maxlength="80" name="description">
                                                </td>
                                        </tr>
                                </table>
@@ -27,7 +27,7 @@
         </td>
                <td valign="top">
                                <h2><img class="center" alt="" src="images/fai_variable.png" align="middle" title="{t}Variable attributes{/t}">&nbsp;{t}Variable attributes{/t}</h2>
-                               <table width="100%">
+                               <table  summary="" width="100%">
                                        <tr>
                                                <td>
                                                        <LABEL for="Content">