Index: trunk/core/install/step_templates/install_setup.tpl =================================================================== diff -u -N -r7635 -r8397 --- trunk/core/install/step_templates/install_setup.tpl (.../install_setup.tpl) (revision 7635) +++ trunk/core/install/step_templates/install_setup.tpl (.../install_setup.tpl) (revision 8397) @@ -1,17 +1,17 @@ - + In order to use the installation tool, please provide your Intechnic account information: - + Username*: - + Password*: @@ -46,11 +46,11 @@ unset($options['upgrade']); } - $td_class = 'table_color1'; + $td_class = 'table-color1'; foreach ($options as $option_key => $option_title) { $checked = $this->GetVar('next_preset') == $option_key ? ' checked' : ''; echo sprintf($option_tpl, $option_key, $checked, $option_title, $td_class); - $td_class = ($td_class == 'table_color1') ? 'table_color2' : 'table_color1'; + $td_class = ($td_class == 'table-color1') ? 'table-color2' : 'table-color1'; } ?> \ No newline at end of file