mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
New setup: fixed bug in the HTML (missing Next button on IE8)
SVN:trunk[1159]
This commit is contained in:
@@ -962,7 +962,7 @@ function ModulesSelection(SetupWebPage $oP, $aParamValues, $iCurrentStep, $oConf
|
||||
}
|
||||
$oP->add("<table style=\"width:100%\"><tr>\n");
|
||||
$oP->add("<td style=\"text-align:left;\"><button type=\"button\" onClick=\"return DoGoBack($iPrevStep)\"><< Back</button></td>\n");
|
||||
$oP->add("<td style=\"text-align:right;\"><button type=\"submit\" \">Next >></button></td>\n");
|
||||
$oP->add("<td style=\"text-align:right;\"><button type=\"submit\">Next >></button></td>\n");
|
||||
$oP->add("</tr></table>\n");
|
||||
$oP->add("</form>\n");
|
||||
$oP->add_ready_script("$('.read-only').click( function() { $(this).attr('checked','checked'); } );");
|
||||
|
||||
Reference in New Issue
Block a user