Code

Updated command verifier
[gosa.git] / gosa-core / plugins / addons / configViewer / commandVerifier.tpl
3 <h3>{t}Command property verifier{/t}</h3>
5 <p>
6     {t}The command to check for{/t}
7     <input type='text' name='command' value="{$value}" style='width: 100%;'>
8 </p>
10 <p>
11     {t}The generated output{/t}
12     {$output}
13 </p>
15 <button type='submit' name='execute'>{t}Test{/t}</button> 
17 <hr>
18 <div class="plugin-actions">
19     <button type='submit' name='commandVerifier_save'>{msgPool type='okButton'}</button>
20     <button type='submit' name='commandVerifier_cancel'>{msgPool type='cancelButton'}</button>
21 </div>