From 0131ce26e5d5e6582e03d320777640cad085cf5b Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 25 Jan 2007 21:39:03 +0000 Subject: [PATCH] ebl fix javascript git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4040 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lang/fr/tpl/display_client_stats.tpl | 4 ++-- gui/bweb/lang/fr/tpl/move_media.tpl | 4 ++-- gui/bweb/tpl/display_client_stats.tpl | 4 ++-- gui/bweb/tpl/move_media.tpl | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gui/bweb/lang/fr/tpl/display_client_stats.tpl b/gui/bweb/lang/fr/tpl/display_client_stats.tpl index 2f736d51aa..4cd2c141ef 100644 --- a/gui/bweb/lang/fr/tpl/display_client_stats.tpl +++ b/gui/bweb/lang/fr/tpl/display_client_stats.tpl @@ -52,8 +52,8 @@ nrsTable.setup( odd_cell_color: odd_cell_color, header_color: header_color, page_nav: true, - rows_per_page: rows_per_page, -// disable_sorting: new Array(1) +// disable_sorting: new Array(1), + rows_per_page: rows_per_page } ); diff --git a/gui/bweb/lang/fr/tpl/move_media.tpl b/gui/bweb/lang/fr/tpl/move_media.tpl index 4be8a338d4..baca0f4604 100644 --- a/gui/bweb/lang/fr/tpl/move_media.tpl +++ b/gui/bweb/lang/fr/tpl/move_media.tpl @@ -78,8 +78,8 @@ nrsTable.setup( header_color: header_color, page_nav: true, padding: 3, - rows_per_page: rows_per_page, -// disable_sorting: new Array(5,6) +// disable_sorting: new Array(5,6), + rows_per_page: rows_per_page } ); diff --git a/gui/bweb/tpl/display_client_stats.tpl b/gui/bweb/tpl/display_client_stats.tpl index 19a7c4df35..d93cd8e242 100644 --- a/gui/bweb/tpl/display_client_stats.tpl +++ b/gui/bweb/tpl/display_client_stats.tpl @@ -52,8 +52,8 @@ nrsTable.setup( odd_cell_color: odd_cell_color, header_color: header_color, page_nav: true, - rows_per_page: rows_per_page, -// disable_sorting: new Array(1) +// disable_sorting: new Array(1), + rows_per_page: rows_per_page } ); diff --git a/gui/bweb/tpl/move_media.tpl b/gui/bweb/tpl/move_media.tpl index 683a0e29ba..80520a13a5 100644 --- a/gui/bweb/tpl/move_media.tpl +++ b/gui/bweb/tpl/move_media.tpl @@ -78,8 +78,8 @@ nrsTable.setup( header_color: header_color, page_nav: true, padding: 3, - rows_per_page: rows_per_page, -// disable_sorting: new Array(5,6) +// disable_sorting: new Array(5,6), + rows_per_page: rows_per_page } ); -- 2.39.5