Code

Added correct title and moved button to left
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 1 Jun 2010 11:45:22 +0000 (11:45 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 1 Jun 2010 11:45:22 +0000 (11:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18815 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/dyngroup/addons/dyngroup/dyngroup.tpl

index f7d95ce24cc0a6f5989d164a8aa5e0bd8d51b78b..f3759ca86054edd65add246d7913cde0063526ea 100644 (file)
@@ -1,10 +1,9 @@
-<h3>{t}Generic{/t}</h3>
-
+<h3>{t}List of dynamic rules{/t}</h3>
 
 <table summary="{t}Labeled uri definitions{/t}" style='width:100%'>
  <tr>
   <td style='width:40%;'>{t}Base{/t}</td>
-  <td></td>
+  <td>{t}Scope{/t}</td>
   <td>{t}Attribute{/t}</td>
   <td style='width:40%;'>{t}Filter{/t}</td>
   <td></td>
@@ -25,7 +24,7 @@
  </tr>
 {/foreach}
  <tr>
-  <td colspan="4"></td>
   <td><button name='addUri'>{msgPool type='addButton'}</button></td>
+  <td colspan="4"></td>
  </tr>
 </table>