From d27dff052395ea5cfdcad6de4eedc33f4b1a8730 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 26 Oct 2006 20:22:09 +0000 Subject: [PATCH] ebl fix git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3578 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lang/fr/tpl/display_media.tpl | 2 +- gui/bweb/tpl/display_media.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/bweb/lang/fr/tpl/display_media.tpl b/gui/bweb/lang/fr/tpl/display_media.tpl index c5015fd233..f9c5a9a7f3 100644 --- a/gui/bweb/lang/fr/tpl/display_media.tpl +++ b/gui/bweb/lang/fr/tpl/display_media.tpl @@ -86,7 +86,7 @@ nrsTable.setup( page_nav: true, padding: 3, rows_per_page: rows_per_page, - disable_sorting: new Array(1,9) + disable_sorting: new Array(1,3,9) } ); diff --git a/gui/bweb/tpl/display_media.tpl b/gui/bweb/tpl/display_media.tpl index a43965be2b..0258ed69f7 100644 --- a/gui/bweb/tpl/display_media.tpl +++ b/gui/bweb/tpl/display_media.tpl @@ -86,7 +86,7 @@ nrsTable.setup( page_nav: true, padding: 3, rows_per_page: rows_per_page, - disable_sorting: new Array(1,9) + disable_sorting: new Array(1,3,9) } ); -- 2.39.5