summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5d35094)
raw | patch | inline | side by side (parent: 5d35094)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Apr 2008 08:03:57 +0000 (08:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Apr 2008 08:03:57 +0000 (08:03 +0000) |
-W3c fixes.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10292 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10292 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/sudo/admin/sudo/options.tpl | patch | blob | history |
index 28d86bdd96d8c396eab99a348d3340f33f328e35..6ab83afa1bf506d5a3ad27894bc4e059d17a0fa6 100644 (file)
<h2>Used sudo role options</h2>
<table style="width:650px;">
+ <tr>
+ <td style="width: 140px;"><b>{t}Option name{/t}</b></td>
+ <td style="width: 20px;"></td>
+ <td><b>{t}Value{/t}</b></td>
+ <td><b>{t}Options{/t}</b></td>
+ </tr>
{foreach from=$sudoOption item=item key=key}
{foreach from=$item item=entry key=entry_key}
<tr>
{if $entry.VALUE == "FALSE" || $entry.VALUE == "TRUE"} disabled {/if}>
{/if}
</td>
- <td style='width: 40px;'>
+ <td style='width: 40px; text-align:right;'>
<input type='image' src='images/negate.png' name='negOption_{$key}_{$entry_key}' class='center'>
<input type='image' src='images/edittrash.png' name='delOption_{$key}_{$entry_key}' class='center'>
</td>