From 58cfb07216da34602b1dd0da09a5c6f1591afe01 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 25 Nov 2005 04:03:50 +0000 Subject: [PATCH] r579: - change charset to utf-8 - add help system --- includes/adminfunctions.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/includes/adminfunctions.php b/includes/adminfunctions.php index 1ab1a4e..e038775 100755 --- a/includes/adminfunctions.php +++ b/includes/adminfunctions.php @@ -76,7 +76,7 @@ EOD; echo "\n"; echo "\n"; echo "\n\t$title"; - echo "\n\t"; + echo "\n\t"; echo "\n\t" . (($extra) ? "\n$extra" : ''); echo "\n\n\n"; @@ -173,9 +173,12 @@ EOD; echo "\n\n"; } - function table_head($title, $colspan = 2, $strong = true) + function table_head($title, $colspan = 2, $help = null) { - echo "\n\t\n\n"; + global $edoc; + $title = ($help ? "$title" : $title); + $help = ($help ? "Help" : ''); + echo "\n\t\n\n"; } function table_column_head($columnarray) -- 2.22.5
" . (($strong) ? "$title" : $title) . "
$help$title