]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl cleanup
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 31 May 2007 10:27:35 +0000 (10:27 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 31 May 2007 10:27:35 +0000 (10:27 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4948 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lang/es/tpl/display_form_job.tpl
gui/bweb/tpl/display_form_job.tpl

index acc13b76f993c4c83a5416478845e4fd739253bc..b7a2942db1c335a62d059c2e6d415061d41770ba 100644 (file)
@@ -33,7 +33,7 @@
     <h2>Pool</h2>
     <select name='pool' class='formulaire'>
       <option id='pool_all' value=''>Todos</option>
-<TMPL_LOOP NAME=db_pools>
+<TMPL_LOOP db_pools>
       <option id='pool_<TMPL_VAR name>'><TMPL_VAR name></option>
 </TMPL_LOOP>
     </select>
@@ -52,7 +52,7 @@
  <tr>
   <td valign='bottom'> 
     <h2>Number of items</h2>
-    <input type='text' name='limit' value='<TMPL_VAR NAME=limit>' 
+    <input type='text' name='limit' value='<TMPL_VAR limit>' 
        class='formulaire' size='4'>
   </td>
 </tr>
@@ -70,7 +70,7 @@
   <td valign='top'> 
     <h2>Clientes</h2>
     <select name='client' size='15' class='formulaire' multiple>
-<TMPL_LOOP NAME=db_clients>
+<TMPL_LOOP db_clients>
       <option id='client_<TMPL_VAR clientname>'><TMPL_VAR clientname></option>
 </TMPL_LOOP>
     </select>
@@ -81,8 +81,8 @@
   <td valign='top'> 
     <h2>FileSet</h2>
     <select name='fileset' size='15' class='formulaire' multiple>
-<TMPL_LOOP NAME=db_filesets>
-      <option id='client_<TMPL_VAR fileset>'><TMPL_VAR NAME=fileset></option>
+<TMPL_LOOP db_filesets>
+      <option id='client_<TMPL_VAR fileset>'><TMPL_VAR fileset></option>
 </TMPL_LOOP>
     </select>
   </td>
index 5368ed591e7c6b13205d20a2b86f60b28a4913f5..3b250a18af6958c4780c1d303392ce8fc5845789 100644 (file)
@@ -33,7 +33,7 @@
     <h2>Pool</h2>
     <select name='pool' class='formulaire'>
       <option id='pool_all' value=''>All</option>
-<TMPL_LOOP NAME=db_pools>
+<TMPL_LOOP db_pools>
       <option id='pool_<TMPL_VAR name>'><TMPL_VAR name></option>
 </TMPL_LOOP>
     </select>
@@ -52,7 +52,7 @@
  <tr>
   <td valign='bottom'> 
     <h2>Number of items</h2>
-    <input type='text' name='limit' value='<TMPL_VAR NAME=limit>' 
+    <input type='text' name='limit' value='<TMPL_VAR limit>' 
        class='formulaire' size='4'>
   </td>
 </tr>
@@ -70,7 +70,7 @@
   <td valign='top'> 
     <h2>Clients</h2>
     <select name='client' size='15' class='formulaire' multiple>
-<TMPL_LOOP NAME=db_clients>
+<TMPL_LOOP db_clients>
       <option id='client_<TMPL_VAR clientname>'><TMPL_VAR clientname></option>
 </TMPL_LOOP>
     </select>
@@ -81,8 +81,8 @@
   <td valign='top'> 
     <h2>File Set</h2>
     <select name='fileset' size='15' class='formulaire' multiple>
-<TMPL_LOOP NAME=db_filesets>
-      <option id='client_<TMPL_VAR fileset>'><TMPL_VAR NAME=fileset></option>
+<TMPL_LOOP db_filesets>
+      <option id='client_<TMPL_VAR fileset>'><TMPL_VAR fileset></option>
 </TMPL_LOOP>
     </select>
   </td>