From: Eric Bollengier Date: Tue, 3 Jul 2007 19:20:16 +0000 (+0000) Subject: ebl fix mediatype in display_pool X-Git-Tag: Release-2.2.0~197 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a9b383d232f1b8a20e24d0e6fc367c87e33b3afc;p=bacula%2Fbacula ebl fix mediatype in display_pool git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5121 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/lang/es/tpl/display_pool.tpl b/gui/bweb/lang/es/tpl/display_pool.tpl index b75a9bfdd8..3540d268ca 100644 --- a/gui/bweb/lang/es/tpl/display_pool.tpl +++ b/gui/bweb/lang/es/tpl/display_pool.tpl @@ -6,9 +6,7 @@
- - > - +

Nota: Para modificar las propiedades de un pool, se debe editar la configuración de Bacula @@ -45,11 +43,7 @@ chkbox = document.createElement('INPUT'); chkbox.type = 'radio'; chkbox.value = ''; chkbox.name = 'pool'; - -chkbox = document.createElement('INPUT'); -chkbox.type = 'radio'; -chkbox.value = ''; -chkbox.name = 'mediatype'; +chkbox.setAttribute('onclick','document.getElementById("mediatype").value="";'); img2 = percent_usage(); diff --git a/gui/bweb/lang/fr/tpl/display_pool.tpl b/gui/bweb/lang/fr/tpl/display_pool.tpl index c53a552182..4609c73d79 100644 --- a/gui/bweb/lang/fr/tpl/display_pool.tpl +++ b/gui/bweb/lang/fr/tpl/display_pool.tpl @@ -6,9 +6,7 @@
- - > - +

Tips : Pour modifier les options d'un pool, vous devez éditer la configuration bacula et @@ -45,11 +43,7 @@ chkbox = document.createElement('INPUT'); chkbox.type = 'radio'; chkbox.value = ''; chkbox.name = 'pool'; - -chkbox = document.createElement('INPUT'); -chkbox.type = 'radio'; -chkbox.value = ''; -chkbox.name = 'mediatype'; +chkbox.setAttribute('onclick','document.getElementById("mediatype").value="";'); img2 = percent_usage(); diff --git a/gui/bweb/tpl/display_pool.tpl b/gui/bweb/tpl/display_pool.tpl index 4f8e01fedd..cda70330f9 100644 --- a/gui/bweb/tpl/display_pool.tpl +++ b/gui/bweb/tpl/display_pool.tpl @@ -6,9 +6,7 @@
- - > - +

Tips: To modify pool properties, you have to edit your Bacula configuration @@ -45,11 +43,7 @@ chkbox = document.createElement('INPUT'); chkbox.type = 'radio'; chkbox.value = ''; chkbox.name = 'pool'; - -chkbox = document.createElement('INPUT'); -chkbox.type = 'radio'; -chkbox.value = ''; -chkbox.name = 'mediatype'; +chkbox.setAttribute('onclick','document.getElementById("mediatype").value="";'); img2 = percent_usage();