From d19bb97d4d0fe68f64fc565d0351f9a2fa3854e6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 24 Mar 2011 17:46:03 +0100 Subject: [PATCH] cleanup the php options for creating a toggle --- planetlab/nodes/nodes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/planetlab/nodes/nodes.php b/planetlab/nodes/nodes.php index 9a8d839..c6af268 100644 --- a/planetlab/nodes/nodes.php +++ b/planetlab/nodes/nodes.php @@ -369,8 +369,8 @@ href="http://trac.myslice.info">http://trac.myslice.info. $toggle_nodes=new PlekitToggle('nodes-layout', "Node table layout", array('visible'=>$column_conf_visible, - 'info_text'=>$layout_help, - 'info_visible'=>$show_columns_message)); + 'info-text'=>$layout_help, + 'info-visible'=>$show_columns_message)); $toggle_nodes->start(); print("
"); print(""); -- 2.43.0