diff --git a/setup/applications.php b/setup/applications.php index 238e9505c4..49e9386dbb 100644 --- a/setup/applications.php +++ b/setup/applications.php @@ -363,7 +363,7 @@ $setup_tpl->set_var('app_remove',lang('Remove')); $setup_tpl->set_var('app_upgrade',lang('Upgrade')); $setup_tpl->set_var('app_resolve',lang('Resolve')); - $setup_tpl->set_var('check','check.gif'); + $setup_tpl->set_var('check','check.png'); $setup_tpl->set_var('install_all',lang('Install All')); $setup_tpl->set_var('upgrade_all',lang('Upgrade All')); $setup_tpl->set_var('remove_all',lang('Remove All')); @@ -398,7 +398,7 @@ if (!$GLOBALS['phpgw_setup']->detection->check_app_tables($value['name'])) { // App installed and enabled, but some tables are missing - $setup_tpl->set_var('instimg','table.gif'); + $setup_tpl->set_var('instimg','table.png'); $setup_tpl->set_var('bg_color','FFCCAA'); $setup_tpl->set_var('instalt',lang('Not Completed')); $setup_tpl->set_var('resolution','' . lang('Potential Problem') . ''); @@ -406,7 +406,7 @@ } else { - $setup_tpl->set_var('instimg','completed.gif'); + $setup_tpl->set_var('instimg','completed.png'); $setup_tpl->set_var('instalt',lang('Completed')); $setup_tpl->set_var('install',' '); if($value['enabled']) @@ -429,7 +429,7 @@ } break; case 'U': - $setup_tpl->set_var('instimg','incomplete.gif'); + $setup_tpl->set_var('instimg','incomplete.png'); $setup_tpl->set_var('instalt',lang('Not Completed')); if (!@$value['currentver']) { @@ -463,7 +463,7 @@ } break; case 'V': - $setup_tpl->set_var('instimg','incomplete.gif'); + $setup_tpl->set_var('instimg','incomplete.png'); $setup_tpl->set_var('instalt',lang('Not Completed')); $setup_tpl->set_var('install',' '); $setup_tpl->set_var('remove',''); @@ -475,7 +475,7 @@ $setup_tpl->set_var('bg_color','FFCCCC'); $depstring = parsedep($value['depends']); $depstring .= ')'; - $setup_tpl->set_var('instimg','dep.gif'); + $setup_tpl->set_var('instimg','dep.png'); $setup_tpl->set_var('instalt',lang('Dependency Failure')); $setup_tpl->set_var('install',' '); $setup_tpl->set_var('remove',' '); @@ -487,7 +487,7 @@ $setup_tpl->set_var('bg_color','FFCCFF'); $depstring = parsedep($value['depends']); $depstring .= ')'; - $setup_tpl->set_var('instimg','dep.gif'); + $setup_tpl->set_var('instimg','dep.png'); $setup_tpl->set_var('instalt',lang('Post-install Dependency Failure')); $setup_tpl->set_var('install',' '); $setup_tpl->set_var('remove',' '); @@ -496,7 +496,7 @@ $status = lang('Post-install Dependency Failure') . ':' . $depstring . $value['status']; break; default: - $setup_tpl->set_var('instimg','incomplete.gif'); + $setup_tpl->set_var('instimg','incomplete.png'); $setup_tpl->set_var('instalt',lang('Not Completed')); $setup_tpl->set_var('install',' '); $setup_tpl->set_var('remove',' '); diff --git a/setup/doc/setup3-1.html b/setup/doc/setup3-1.html index c694995df8..e12789e280 100644 --- a/setup/doc/setup3-1.html +++ b/setup/doc/setup3-1.html @@ -7,11 +7,11 @@ NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.59">phpGroupWare Setup IIIphpGroupWare SetupphpGroupWare Setup IIIphpGroupWare SetupphpGroupWare Setup IIIphpGroupWare Setup \ No newline at end of file +> diff --git a/setup/doc/setup3-3.html b/setup/doc/setup3-3.html index ed12422586..49c8e58b04 100644 --- a/setup/doc/setup3-3.html +++ b/setup/doc/setup3-3.html @@ -7,7 +7,7 @@ NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.59">phpGroupWare Setup IIIphpGroupWare Setup \ No newline at end of file +> diff --git a/setup/doc/setup3-4.html b/setup/doc/setup3-4.html index 012703b75e..1016f91d4f 100644 --- a/setup/doc/setup3-4.html +++ b/setup/doc/setup3-4.html @@ -7,7 +7,7 @@ NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.59">phpGroupWare Setup IIIphpGroupWare Setup \ No newline at end of file +> diff --git a/setup/doc/setup3.html b/setup/doc/setup3.html index 0cd96ab6b8..2b91d63271 100644 --- a/setup/doc/setup3.html +++ b/setup/doc/setup3.html @@ -1,7 +1,7 @@ phpGroupWare Setup III +> phpGroupWare Setup phpGroupWare Setup IIIphpGroupWare Setup

\ No newline at end of file +> diff --git a/setup/doc/setup3.lyx b/setup/doc/setup3.lyx index e1cc5353b1..d681b2b511 100644 --- a/setup/doc/setup3.lyx +++ b/setup/doc/setup3.lyx @@ -27,7 +27,7 @@ \layout Title \added_space_top vfill \added_space_bottom vfill -phpGroupWare Setup III +phpGroupWare Setup \layout Date June 18, 2001 diff --git a/setup/doc/setup3.sgml b/setup/doc/setup3.sgml index 9790059e35..de0fcbe5c1 100644 --- a/setup/doc/setup3.sgml +++ b/setup/doc/setup3.sgml @@ -8,7 +8,7 @@ See http://www.lyx.org/ for more information --> - phpGroupWare Setup III + phpGroupWare Setup June 18, 2001 diff --git a/setup/doc/setup3.txt b/setup/doc/setup3.txt index ca2f9f22ba..b1c3cf35a8 100644 --- a/setup/doc/setup3.txt +++ b/setup/doc/setup3.txt @@ -1,6 +1,6 @@ -phpGroupWare Setup III +phpGroupWare Setup June 18, 2001 diff --git a/setup/index.php b/setup/index.php index 7792f6e776..bf77c92b0a 100644 --- a/setup/index.php +++ b/setup/index.php @@ -152,8 +152,8 @@ //$GLOBALS['phpgw_setup']->app_status(); $GLOBALS['phpgw_info']['server']['app_images'] = 'templates/default/images'; - $incomplete = $GLOBALS['phpgw_info']['server']['app_images'] . '/incomplete.gif'; - $completed = $GLOBALS['phpgw_info']['server']['app_images'] . '/completed.gif'; + $incomplete = $GLOBALS['phpgw_info']['server']['app_images'] . '/incomplete.png'; + $completed = $GLOBALS['phpgw_info']['server']['app_images'] . '/completed.png'; $setup_tpl->set_var('img_incomplete',$incomplete); $setup_tpl->set_var('img_completed',$completed); diff --git a/setup/schematoy.php b/setup/schematoy.php index 67defe8ef6..7cf977893e 100644 --- a/setup/schematoy.php +++ b/setup/schematoy.php @@ -255,7 +255,7 @@ $GLOBALS['setup_tpl']->set_var('currentver',$value['currentver']); $GLOBALS['setup_tpl']->set_var('bg_color',$bgcolor[$i]); - $GLOBALS['setup_tpl']->set_var('instimg','completed.gif'); + $GLOBALS['setup_tpl']->set_var('instimg','completed.png'); $GLOBALS['setup_tpl']->set_var('instalt',lang('Completed')); $GLOBALS['setup_tpl']->set_var('install',''); $status = lang('OK') . ' - ' . $value['status']; diff --git a/setup/templates/default/head.tpl b/setup/templates/default/head.tpl index bc05cabd55..5210730646 100644 --- a/setup/templates/default/head.tpl +++ b/setup/templates/default/head.tpl @@ -14,7 +14,7 @@ .link { color: #FFFFFF; } --> - phpGroupWare {lang_setup} III {page_title} + phpGroupWare {lang_setup} {page_title} @@ -22,7 +22,7 @@
-  phpGroupWare version {pgw_ver} {lang_setup} III{configdomain} +  phpGroupWare version {pgw_ver} {lang_setup} {configdomain} {logoutbutton}