]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/command.tpl
Renamed cleanup goto target into bail_out which is the prefered name from the develop...
[bacula/bacula] / gui / bweb / tpl / command.tpl
index 821a5990cfaf557882a1311c1b556b6e892d4b32..d750f9f528a0515656d0daa1d595be1097452e98 100644 (file)
@@ -4,8 +4,11 @@
   <h1 class='newstitle'> <TMPL_VAR title> : <TMPL_VAR name> &nbsp;</h1>
  </div>
  <div class='bodydiv'>
- <label onclick="toggle_display('log_<TMPL_VAR ID>', 'arrow_<TMPL_VAR ID>')"><img src="/bweb/right.gif" id='arrow_<TMPL_VAR ID>' title="See output" > Command output</label><br>
-  <pre id='log_<TMPL_VAR ID>' style='font-size: 10px;display:none'></TMPL_UNLESS>
+ <label onclick="toggle_display('log_<TMPL_VAR ID>', 'arrow_<TMPL_VAR ID>')">
+ <img src="/bweb/<TMPL_IF hide_output>right<TMPL_ELSE>down</TMPL_IF>.gif" 
+      id='arrow_<TMPL_VAR ID>' title="See output" > Command output</label><br>
+  <pre id='log_<TMPL_VAR ID>' 
+       style='font-size: 10px;display:<TMPL_IF hide_output>none<TMPL_ELSE>block</TMPL_IF>'></TMPL_UNLESS>
 <TMPL_VAR content>
   <TMPL_UNLESS notail></pre>
  </div></TMPL_UNLESS>