From 491187ed77497cd7c851d89616a318afc60a155e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 16 Oct 2006 07:43:48 +0000 Subject: Rename left.php to navigation.php and modify all calls to that. Only config variables are kept as Left*. --- scripts/setup.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/setup.php b/scripts/setup.php index d87b19c104..b2a423b2f3 100644 --- a/scripts/setup.php +++ b/scripts/setup.php @@ -1005,7 +1005,7 @@ function show_left_form($defaults = array()) { ?>
- + @@ -1636,7 +1636,7 @@ switch ($action) { show_relation_form($configuration); break; - case 'lay_left_real': + case 'lay_navigation_real': if (isset($_POST['submit_save'])) { $vals = grab_values('LeftFrameLight:bool;LeftFrameDBTree:bool;LeftFrameDBSeparator;LeftFrameTableSeparator;LeftFrameTableLevel:int;LeftDisplayLogo:bool;LeftDisplayServers:bool;LeftPointerEnable:bool'); $err = FALSE; @@ -1655,7 +1655,7 @@ switch ($action) { $show_info = TRUE; } break; - case 'lay_left': + case 'lay_navigation': show_left_form($configuration); break; @@ -1941,7 +1941,7 @@ if (!empty($servers)) { echo '' . "\n\n"; echo '
Layout' . "\n"; -echo get_action('lay_left', 'Left frame'); +echo get_action('lay_navigation', 'Navigation frame'); echo get_action('lay_tabs', 'Tabs'); echo get_action('lay_icons', 'Icons'); echo get_action('lay_browse', 'Browsing'); -- cgit v1.2.3