From 41b4af45178fde698de0a1953d06a32a58e90a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 3 May 2002 13:03:02 +0000 Subject: [PATCH] pursuit the "stay on the sub-pages as long as needed" work --- ChangeLog | 9 ++++++--- tbl_properties.php3 | 5 +++++ tbl_properties_export.php3 | 4 +++- tbl_properties_operations.php3 | 8 ++++++-- tbl_properties_options.php3 | 2 ++ tbl_properties_structure.php3 | 6 ++++++ 6 files changed, 28 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4050d9175..d82c8296b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,9 +7,12 @@ $Source$ 2002-05-03 Loïc Chapeaux * lang/italian.inc.php3: updated, thanks to Pietro Danesi. - * tbl_properties_operations.php3; tbl_properties_options.php3: messages are - now displayed if a query had been submitted to change some options or to - sort the table. + * tbl_properties.php3; tbl_properties_export.php3; + tbl_properties_operations.php3; tbl_properties_options.php3; + tbl_properties_strucuture.php3: + - messages are now displayed if a query had been submitted to change some + options or to sort the table; + - pursuit the "stay on the sub-pages as long as needed" work. 2002-05-02 Loïc Chapeaux * lang/*.inc.php3: cleanup. diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 1d509483e..65606030d 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -2,7 +2,12 @@ /* $Id$ */ +/** + * Runs common work + */ require('./tbl_properties_common.php3'); +$err_url = 'tbl_properties.php3' . $err_url; +$url_query .= '&back=tbl_properties.php3'; /** diff --git a/tbl_properties_export.php3 b/tbl_properties_export.php3 index 779ec5816..5028ab352 100755 --- a/tbl_properties_export.php3 +++ b/tbl_properties_export.php3 @@ -2,9 +2,11 @@ /* $Id$ */ +/** + * Gets tables informations and displays top links + */ require('./tbl_properties_common.php3'); require('./tbl_properties_table_info.php3'); - ?>
diff --git a/tbl_properties_operations.php3 b/tbl_properties_operations.php3 index b24e97e27..1b83163b5 100755 --- a/tbl_properties_operations.php3 +++ b/tbl_properties_operations.php3 @@ -6,6 +6,8 @@ * Runs common work */ require('./tbl_properties_common.php3'); +$err_url = 'tbl_properties_operations.php3' . $err_url; +$url_query .= '&back=tbl_properties_operations.php3'; /** @@ -299,7 +301,9 @@ if (!empty($cfg['Server']['relation'])) {
  • - +  

    diff --git a/tbl_properties_options.php3 b/tbl_properties_options.php3 index fd95c62e0..583ce577d 100755 --- a/tbl_properties_options.php3 +++ b/tbl_properties_options.php3 @@ -6,6 +6,8 @@ * Runs common work */ require('./tbl_properties_common.php3'); +$err_url = 'tbl_properties_options.php3' . $err_url; +$url_query .= '&back=tbl_properties_options.php3'; /** diff --git a/tbl_properties_structure.php3 b/tbl_properties_structure.php3 index 4a988e460..97b353145 100755 --- a/tbl_properties_structure.php3 +++ b/tbl_properties_structure.php3 @@ -2,7 +2,13 @@ /* $Id$ */ +/** + * Runs common work + */ require('./tbl_properties_common.php3'); +$err_url = 'tbl_properties_structure.php3' . $err_url; +$url_query .= '&back=tbl_properties_structure.php3'; + /** * Drop multiple fields if required