diff --git a/setup/applications.php b/setup/applications.php index 348bb98eb2..67756e9c08 100644 --- a/setup/applications.php +++ b/setup/applications.php @@ -506,6 +506,11 @@ } } + $setup_tpl->set_var('check','check.gif'); + $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')); + $setup_tpl->set_var('submit',lang('Submit')); $setup_tpl->set_var('cancel',lang('Cancel')); $setup_tpl->pparse('out','app_footer'); diff --git a/setup/templates/default/applications.tpl b/setup/templates/default/applications.tpl index 1c7a531f78..4da10bfb6f 100644 --- a/setup/templates/default/applications.tpl +++ b/setup/templates/default/applications.tpl @@ -1,4 +1,24 @@ + +
@@ -10,7 +30,7 @@ - + @@ -76,12 +96,25 @@ + + + + + + +
{appdata}
{actions}
  + {install_all} + + {upgrade_all} +   + {remove_all} +
- - + +