File: netgroupSystem.tpl

package info (click to toggle)
gosa-plugins-netgroups 2.8~git20211022.3b6449d-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 364 kB
  • sloc: php: 1,418; xml: 606; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{if !$fqdn_found}
    <h2>{t}This host cannot be added to NIS Netgroups{/t}</h2>
    <p>{t}Only hosts with a fully qualified domain name or those with DNS settings enabled in GOsa can be added to NIS Netgroups!{/t}</p>

{else}

    <b><LABEL for="netgroups">{t}Member of the following NIS Netgroups{/t}</LABEL></b>
    {render acl=$netgroupsACL}
        {$memberList}
    {/render}
    <br>
    {render acl=$netgroupsACL}
    <input type=submit name="edit_membership" value="{msgPool type=addButton}">
    {/render}
    <input type="hidden" name="nisnetgroupedit" value="1">
{/if}