Code

Updated table summary
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Mar 2010 09:54:49 +0000 (09:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 25 Mar 2010 09:54:49 +0000 (09:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17211 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/addons/goto/events/DaemonEvent_reinstall.tpl

index 95c4299ff9917060f622d0d56f8951a6a364010a..bea70380c6607f522e7e1f74a1b80d2f4069963b 100644 (file)
@@ -1,11 +1,11 @@
 
 {if $is_new}
 
-<table style='width:100%;'>
+<table style='width:100%;' summary="{t}Goto daemon event: Reinstall{/t}">
   <tr>
     <td style='width:50%; ' class='right-border'>
 
-      <table>
+      <table summary="{t}Schedule options{/t}">
         <tr>
           <td>
 <b>{t}Schedule{/t}</b><br><br>
@@ -15,7 +15,7 @@
     </td>
     <td style='width:50%; '>
 
-      <table style='width:100%;'>
+      <table style='width:100%;' summary="{t}Target list{/t}">
         <tr>
           <td>
             <b>{t}System list{/t}</b>
 
 {else}
 
-<table style='width:100%;'>
+<table style='width:100%;' summary="{t}Generic settings{/t}">
        <tr>
                <td style='width:50%; '>
 
-                       <table>
+                       <table summary="{t}Generic settings{/t}">
                                <tr>
                                        <td>{t}ID{/t}</td>
                                        <td>{$data.ID}</td>
                                </tr>
                        </table>
                </td>
-               <td style='width:50%; '>
-
-                       <table >
-                       </table>
-               </td>
        </tr>
 </table>