File: paste_generic.tpl

package info (click to toggle)
gosa-plugins-sudo 2.8~git20211022.7ff3ed2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: php: 896; xml: 257; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
<div class="sudo-wrapper">
    <h3>{t}Generic{/t} - {t}global defaults{/t}</h3>

    <div class="input-field">
        <input type="text" name="cn" id="cn" value="{$cn}" >
        <label for="cn">{t}Name{/t}</label>
    </div>
</div>