Code

Removed headpage. not needed anymore
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Jul 2006 10:26:03 +0000 (10:26 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Jul 2006 10:26:03 +0000 (10:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4068 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/departments/headpage.tpl [deleted file]

diff --git a/plugins/admin/departments/headpage.tpl b/plugins/admin/departments/headpage.tpl
deleted file mode 100644 (file)
index 48e89ab..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
-<tr>
-  <td style="vertical-align:top;width:600px">
-  <div class="contentboxh">
-    <p class="contentboxh">
-     {t}List of departments{/t} {$hint}
-    </p>
-  </div>
-  <div class="contentboxb">
-      {$departmentshead}
-  </div>
-  <div style='height:4px;'></div>
-  <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
-      {$departments}
-    <input type=hidden name="edit_helper">
-  </div>
-  </td>
-  <td style="vertical-align:top;">
-   <div class="contentboxh" style="border-bottom:1px solid #B0B0B0;">
-    <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
-   </div>
-   <div class="contentboxb">
-   <p class="contentboxb">
-     {t}This menu allows you to create, delete and edit selected departments. Having a large size of departments, you might prefer the range selectors on top of the department list.{/t}
-   </p>
-   </div>
-   <br>
-   <div class="contentboxh">
-    <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
-   </div>
-   <div class="contentboxb">
-     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
-      {$alphabet}
-     </table>
-     <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
-     <tr>
-     <td>
-     <LABEL for="regex"><img alt="{t}Display departments matching{/t}" src="{$search_image}" align=middle title='{t}Display departments matching{/t}'></LABEL>
-     </td>
-     <td width="99%">
-     <input type='text' name='regex' maxlength='20' style='width:99%' value='{$regex}' id='filter' 
-     title='{t}Regular expression for matching department names{/t}' onChange="mainform.submit()">
-     </td>
-     </tr>
-     </table>
-                           {$apply}
-   </div>
-  </td>
-</tr>
-</table summary="">
-
-<input type="hidden" name="ignore">