Code

e48d80769d16c8a064c4bcda96158d0a273991e6
[gosa.git] / gosa-core / plugins / addons / propertyEditor / commandVerifier.tpl
1 <h3>{t}Command verifier{/t}</h3>
2 <p>
3  {t}Here you can execute commands in the way GOsa does and check the generated results or errors. This can be very useful especially for the post events (postcreate, postmodify and postremove) due to the fact that these hook are executed silently.{/t}
4 </p>
6 <p>
7  <b>
8   {t}Please be careful here, all commands will really be executed on your machine and may break things!{/t}
9  </b>
10 </p>
12 <hr>
14 <p>
15  {t}The command to check for{/t}
16  <input type='text' name='command' value="{$value}" style='width: 600px;'>
17  <button type='submit' name='execute'>{t}Test{/t}</button> 
18 </p>
20 {if $output}
21  <hr>
22  {$output}
23 {/if}
25 <hr>
27 <div class="plugin-actions">
28     <button type='submit' name='commandVerifier_save'>{msgPool type='okButton'}</button>
29     <button type='submit' name='commandVerifier_cancel'>{msgPool type='cancelButton'}</button>
30 </div>