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-- 717 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="system-wrapper">
    <div class="nis-netgroup-wrapper">
        {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}
            <h2>{t}Member of the following NIS Netgroups{/t}</h2>
            {render acl=$netgroupsACL}
                {$memberList}

                <button class="btn-small" type="submit" name="edit_membership" id="edit_membership">{msgPool type=addButton}</button>
            {/render}
            <input type="hidden" name="nisnetgroupedit" value="1">
        {/if}
    </div>
</div>