diff --git a/setup/applications.php b/setup/applications.php index 605ad21b31..cfec719385 100644 --- a/setup/applications.php +++ b/setup/applications.php @@ -64,7 +64,7 @@ exit; } - $bgcolor = array('DDDDDD','EEEEEE'); + $bgcolor = array('#DDDDDD','#EEEEEE'); function parsedep($depends,$main=True) { diff --git a/setup/lang/phpgw_en.lang b/setup/lang/phpgw_en.lang index ec0e925689..d22e211395 100644 --- a/setup/lang/phpgw_en.lang +++ b/setup/lang/phpgw_en.lang @@ -153,6 +153,7 @@ requires upgrade setup en Requires upgrade resolve setup en Resolve select the default applications to which your users will have access setup en Select the default applications to which your users will have access select the desired action(s) from the available choices setup en Select the desired action(s) from the available choices +select to download file setup en Select to download file select which group(s) will be exported (group membership will be maintained) setup en Select which group(s) will be exported (group membership will be maintained) select which group(s) will be imported (group membership will be maintained) setup en Select which group(s) will be imported (group membership will be maintained) select which languages you would like to use setup en Select which languages you would like to use diff --git a/setup/sqltoarray.php b/setup/sqltoarray.php index 59b0020b16..bd980b1b38 100644 --- a/setup/sqltoarray.php +++ b/setup/sqltoarray.php @@ -251,6 +251,7 @@ $setup_tpl->set_var('lang_showall','Show all'); $setup_tpl->set_var('title','SQL to schema_proc array util'); $setup_tpl->set_var('lang_applist','Applications'); + $setup_tpl->set_var('select_to_download_file',lang('Select to download file')); $setup_tpl->pfp('out','appheader'); $d = dir(PHPGW_SERVER_ROOT); diff --git a/setup/templates/default/applications.tpl b/setup/templates/default/applications.tpl index bcbf73ed13..1c7a531f78 100644 --- a/setup/templates/default/applications.tpl +++ b/setup/templates/default/applications.tpl @@ -12,10 +12,10 @@