Bläddra i källkod

Incorrect formatting visible only with IE !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2400 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 12 år sedan
förälder
incheckning
ae38bf356e
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      setup/wizardsteps.class.inc.php

+ 0 - 2
setup/wizardsteps.class.inc.php

@@ -928,12 +928,10 @@ class WizStepMiscParams extends WizardStep
 		$oPage->add('</fieldset>');
 		$oPage->add('</fieldset>');
 		$oPage->add('<fieldset>');
 		$oPage->add('<fieldset>');
 		$oPage->add('<legend>Sample Data</legend>');
 		$oPage->add('<legend>Sample Data</legend>');
-		$oPage->add('<table>');
 		$sChecked = ($sSampleData == 'yes') ? ' checked ' : '';
 		$sChecked = ($sSampleData == 'yes') ? ' checked ' : '';
 		$oPage->p('<input id="sample_data_yes" name="sample_data" type="radio" value="yes"'.$sChecked.'><label for="sample_data_yes">&nbsp;I am installing a <b>demo or test</b> instance, populate the database with some demo data.');
 		$oPage->p('<input id="sample_data_yes" name="sample_data" type="radio" value="yes"'.$sChecked.'><label for="sample_data_yes">&nbsp;I am installing a <b>demo or test</b> instance, populate the database with some demo data.');
 		$sChecked = ($sSampleData == 'no') ? ' checked ' : '';
 		$sChecked = ($sSampleData == 'no') ? ' checked ' : '';
 		$oPage->p('<input id="sample_data_no" name="sample_data" type="radio" value="no"'.$sChecked.'><label for="sample_data_no">&nbsp;I am installing a <b>production</b> instance, create an empty database to start from.');
 		$oPage->p('<input id="sample_data_no" name="sample_data" type="radio" value="no"'.$sChecked.'><label for="sample_data_no">&nbsp;I am installing a <b>production</b> instance, create an empty database to start from.');
-		$oPage->add('</table>');
 		$oPage->add('</fieldset>');
 		$oPage->add('</fieldset>');
 		$oPage->add_ready_script(
 		$oPage->add_ready_script(
 <<<EOF
 <<<EOF