summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0527f09)
raw | patch | inline | side by side (parent: 0527f09)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Mar 2010 10:50:27 +0000 (10:50 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 5 Mar 2010 10:50:27 +0000 (10:50 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16196 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/personal/mail/mailAddressSelect/selectMailAddress-list.tpl | patch | blob | history | |
gosa-plugins/mail/personal/mail/mail_locals.tpl | [deleted file] | patch | blob | history |
diff --git a/gosa-plugins/mail/personal/mail/mailAddressSelect/selectMailAddress-list.tpl b/gosa-plugins/mail/personal/mail/mailAddressSelect/selectMailAddress-list.tpl
index 1a72feee00d7f9e59d4eb887f7a8b4f8aac21673..14af702dd300d8c76d99b67a56361cd71a2ceffb 100644 (file)
</table>
<input type="hidden" value="1" name="PosixGroupDialogPosted">
-<p class="plugbottom">
- <button type='submit' name='mailAddressSelect_save'>{msgPool type=addButton}</button>
-
+<hr>
+<div class="plugin-actions">
+ <button type='submit' name='mailAddressSelect_save'>{msgPool type=addButton}</button>
<button type='submit' name='mailAddressSelect_cancel'>{msgPool type=cancelButton}</button>
-
-</p>
+</div>
<input type="hidden" name="ignore">
diff --git a/gosa-plugins/mail/personal/mail/mail_locals.tpl b/gosa-plugins/mail/personal/mail/mail_locals.tpl
+++ /dev/null
@@ -1,87 +0,0 @@
-<table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
- <tr>
- <td style="vertical-align:top;">
- <div class="contentboxh" style="height:20px;">
- <p class="contentboxh" style="font-size:12px">
- <b>
- <LABEL for="local_list">{t}Select addresses to add{/t}</LABEL>
- {$hint}
- </b>
- <br>
- </p>
- </div>
- <div class="contentboxb">
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <select id="local_list" style="width:100%; margin-top:4px; height:450px;" name="local_list[]" size="15" multiple>
- {html_options options=$mailusers}
- </select>
- </p>
- </div>
- </td>
- <td style="vertical-align:top;width:350px">
- <div class="contentboxh" style="height:20px;">
- <p class="contentboxh" style="font-size:12px">
- {image path="{$launchimage}" align="right"}
-
- <b>{t}Filters{/t}</b>
- </p>
- </div>
- <div class="contentboxb" style="background-color:#F8F8F8">
- <table style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
- {$alphabet}
- </table>
- <table width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <tr>
- <td>
- <LABEL for="depselect">{t}Select department{/t}</LABEL>
- {image path="{$tree_image}"}
-
- <select id="depselect" 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 width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <tr>
- <td style="width:18px">
- {image path="{$search_image}"}
-
- </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 width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <tr>
- <td style="width:18px;">
- {image path="{$usearch_image}"}
-
- </td>
- <td>
- <input type='text' name='muser' maxlength='20' style="width:99%" value='{$muser}'
- title='{t}User name of which addresses are shown{/t}' onChange="mainform.submit()">
- </td>
- </tr>
- </table>
- {$apply}
- </div>
- </td>
- </tr>
-</table>
-
-<p class="plugbottom">
- <button type='submit' name='add_locals_finish'>{msgPool type=addButton}</button>
-
-
- <button type='submit' name='add_locals_cancel'>{msgPool type=cancelButton}</button>
-
-</p>
-<!--
-// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
--->