Code

updated templates
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 16:39:23 +0000 (16:39 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 16:39:23 +0000 (16:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16839 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mail/admin/groups/mail/mail_locals.tpl [deleted file]

diff --git a/gosa-plugins/mail/admin/groups/mail/mail_locals.tpl b/gosa-plugins/mail/admin/groups/mail/mail_locals.tpl
deleted file mode 100644 (file)
index 248ab6a..0000000
+++ /dev/null
@@ -1,71 +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" style="height:20px;">
-    <p class="contentboxh" style="font-size:12px">
-     <b><LABEL for="local_list">{t}Select addresses to add{/t} {$hint}</LABEL ></b><br>
-    </p>
-   </div>
-   <div class="contentboxb">
-    <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
-     <select style="width:600px; margin-top:4px; height:450px;" id="local_list" name="local_list[]" size="15" multiple>
-               {html_options options=$mailusers}
-               <option disabled>&nbsp;</option>
-     </select>
-    </p>
-   </div>
-  </td>
-  <td style="vertical-align:top;">
-   <div class="contentboxh" style="height:20px;">
-    <p class="contentboxh" style="font-size:12px">
-               <img src="{$launchimage}" align="right" alt="[F]">
-                       <b>{t}Filters{/t}</b>
-       </p>
-   </div>
-   <div class="contentboxb">
-     <table summary="" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
-      {$alphabet}
-     </table>
-    <table summary="" width="100%" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
-               <tr>
-                       <td>
-                               <img alt="" src="{$tree_image}" align=middle title="{t}Display addresses of department{/t}">&nbsp;
-                               <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
-                       {html_options options=$deplist selected=$depselect}
-                               </select>
-                       </td>
-               </tr>
-       </table>
-    <table summary="" width="100%" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
-               <tr>
-                       <td width="18">
-                               <img alt="" src="{$search_image}" align=middle title="{t}Display addresses matching{/t}">
-                       </td>
-               <td>
-                               <input type='text' name='regex' maxlength='20' style="width:99%"value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()">
-                       </td>
-               </tr>
-       </table>
-    <table summary="" width="100%"  style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
-               <tr>
-                       <td width="18">
-                               <img alt="" src="{$usearch_image}" align=middle title="{t}Display addresses of user{/t}">
-                       </td>
-               <td>
-                               <input type='text' name='muser' maxlength='20' value='{$muser}' style="width:99%" title='{t}User name of which addresses are shown{/t}' onChange="mainform.submit()">
-                       </td>
-               </tr>
-       </table>
-   {$apply}
-   </div>
-  </td>
-</tr>
-</table>
-
-<hr>
-<div class="plugin-actions">
-  <button type='submit' name='add_locals_finish'>{msgPool type=addButton}</button>
-
-  <button type='submit' name='add_locals_cancel'>{msgPool type=cancelButton}</button>
-
-</div>