Code

Added missing template
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 13 Aug 2009 07:22:28 +0000 (07:22 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 13 Aug 2009 07:22:28 +0000 (07:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14040 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/users/user-list.tpl [new file with mode: 0644]

diff --git a/gosa-core/plugins/admin/users/user-list.tpl b/gosa-core/plugins/admin/users/user-list.tpl
new file mode 100644 (file)
index 0000000..6041a82
--- /dev/null
@@ -0,0 +1,26 @@
+<input type='image' src='images/empty.png' name='no_action_posted' value='do_nothing' alt='' style='width:2px;height:2px;'>
+
+<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=2>
+  <tr>
+    <td style="vertical-align:top; width:50%;">
+      <div class="contentboxh" >
+        <p class="contentboxh" >{$HEADLINE}</p>
+      </div>
+      
+      <div class="contentboxb">
+       <div style='background:white;padding:0px;padding:3px;'>
+        {$ROOT}&nbsp; {$BACK}&nbsp; {$HOME}&nbsp; {$RELOAD}&nbsp; {$SEPARATOR}&nbsp; {t}Base{/t} {$BASE}&nbsp;<input class='center' type='image' src='images/lists/submit.png' align='middle' title='{t}Update{/t}' name='submit_department' alt='{t}Submit{/t}'>&nbsp; {$SEPARATOR}&nbsp; <img src='images/rocket.png' alt='' class='center'> {$ACTIONS}
+       </div>
+      </div>
+      
+      <div style='height:4px;'>
+      </div>
+      
+      <input type="hidden" id="d_save" value="490">
+      {$LIST}
+    </td>
+    <td style='vertical-align:top'>
+      {$FILTER}
+    </td>
+  </tr>
+</table>