# HG changeset patch # User Dominique Corbex # Date 1330168828 -3600 # Node ID b29c9171ae93eb8ddd97b2cfa8a147e8f565df18 # Parent 904ff00b951d090ebce5c48b8816031e58663a53 bug fix in Installer dropdown menu diff -r 904ff00b951d -r b29c9171ae93 installer.cgi --- a/installer.cgi Fri Feb 24 15:19:20 2012 -0500 +++ b/installer.cgi Sat Feb 25 12:20:28 2012 +0100 @@ -629,6 +629,21 @@ xhtml_header display_log ;; + menu_install) + xhtml_header + if check_ressources; then + select_action + select_gparted + select_install + fi + ;; + menu_upgrade) + xhtml_header + if check_ressources; then + select_action + select_upgrade + fi + ;; *) xhtml_header if check_ressources; then diff -r 904ff00b951d -r b29c9171ae93 styles/default/header.html --- a/styles/default/header.html Fri Feb 24 15:19:20 2012 -0500 +++ b/styles/default/header.html Sat Feb 25 12:20:28 2012 +0100 @@ -120,8 +120,17 @@ -
  • +
  • Install +   +