]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl add options to scheduled tpls
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 24 May 2007 14:59:30 +0000 (14:59 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 24 May 2007 14:59:30 +0000 (14:59 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4892 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lang/es/tpl/scheduled_job.tpl
gui/bweb/lang/fr/tpl/scheduled_job.tpl
gui/bweb/tpl/scheduled_job.tpl

index 4b2390421120fa6532a39c3132315b4e5cbfa5ee..d71c4e0d5c71ad29026c54df74d6229cecaa9903 100644 (file)
@@ -1,9 +1,9 @@
 <br/>
  <div class='titlediv'>
-  <h1 class='newstitle'> Próximos Jobs </h1>
+  <h1 class='newstitle'> <TMPL_IF title><TMPL_VAR title><TMPL_ELSE>Próximos Jobs </TMPL_IF></h1>
  </div>
  <div class='bodydiv'>
-    <form action='?' method='GET'>
+    <form action='<TMPL_VAR cginame>?' method='GET'>
      <table id='id<TMPL_VAR ID>'></table>
      <label>
      <input type="image" name='action' value='run_job_mod'
index 08c9b36fa8498c9d88a36d53a126678ff1c9ab44..0d38f6531d403a8bd6c42c1607e12c32c0d1f34c 100644 (file)
@@ -3,7 +3,7 @@
   <h1 class='newstitle'> <TMPL_IF title><TMPL_VAR title><TMPL_ELSE>Prochains jobs </TMPL_IF></h1>
  </div>
  <div class='bodydiv'>
-    <form action='?' method='GET'>
+    <form action='<TMPL_VAR cginame>?' method='GET'>
      <table id='id<TMPL_VAR ID>'></table>
      <label>
      <input type="image" name='action' value='run_job_mod'
index 3657f056cdd6e4ea6bc0604df624c246190fa98c..8bf1fd40a17dbfd91134ef48ea2f0b246baa9d9f 100644 (file)
@@ -1,9 +1,9 @@
 <br/>
  <div class='titlediv'>
-  <h1 class='newstitle'> Next Jobs </h1>
+  <h1 class='newstitle'> <TMPL_IF title><TMPL_VAR title><TMPL_ELSE>Next Jobs </TMPL_IF></h1>
  </div>
  <div class='bodydiv'>
-    <form action='?' method='GET'>
+    <form action='<TMPL_VAR cginame>?' method='GET'>
      <table id='id<TMPL_VAR ID>'></table>
      <label>
      <input type="image" name='action' value='run_job_mod'