From: Eric Bollengier Date: Thu, 26 Oct 2006 20:22:09 +0000 (+0000) Subject: ebl fix X-Git-Tag: Release-2.0.0~339 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d27dff052395ea5cfdcad6de4eedc33f4b1a8730;p=bacula%2Fbacula ebl fix git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3578 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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) } );