summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ac3757d)
raw | patch | inline | side by side (parent: ac3757d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Apr 2008 12:39:40 +0000 (12:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Apr 2008 12:39:40 +0000 (12:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10234 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/sudo/admin/sudo/generic.tpl | patch | blob | history |
index 3a4e21adc7fb92d73d684e6d0e7fe61ac94f6c8c..765bd271d730a7788100eca8987e2ee5b2296ba9 100644 (file)
</td>
</tr>
</table>
- </td>
- <td>
+ </td>
+ <td style="padding-left:5px;border-left: solid 1px #AAAAAA;">
<h2><img alt="" class="center" align="middle" src="images/closedlock.png" /> {t}System trust{/t}</h2>
{t}Trust mode{/t}
{render acl=$trustmodeACL}
</tr>
<tr><td style="width:100%;"colspan="2"><p class="seperator"> </p></td></tr>
<tr>
- <td style="width:50%"><b>User / Groups</b>
+ <td style="width:50%;padding-right:5px;">
+ <h2><img src="images/select_user.png" alt="" class="center"> User / Groups</h2>
{$divlist_sudoUser}
<input type='text' value='' name='new_sudoUser'><input type='submit' name='add_sudoUser' value='{msgPool type=addButton}'>
<input type='submit' name='list_sudoUser' value='{t}Add from list{/t}'>
</td>
- <td><b>Hosts</b>
+ <td style="padding-left:5px;border-left: solid 1px #AAAAAA;"><h2><img src="images/select_workstation.png" alt="" class="center"> Hosts</h2>
{$divlist_sudoHost}
<input type='text' value='' name='new_sudoHost'><input type='submit' name='add_sudoHost' value='{msgPool type=addButton}'>
<input type='submit' name='list_sudoHost' value='{t}Add from list{/t}'>
</tr>
<tr><td style="width:100%;"colspan="2"><p class="seperator"> </p></td></tr>
<tr>
- <td style="border-left: solid 1px #AAAAAA;"><b>Commands</b>
+ <td style="padding-right:5px;"><h2><img src="images/rocket.png" alt="" class="center">Commands</h2>
{$divlist_sudoCommand}
<input type='text' value='' name='new_sudoCommand'><input type='submit' name='add_sudoCommand' value='{msgPool type=addButton}'>
</td>
- <td style="border-left: solid 1px #AAAAAA;"><b>Run as</b>
+ <td style="padding-left:5px;border-left: solid 1px #AAAAAA;"><h2><img src="images/select_user.png" alt="" class="center"> Run as</h2>
{$divlist_sudoRunas}
<input type='text' value='' name='new_sudoRunas'><input type='submit' name='add_sudoRunas' value='{msgPool type=addButton}'>
</td>