]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/tpl/display_user.tpl
Renamed cleanup goto target into bail_out which is the prefered name from the develop...
[bacula/bacula] / gui / bweb / tpl / display_user.tpl
index e21d8c578520f8be5f169623f57caea518178fb9..a10ec9dee30416806a7865df3d254cf13c0ec287 100644 (file)
  </tr><tr>
   <td>__Comment:__</td> <td> <input class="formulaire" type="text" name="comment" value='<TMPL_VAR comment>'> </td>
  </tr><tr>
+  <td>__Language:__</td> 
+   <td> 
+ <select name="lang" id='lang' class="formulaire">
+  <option id='lang_en' value='en'>__English__</option>
+  <option id='lang_fr' value='fr'>__French__</option>
+  <option id='lang_es' value='es'>__Spanish__</option>
+ </select>
+   </td>
+ </tr><tr>
 <td> __Profile:__</td><td>
  <select name="profile" id='profile' class="formulaire">
   <option onclick='set_role("")'></option>
@@ -105,4 +114,7 @@ function set_role(val)
    }
 
 }
+<TMPL_IF lang>
+  document.getElementById('lang_<TMPL_VAR lang>').selected = true;
+</TMPL_IF>
 </script>