From 7bb8355b5e87dcfab0aa0ce1b7386aad6926f801 Mon Sep 17 00:00:00 2001 From: seek3r Date: Mon, 1 Jan 2001 10:49:38 +0000 Subject: [PATCH] fixed one more shortfall of manageheader --- setup/manageheader.php | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/setup/manageheader.php b/setup/manageheader.php index 6ad1014737..5fada1d301 100644 --- a/setup/manageheader.php +++ b/setup/manageheader.php @@ -54,7 +54,13 @@ $newheader = $phpgw_setup->generate_header(); echo "
";
       echo htmlentities($newheader);
-      echo "
"; + echo "
"; + echo "
"; + echo "
After retrieving the file put it into place as the header.inc.php, then click continue.
"; + echo ""; + echo ""; + echo "
"; + echo ""; break; case "write config": include("./inc/phpgw_template.inc.php"); @@ -244,19 +250,19 @@ if(is_writeable ("../header.inc.php")|| (!file_exists ("../header.inc.php") && is_writeable ("../"))){ echo ''; - echo' or or the file.'; + echo ' or or the file.'; }else{ echo 'Cannot create the header.inc.php due to file permission restrictions.
Instead you can '; - echo'or the file.'; + echo 'or the file.'; } echo '
'; - echo'
After retrieving the file put it into place as the header.inc.php, then click continue.
'; - echo''; -// echo''; -// echo''; -// echo''; -// echo''; - echo''; + echo '
After retrieving the file put it into place as the header.inc.php, then click continue.
'; + echo ''; +// echo ''; +// echo ''; +// echo ''; +// echo ''; + echo ''; echo "
"; echo ""; echo "";