From 416a7178a40fef035bf14aca9f8c56c7c70f55e7 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 25 Jan 2003 12:49:09 +0000 Subject: [PATCH] improve messages --- ChangeLog | 3 +++ libraries/relation.lib.php3 | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 271deff67..79c4fc5cf 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-01-25 Marc Delisle + * libraries/relation.lib.php3: improve messages + 2003-01-23 Marc Delisle * tbl_relation.php3, bug 659227: in Relation View, cannot enter comments diff --git a/libraries/relation.lib.php3 b/libraries/relation.lib.php3 index f7bc5c013..d49d2e13e 100644 --- a/libraries/relation.lib.php3 +++ b/libraries/relation.lib.php3 @@ -159,12 +159,12 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ $disabled = '' . $GLOBALS['strDisabled'] . ''; echo '' . "\n"; - echo ' ' . "\n"; echo ' ' . "\n"; - echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; - echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; - echo ' ' . "\n"; - echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; - echo ' ' . "\n"; echo '
PMA Database ... ' + echo '
$cfg[\'Servers\'][$i][\'pmadb\'] ... ' . (($cfg['Server']['pmadb'] == FALSE) ? sprintf($shit, 'pmadb') : $hit) . '
 
relation Table ... ' + echo '
$cfg[\'Servers\'][$i][\'relation\'] ... ' . ((isset($cfgRelation['relation'])) ? $hit : sprintf($shit, 'relation')) . '
'. $GLOBALS['strGeneralRelationFeat'] . ': ' @@ -172,7 +172,7 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ . '
 
table_info ... ' + echo '
$cfg[\'Servers\'][$i][\'table_info\'] ... ' . (($cfgRelation['displaywork'] == FALSE) ? sprintf($shit, 'table_info') : $hit) . '
' . $GLOBALS['strDisplayFeat'] . ': ' @@ -180,10 +180,10 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ . '
 
table_coords ... ' + echo '
$cfg[\'Servers\'][$i][\'table_coords\'] ... ' . ((isset($cfgRelation['table_coords'])) ? $hit : sprintf($shit, 'table_coords')) . '
pdf_pages ... ' + echo '
$cfg[\'Servers\'][$i][\'pdf_pages\'] ... ' . ((isset($cfgRelation['pdf_pages'])) ? $hit : sprintf($shit, 'table_coords')) . '
' . $GLOBALS['strCreatePdfFeat'] . ': ' @@ -191,7 +191,7 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ . '
 
column_comments ... ' + echo '
$cfg[\'Servers\'][$i][\'column_comments\'] ... ' . ((isset($cfgRelation['column_comments'])) ? $hit : sprintf($shit, 'col_com')) . '
' . $GLOBALS['strColComFeat'] . ': '