Code

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

plugins/admin/systems/info.tpl
plugins/admin/systems/server.tpl
plugins/admin/systems/servservice.tpl

index 7deba94d2a4faa8b81e0cd7eb20d5f16f9fc7898..dbca1607c8d3ede8e6ea7d57313f1d73062345ce 100644 (file)
@@ -1,8 +1,8 @@
 <h2><img alt="" align="middle" src="images/info_small.png"> {t}System information{/t}</h2>
-<table style="width:100%;">
+<table summary="" style="width:100%;">
  <tr>
   <td style="vertical-align:top; width:50%">
-   <table>
+   <table summary="">
     <tr>
      <td style="vertical-align:top"><b>{t}CPU{/t}</b></td><td>{$ghCpuType}</td>
     </tr>
@@ -33,7 +33,7 @@
    &nbsp;
   </td>
   <td>
-   <table>
+   <table summary="">
     <tr>
      <td style="vertical-align:top"><b>{t}Network devices{/t}</b></td>
      <td>
 {if $active eq "true"}
 <br>
 <h2 style="border-top:1px solid #A0A0A0; padding-top:5px;"><img alt="" align="middle" src="images/lamp.png"> {t}System status{/t}</h2>
-<table style="width:100%">
+<table summary="" style="width:100%">
  <tr>
   <td style="vertical-align:top; width:50%">
-   <table>
+   <table summary="">
     <tr>
      <td><b>{t}Up since{/t}</b></td><td>{$uptime}</td>
     </tr>
    &nbsp;
   </td>
   <td style="vertical-align:top;">
-   <table>
+   <table summary="">
     <tr>
      <td><b>{t}SSH service{/t}</b></td><td>{$sshd}</td>
     </tr>
index 0cb1c9a5aa35bf69531449088b74825efffc7b63..108e7570b5115f848f2740f1ede56885ecfe8172 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}Server 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>
@@ -36,7 +36,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="action" title="{t}Select action to execute for this server{/t}">
index 40d437c0dc80f7c708a0d39c4610dd1dd675203b..859cac3632311c986ca71693c0474c16f8984703 100644 (file)
@@ -1,4 +1,4 @@
-<table style="width:100%">
+<table summary="" style="width:100%">
  <tr>
   <td style="vertical-align:top; border-right:1px solid #A0A0A0; padding-right:5px;" width="50%">
 
@@ -9,7 +9,7 @@
                        changeState('NewNfsAddId');"> 
 
                <b>{t}Nfs Export{/t}</b>
-   <table>
+   <table summary="">
     <tr>
      <td>
                <select style="width:350px;" id="goExportEntry" name="goExportEntry[]" {$goExportEntryACL} {$goNfsServerState} size=4 multiple >
@@ -35,7 +35,7 @@
             changeState('NewNTPAddId');">
 
         <b>{t}Time Service{/t}</b>
-   <table>
+   <table summary="">
     <tr>
      <td>
         <select style="width:350px;" id="goTimeEntry" name="goTimeSource[]" {$goNtpServerState} {$goTimeSourceACL}  size=4 multiple>
@@ -71,7 +71,7 @@
 
      <b>{t}Terminal Service{/t}</b>
 
-  <table>
+  <table summary="">
        <tr>
         <td colspan=2>
          <input type="checkbox" value="true" name="goXdmcpIsEnabled" {$goTerminalServerState} {$goXdmcpIsEnabledACL} id="Temporariid" {$goXdmcpIsEnabled}> {t}Temporary disable login{/t}</td>