summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c10cecd)
raw | patch | inline | side by side (parent: c10cecd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 10:48:30 +0000 (10:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 10:48:30 +0000 (10:48 +0000) |
plugins/admin/ogroups/class_ogroupManagement.inc | patch | blob | history | |
plugins/admin/ogroups/generic.tpl | patch | blob | history | |
plugins/admin/ogroups/headpage.tpl | patch | blob | history |
diff --git a/plugins/admin/ogroups/class_ogroupManagement.inc b/plugins/admin/ogroups/class_ogroupManagement.inc
index 555280f8dc2b2b7c3c6329bc08b817e6a8471db3..9313b771725f4d42c06eb2ee368d8149471e6c28 100644 (file)
}
/* Generate output */
- $temp= "<option value=\"$key\" class=\"select\" style=\"background-image:url('combine.php?image1=$p1&image2=$p2');padding-left:35px;\">".$value['text']."</option>\n".$temp;
+ $temp= "<option value=\"$key\" class=\"select\" style=\"background-image:url('combine.php?image1=$p1&image2=$p2');padding-left:35px;\">".$value['text']."</option>\n".$temp;
}
return ($temp);
index f39dcd446f629138b7e51dd8a72ba907a5b02d28..afbd55c595ec8abdae71036b6984bde6adf032bc 100644 (file)
</td>
</tr>
<tr>
- <td colspan=2><div style="height:20px;"></td>
+ <td colspan=2></td>
</tr>
<tr>
<td>{t}Base{/t}{$must}</td>
index 94c48a7462817f5d7204ade68b2594feaee6ad1c..6f94aac57736acbe49a303ac085dce2344b8bf21 100644 (file)
<p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
</div>
<div class="contentboxb">
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
- <table style="width:100%;">
+ <table style="width:100%;border-top:1px solid #B0B0B0;">
{$alphabet}
</table>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
- <input type=checkbox name="emptygroups" value="1" {$emptygroups} onClick="mainform.submit()">{t}Show empty groups{/t}<br>
+
+<table style="width:100%;border-top:1px solid #B0B0B0;">
+ <tr>
+ <td>
+ <input type=checkbox name="emptygroups" value="1" {$emptygroups} onClick="mainform.submit()">{t}Show empty groups{/t}<br>
<input type=checkbox name="usergroups" value="1" {$usergroups} onClick="mainform.submit()">{t}Show groups containing users{/t}<br>
<input type=checkbox name="groupgroups" value="1" {$groupgroups} onClick="mainform.submit()">{t}Show groups containing groups{/t}<br>
<input type=checkbox name="appgroups" value="1" {$appgroups} onClick="mainform.submit()">{t}Show groups containing applications{/t}<br>
<input type=checkbox name="wsgroups" value="1" {$wsgroups} onClick="mainform.submit()">{t}Show groups containing workstations{/t}<br>
<input type=checkbox name="tcgroups" value="1" {$tcgroups} onClick="mainform.submit()">{t}Show groups containing terminals{/t}<br>
<input type=checkbox name="prtgroups" value="1" {$prtgroups} onClick="mainform.submit()">{t}Show groups containing printers{/t}<br>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle> {t}Display groups of department{/t}</td>
+ </td>
+ </tr>
+</table>
+
+ <table style="width:100%;border-top:1px solid #B0B0B0;"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle> {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>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle> {t}Display groups matching{/t}</td>
+ <table style="width:100%;border-top:1px solid #B0B0B0;"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle> {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>
- </p>
{$apply}
</div>
</td>