summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cf6552a)
raw | patch | inline | side by side (parent: cf6552a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 4 Mar 2010 08:03:02 +0000 (08:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 4 Mar 2010 08:03:02 +0000 (08:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16012 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/posix/posix_groups.tpl | [deleted file] | patch | blob | history |
gosa-core/plugins/personal/posix/trust_machines.tpl | [deleted file] | patch | blob | history |
diff --git a/gosa-core/plugins/personal/posix/posix_groups.tpl b/gosa-core/plugins/personal/posix/posix_groups.tpl
+++ /dev/null
@@ -1,89 +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>{t}Select groups to add{/t} {$hint}</b>
- </p>
- </div>
- <div class="contentboxb" style="">
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <select style="width:100%; height:430px; margin-top:4px;" name="groups[]" size="15" multiple>
- {html_options options=$groups}
- </select>
- <input type=hidden name="edit_helper">
- </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="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <table style="width:100%;">
- {$alphabet}
- </table>
-
- <table width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <tr>
- <td width="50%">
- {image path="{$tree_image}"} {t}Display groups of department{/t}
-
- </td>
- <td>
- <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 width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <tr>
- <td width="50%">
- {image path="{$search_image}"} {t}Display groups matching{/t}
-
- </td>
- <td>
- <input type='text' name='regex' maxlength='20' value='{$regex}'
- title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
- </td>
- </tr>
- </table>
- <table width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <tr>
- <td width="50%">
- {image path="{$search_image}"} {t}Display groups of user{/t}
-
- </td>
- <td>
- <input type='text' name='guser' maxlength='20' value='{$guser}'
- title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
- </td>
- </tr>
- </table>
- <table width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <tr>
- <td>
- <input type="checkbox" name="SubSearch" value="1" {$SubSearchCHK}
- onClick="mainform.submit();">
- {t}Search in subtrees{/t}
- </td>
- </tr>
- </table>
- {$apply}
- </div>
- </td>
- </tr>
-</table>
-<input type="hidden" value="1" name="PosixGroupDialogPosted">
-<p class="plugbottom">
-<button type='submit' name='add_groups_finish'>{msgPool type=addButton}</button>
-
-
-<button type='submit' name='add_groups_cancel'>{msgPool type=cancelButton}</button>
-
-</p>
-
diff --git a/gosa-core/plugins/personal/posix/trust_machines.tpl b/gosa-core/plugins/personal/posix/trust_machines.tpl
+++ /dev/null
@@ -1,49 +0,0 @@
-<table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4
- summary="{t}"
- >
- <tr>
- <td style="vertical-align:top;">
- <div class="contentboxh" style="height:20px;">
- <p class="contentboxh" style="font-size:12px">
- <b>{t}Select systems to add{/t} {$hint}</b><br>
- </p>
- </div>
- <div class="contentboxb">
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <select style="width:100%; margin-top:4px; height:450px;" name="wslist[]" size="15" multiple>
- {html_options values=$wslist output=$wslist}
- </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="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <table style="width:100%;">
- {$alphabet}
- </table>
- <table width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%">{image path="{$tree_image}"} {t}Display systems of department{/t}
- </td>
- <td><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 width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%">{image path="{$search_image}"} {t}Display systems matching{/t}
- </td>
- <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()"></td></tr></table>
- {$apply}
- </div>
- </td>
- </tr>
-</table>
-
-<p class="plugbottom">
-<button type='submit' name='add_ws_finish'>{msgPool type=addButton}</button>
-
-
-<button type='submit' name='add_ws_cancel'>{msgPool type=cancelButton}</button>
-
-</p>