Code

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

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

index acb4f588d2141c475053633993752e9839ae6f14..02eefeeb59ed5f7eccb332a9d2bc5564dee13ff4 100644 (file)
@@ -1,12 +1,12 @@
 
 {if $is_new}
 
-<table style='width:100%;'>
+<table style='width:100%;' summary="{t}Goto daemon event: Notification message{/t}">
   <tr>
     <td style='width:50%; padding:6px;' class='right-border'>
 
          <b>{t}Message settings{/t}</b>
-      <table style="width:100%;">
+      <table style="width:100%;" summary="{t}Subject{/t}">
         <tr>
           <td>{t}Sender{/t}</td>
           <td><input type='text' name="from" value="{$from}" style="width:100%;"></td>
     <td style='width:50%; '>
 
            <b>{t}Schedule{/t}</b>
-      <table>
+      <table summary="{t}Schedule options{/t}">
         <tr>
           <td colspan="2">{$timestamp}
 <br><br></td>
         </tr>
          </table>
-      <table style='width:100%;'>
+      <table style='width:100%;' summary="{t}Recipient{/t}">
         <tr>
           <td style="width:50%;">
             <b>{t}Target users{/t}</b>
 
 {else}
 
-<table style='width:100%;'>
+<table style='width:100%;' summary="{t}Generic settings{/t}">
        <tr>
                <td>
 
-                       <table>
+                       <table summary="{t}Generic settings{/t}">
                                <tr>
                                        <td>{t}ID{/t}</td>
                                        <td>{$data.ID}</td>