Index: branches/unlabeled/unlabeled-1.2.2/core/install/step_templates/install_setup.tpl =================================================================== diff -u -r7698 -r8254 --- branches/unlabeled/unlabeled-1.2.2/core/install/step_templates/install_setup.tpl (.../install_setup.tpl) (revision 7698) +++ branches/unlabeled/unlabeled-1.2.2/core/install/step_templates/install_setup.tpl (.../install_setup.tpl) (revision 8254) @@ -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