]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl select all pool by default
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 18 Mar 2007 13:08:01 +0000 (13:08 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 18 Mar 2007 13:08:01 +0000 (13:08 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4353 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lang/es/tpl/help_extern.tpl
gui/bweb/lang/es/tpl/help_intern.tpl
gui/bweb/lang/fr/tpl/help_extern.tpl
gui/bweb/lang/fr/tpl/help_intern.tpl
gui/bweb/tpl/help_extern.tpl
gui/bweb/tpl/help_intern.tpl

index d46cdaa669c8f753804055e266cc7339c1c4f20d..96953c089c8b9757d79639ff46ee944b3afb8fe9 100644 (file)
@@ -10,7 +10,7 @@ realizar su selecci
     <tr><td>Pool:</td>      
         <td><select name='pool' class='formulaire' multiple>
 <TMPL_LOOP NAME=db_pools>
-             <option><TMPL_VAR NAME=name></option>
+             <option selected><TMPL_VAR NAME=name></option>
 </TMPL_LOOP>
            </select>
         </td>
index 314764cc170e654a838262d3a93c0ad71d199a28..10fa6a1423c044377a32ef443c8ca2a96ced511a 100644 (file)
@@ -10,7 +10,7 @@ realizar su selecci
     <tr><td>Pool:</td>      
         <td><select name='pool' class='formulaire' multiple>
 <TMPL_LOOP db_pools>
-             <option><TMPL_VAR name></option>
+             <option selected><TMPL_VAR name></option>
 </TMPL_LOOP>
            </select>
         </td>
index f45f53ea2b964548b3479134aacc6769252d6505..9385b40003dafd1664038b65b278d9f1c3cfeedd 100644 (file)
@@ -11,7 +11,7 @@ Vous devrez choisir parmi la s
     <tr><td>Pool :</td>      
         <td><select name='pool' class='formulaire' multiple>
 <TMPL_LOOP NAME=db_pools>
-             <option><TMPL_VAR NAME=name></option>
+             <option selected><TMPL_VAR NAME=name></option>
 </TMPL_LOOP>
            </select>
         </td>
index 82483b30fca7bd9d230dc0db3ed51724984baefb..ea06a08c1b00e7c5f8e5f7617006f1fccdec4b0f 100644 (file)
@@ -11,7 +11,7 @@ Vous devrez choisir parmi la s
     <tr><td>Pool :</td>      
         <td><select name='pool' class='formulaire' multiple>
 <TMPL_LOOP db_pools>
-             <option><TMPL_VAR name></option>
+             <option selected><TMPL_VAR name></option>
 </TMPL_LOOP>
            </select>
         </td>
index 15fd28563985978dbe52fa9ed005d7de01439126..465a86c42e958899be558bb24fa1c2c11d9ca3bb 100644 (file)
@@ -10,7 +10,7 @@ be asked to make your selection on the next screen.
     <tr><td>Pool:</td>      
         <td><select name='pool' class='formulaire' multiple>
 <TMPL_LOOP NAME=db_pools>
-             <option><TMPL_VAR NAME=name></option>
+             <option selected><TMPL_VAR NAME=name></option>
 </TMPL_LOOP>
            </select>
         </td>
index 85028ea387faec983accfb0018e89d21f78b4d2d..e8a1edc6bccc1bbc11f9769eee307dbcea5be31e 100644 (file)
@@ -10,7 +10,7 @@ be asked to make your selection on the next screen.
     <tr><td>Pool:</td>      
         <td><select name='pool' class='formulaire' multiple>
 <TMPL_LOOP db_pools>
-             <option><TMPL_VAR name></option>
+             <option selected><TMPL_VAR name></option>
 </TMPL_LOOP>
            </select>
         </td>