Code

Updated table summary
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Mar 2010 16:15:55 +0000 (16:15 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Mar 2010 16:15:55 +0000 (16:15 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17136 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/dfs/addons/godfs/generic.tpl

index 3aeb115da2794a7abcbe7f47d54b5aa079384b18..42c3f1c10bc36fb23e0fe623747af701aa295f3b 100644 (file)
@@ -1,11 +1,11 @@
-<table style='width:100%; ' summary="">
+<table style='width:100%; ' summary="{t}Share settings{/t}">
 
  <tr>
    <td style='width:50%'>
 
      <h3>{t}DFS Properties{/t}</h3>
      
-     <table summary="">
+     <table summary="{t}Share settings{/t}">
       <tr>
        <td><LABEL for="sambaShareName">{t}Name of dfs Share{/t}</LABEL>{$must}</td>
        <td><input type='text' id="sambaShareName" name="sambaShareName" size=40 maxlength=100 value="{$sambasharename}"></td>
@@ -33,7 +33,7 @@
 
      <h3>{t}DFS Location{/t}</h3>
 
-     <table summary="" style="width:100%">
+     <table summary="{t}Share settings{/t}" style="width:100%">
       <tr>
        <td><LABEL for="location">{t}Location{/t}</LABEL>{$must}</td>
        <td><input type='text' id="location" name="location" size=40 maxlength=100 value="{$location}"></td>