Code

Added a warning
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 12:33:10 +0000 (12:33 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 12:33:10 +0000 (12:33 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18367 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/addons/configViewer/commandVerifier.tpl

index 64b4382a261e0c1ea16e508fd9b09f326bbff006..9c8364f28ba55560ea232354dfd6d1ffdf4295d1 100644 (file)
@@ -1,4 +1,15 @@
 <h3>{t}Command verifier{/t}</h3>
+<p>
+ {t}Here you can execute commands in the way GOsa does and check the generated results or errors. This can be very usefull especially for the post events (postcreate, postmodify and postremove) due to the fact that these hook are executed silently.{/t}
+</p>
+
+<p>
+ <b>
+  {t}Please be carefull here, all commands will really be executed on your machine and may break things!{/t}
+ </b>
+</p>
+
+<hr>
 
 <p>
  {t}The command to check for{/t}
@@ -9,6 +20,7 @@
 <hr>
   {$output}
 <hr>
+
 <div class="plugin-actions">
     <button type='submit' name='commandVerifier_save'>{msgPool type='okButton'}</button>
     <button type='submit' name='commandVerifier_cancel'>{msgPool type='cancelButton'}</button>