summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6e7846d)
raw | patch | inline | side by side (parent: 6e7846d)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 14:07:43 +0000 (14:07 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 14:07:43 +0000 (14:07 +0000) |
plugins/personal/posix/trust_machines.tpl | patch | blob | history | |
plugins/personal/samba/samba3_workstations.tpl | patch | blob | history |
index 0d2bb0a54b3f763da14ef450ee6c862d33652600..7d71cfcda11ea0c64b1f111beecff07ba5de9aef 100644 (file)
</div>
<div class="contentboxb">
<p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <select style="width:500px; margin-top:4px; height:450px;" name="wslist[]" size=15" multiple>
+ <select style="width:500px; margin-top:4px; height:450px;" name="wslist[]" size="15" multiple>
{html_options values=$wslist output=$wslist}
</select>
</p>
</td>
<td style="vertical-align:top;">
<div class="contentboxh" style="height:20px;">
- <p class="contentboxh" style="font-size:12px"><img alt="" src="{$launchimage}" align="right" alt="[F]"><b>{
+ <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{
t}Filters{/t}</b></p>
</div>
<div class="contentboxb" style="background-color:#F8F8F8">
- <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
<table style="width:100%;">
{$alphabet}
</table>
- </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 systems 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 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>
- </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 systems 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 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>
- </p>
{$apply}
</div>
</td>
diff --git a/plugins/personal/samba/samba3_workstations.tpl b/plugins/personal/samba/samba3_workstations.tpl
index 691fea92f2e573d7b3607fa5b0f3138a788959a8..90496dba066247a3cc913c82d0251f03fe67da39 100644 (file)
</div>
<div class="contentboxb">
<p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <select style="width:500px; margin-top:4px; height:450px;" name="wslist[]" size=15" multiple>
+ <select style="width:500px; margin-top:4px; height:450px;" name="wslist[]" size="15" multiple>
{html_options values=$wslist output=$wslist}
</select>
</p>
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">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$tree_image}" align="middle"> {t}Display workstations 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 workstations 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;background-color:#F8F8F8">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$search_image}" align="middle"> {t}Display workstations 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 workstations 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>
- </p>
{$apply}
</div>
</td>