]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/config_edit.tpl
ebl fix
[bacula/bacula] / gui / bweb / tpl / config_edit.tpl
index 3e7fe994fe87d26d389c65fac18214153f766095..b30a8bec196fb55b4be2c2c501cea2e60d6d5134 100644 (file)
          </td></tr>
      <tr><td>fv_write_path :</td> 
          <td> <input class="formulaire" title="This folder must be writable by apache user and must be accessible on /bweb/fv" type='text' value='<TMPL_VAR fv_write_path>' size='64' name='fv_write_path'> 
+     <tr><td>stat_job_table :</td> 
+         <td> <input class="formulaire" title="You can choose the Job table that you want to use to get statistics" type='text' value='<TMPL_IF stat_job_table><TMPL_VAR stat_job_table><TMPL_ELSE>Job</TMPL_IF>' size='64' name='stat_job_table'> 
          </td></tr>
      <tr><td>bconsole :</td> 
          <td> <input class="formulaire" type='text' value='<TMPL_VAR bconsole>' size='64' name='bconsole'> 
          </td></tr>
      <tr><td>debug :</td> 
-         <td> <input class="formulaire" type='checkbox' name='debug'> 
+         <td> <input class="formulaire" type='checkbox' name='debug' <TMPL_IF debug> checked='checked' value='on' </TMPL_IF> 
          </td></tr>
     </table>
     <input type="image" name='action' value='apply_conf' src='/bweb/save.png'>