summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: db154ea)
raw | patch | inline | side by side (parent: db154ea)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Apr 2010 13:29:53 +0000 (13:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 19 Apr 2010 13:29:53 +0000 (13:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17711 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/sudo/admin/sudo/generic.tpl | patch | blob | history |
index bfc64e2f0c1ee87007474f4028c9d198c544596e..89170b926b5463189e538c59a90f3880418a4ca1 100644 (file)
<td style="width:50%;padding-right:5px;">
<h3>{t}Users and groups{/t}</h3>
{render acl=$sudoUserACL}
- {$divlist_sudoUser}
+ {$listing_sudoUser}
{/render}
{render acl=$sudoUserACL}
<input type='text' value='' name='new_sudoUser'>
<td class='left-border'>
<h3>{t}Systems{/t}</h3>
{render acl=$sudoHostACL}
- {$divlist_sudoHost}
+ {$listing_sudoHost}
{/render}
{render acl=$sudoHostACL}
<input type='text' value='' name='new_sudoHost'>
<td style="padding-right:5px;">
<h3>{t}Commands{/t}</h3>
{render acl=$sudoCommandACL}
- {$divlist_sudoCommand}
+ {$listing_sudoCommand}
{/render}
{render acl=$sudoCommandACL}
<input type='text' value='' name='new_sudoCommand'>
<td class='left-border'>
<h3>{t}Run as{/t}</h3>
{render acl=$sudoRunAsACL}
- {$divlist_sudoRunAs}
+ {$listing_sudoRunAs}
{/render}
{render acl=$sudoRunAsACL}
<input type='text' value='' name='new_sudoRunAs'>