Code

postfix_mynetworks is Multi field, added seperator, to allow multiple ....
[gosa.git] / plugins / admin / systems / component.tpl
index ba6ac4fa823ed39db9195299b5eda6341c901db2..2b4007458e07b55a76e87d57899126ac9ac17624 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}Device 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>