]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl add blank location field in update_media
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 17 Dec 2006 11:24:19 +0000 (11:24 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 17 Dec 2006 11:24:19 +0000 (11:24 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3808 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lang/fr/tpl/update_media.tpl
gui/bweb/tpl/update_media.tpl

index 828e8e99038b61a66406193991b5932ee6025182..253d9934cf39e4c1995eac851975e55fb82dddfe 100644 (file)
@@ -48,6 +48,7 @@
 
     <tr><td> Localisation : </td>
         <td><select name='location' class='formulaire'>
+      <option value=''></option>
   <TMPL_LOOP db_locations>
       <option value='<TMPL_VAR location>'><TMPL_VAR location></option>
   </TMPL_LOOP>
index ee515d096ce8e353a8e5f88d3335cfde974e9093..f4643f8e872e9402253dfe0908eb9627fcd04290 100644 (file)
@@ -48,6 +48,7 @@
 
     <tr><td> Location : </td>
         <td><select name='location' class='formulaire'>
+        <option value=''></option>
   <TMPL_LOOP db_locations>
       <option value='<TMPL_VAR location>'><TMPL_VAR location></option>
   </TMPL_LOOP>