File: netgroupAccount.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 (19 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="netgroup-wrapper">
  <h2>{t}Member of the following NIS Netgroups{/t}</h2>

  <div class="row">
		<div class="col s12">
      {render acl=$netgroupsACL}
      {$memberList}
      {/render}

      {render acl=$netgroupsACL}
      <div class="input-field">
        <button class="btn-small" type=submit name="edit_membership">{msgPool type=addButton}</button>
      </div>
      {/render}
    </div>
  </div>

  <input type="hidden" name="nisnetgroupedit" value="1">
</div>