summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: de6712c)
raw | patch | inline | side by side (parent: de6712c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 16:38:37 +0000 (16:38 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 16:38:37 +0000 (16:38 +0000) |
plugins/admin/ogroups/generic.tpl | patch | blob | history | |
plugins/admin/ogroups/headpage.tpl | patch | blob | history | |
plugins/admin/ogroups/ogroup_objects.tpl | patch | blob | history |
index afbd55c595ec8abdae71036b6984bde6adf032bc..a0410e069db669077b993058b2e7369f163c862b 100644 (file)
<td style="border-left:1px solid #A0A0A0; padding-left:10px;">
<b>{t}Member objects{/t}</b> ({$combinedObjects})
<br>
- <select style="width:400px; height:300px;" name="members[]" size=15 multiple>
+ <select style="width:400px; height:300px;" name="members[]" size="15" multiple>
{$members}
</select>
<br>
index 24d32b4684f60d596c511122efe06865ee60d3ad..264ecc8111695fd925965a7466b44d9f8bc3e706 100644 (file)
</div>
<div class="contentboxb">
<p class="contentboxb">
- <select style="width:500px; height:450px;" name="grouplist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
+ <select style="width:500px; height:450px;" name="grouplist" size="15" ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
{$groups}
<option disabled></option>
</select>
index 3bb52dffecae6864ed0cca5273dfaf9eb01b0626..31d1853afdb24fcb582ac2f3c5c770becfcf4458 100644 (file)
</div>
<div class="contentboxb">
<p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <select style="width:500px; height:450px; margin-top:4px;" name="objects[]" size=15" multiple>
+ <select style="width:500px; height:450px; margin-top:4px;" name="objects[]" size="15" multiple>
{$objects}
</select>
<input type=hidden name="edit_helper">
<p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b></p>
</div>
<div class="contentboxb">
- <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
- <table style="width:100%;">
+ <table style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
{$alphabet}
</table>
- </p>
<p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
<input type=checkbox name="departments" value="1" {$departments} onClick="mainform.submit()" title="{t}Select to see departments{/t}">{t}Show departments{/t}<br>
<input type=checkbox name="accounts" value="1" {$accounts} onClick="mainform.submit()" title="{t}Select to see GOsa accounts{/t}">{t}Show people{/t}<br>
<input type=checkbox name="printers" value="1" {$printers} onClick="mainform.submit()" title="{t}Select to see printers{/t}">{t}Show printers{/t}<br>
<input type=checkbox name="phones" value="1" {$phones} onClick="mainform.submit()" title="{t}Select to see phones{/t}">{t}Show phones{/t}<br>
</p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle> {t}Display objects of department{/t}</td>
+ <table width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle> {t}Display objects of department{/t}</td>
<td><select name="dselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
{html_options options=$deplist selected=$dselect}
</select></td></tr></table>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle> {t}Display objects matching{/t}</td>
+ <table width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle> {t}Display objects matching{/t}</td>
<td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching object names{/t}' onChange="mainform.submit()"></td></tr></table>
- </p>
{$apply}
</div>
</td>