Code

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

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

index edd3aa5507c8b89371cbe72dc09385b9f32651d5..566849c1b89b9723a8281f180a02fb68343f871a 100644 (file)
@@ -1,11 +1,11 @@
 
 {if $is_new}
 
-<table style='width:100%;'>
+<table style='width:100%;' summary="{t}Goto daemon event: Reboot{/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}Repeating jobs{/t}">
        <tr>
                <td style='width:50%; '>
 
-                       <table>
+                       <table  summary="{t}Job interval{/t}">
                                <tr>
                                        <td>{t}ID{/t}</td>
                                        <td>{$data.ID}</td>
                                </tr>
                        </table>
                </td>
-               <td style='width:50%; '>
-
-                       <table >
-                       </table>
-               </td>
        </tr>
 </table>