Code

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

gosa-plugins/goto/admin/groups/apps/edit_entry.tpl

index 9ff120271c872a9e50ba12941c484cbdfed23b75..9b4a00039e26da6232b787d975fbb1c0634dce74 100644 (file)
@@ -2,7 +2,7 @@
 {if $type == "FOLDER"}
 <h3>{$entry.NAME}</h3>
 
-<table>
+<table summary="{t}Edit application image{/t}" >
        <tr>
                <td>
                        {t}Folder image{/t}
@@ -40,7 +40,7 @@
 
 {if $type == "ENTRY"}
 <h3>{t}Application settings{/t}</h3>
-<table>
+<table summary="{t}Edit application settings{/t}">
        <tr>
                <td>{t}Name{/t}</td>
                <td>{$entry.NAME}</td>