Code

Mass table tag fixing
[gosa.git] / plugins / admin / applications / generic.tpl
index 32d48942979c2863bc9491a84c342f6b39224154..dbd128e7f5edbd47e5701d042ce2a0825fa97ee2 100644 (file)
@@ -1,8 +1,8 @@
-<table style="width:100%;">
+<table summary="" style="width:100%;">
  <tr>
   <td style="width:50%;">
 
-   <table>
+   <table summary="">
      <tr>
       <td>{t}Application name{/t}{$must}</td>
       <td><input name="cn" size=25 maxlength=60 value="{$cn}" title="{t}Application name{/t}"></td>
@@ -55,7 +55,7 @@
 
 <p class="plugbottom" style="height:4px; margin-bottom:0px;">&nbsp</p>
 
-<table style="width:100%;">
+<table summary="" style="width:100%;">
   <tr>
     <td>
       <input type=checkbox name="exec_for_groupmembers" value="1" {$gosaApplicationFlagsACL} {$exec_for_groupmembers}>{t}Only executable for members{/t}