summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c612959)
raw | patch | inline | side by side (parent: c612959)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 Apr 2008 11:00:19 +0000 (11:00 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 Apr 2008 11:00:19 +0000 (11:00 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10282 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/sudo/admin/sudo/paste_generic.tpl | [new file with mode: 0644] | patch | blob |
gosa-plugins/sudo/admin/sudo/trust_machines.tpl | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-plugins/sudo/admin/sudo/paste_generic.tpl b/gosa-plugins/sudo/admin/sudo/paste_generic.tpl
--- /dev/null
@@ -0,0 +1,11 @@
+<h2>{t}Sudo generic{/t} - {t}Global defaults{/t}</h2>
+<table>
+ <tr>
+ <td>
+ {t}Name{/t}
+ </td>
+ <td>
+ <input type="text" name="cn" value="{$cn}" >
+ </td>
+ </tr>
+</table>
diff --git a/gosa-plugins/sudo/admin/sudo/trust_machines.tpl b/gosa-plugins/sudo/admin/sudo/trust_machines.tpl
--- /dev/null
@@ -0,0 +1,42 @@
+<table summary="" 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 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"><img src="{$launchimage}" align="right" alt="[F]"><b>{
+t}Filters{/t}</b></p>
+ </div>
+ <div class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
+ <table summary="" style="width:100%;">
+ {$alphabet}
+ </table>
+ <table summary="" 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>
+ <table summary="" 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>
+ {$apply}
+ </div>
+ </td>
+</tr>
+</table>
+
+<p class="plugbottom">
+ <input type=submit name="add_ws_finish" value="{msgPool type=addButton}">
+
+ <input type=submit name="add_ws_cancel" value="{msgPool type=cancelButton}">
+</p>