From da40338caf6f52d46d4841811238995a3d6f888e Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 12 Feb 2009 13:58:31 +0000 Subject: [PATCH] ebl tweak fields order git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8449 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/html/bresto.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/bweb/html/bresto.js b/gui/bweb/html/bresto.js index dd409b12a9..89580cb315 100644 --- a/gui/bweb/html/bresto.js +++ b/gui/bweb/html/bresto.js @@ -1111,8 +1111,8 @@ Ext.onReady(function(){ defaults : {width: 210}, bodyStyle : 'padding:5px 5px 0', items :[ usefilerelocation_bp, stripprefix_text, - addsuffix_text, addprefix_text, - useregexp_bp, rwhere_text ] + addprefix_text, addsuffix_text, useregexp_bp, + rwhere_text ] },{ xtype : 'fieldset', title : 'Other options', -- 2.39.5