mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 00:27:45 +02:00
Issue #2970 btn-default > btn-default btn-secondary
This commit is contained in:
@@ -332,7 +332,7 @@ class e_install
|
||||
{
|
||||
// $this->form .= "<a class='btn btn-large ' href='javascript:history.go(-1)'>« ".LAN_BACK."</a> ";
|
||||
$prevStage = ($this->stage - 1);
|
||||
$e_forms->form .= "<button class='btn btn-default btn-large no-validate ' name='back' value='".$prevStage."' type='submit'>« ".LAN_BACK."</button> ";
|
||||
$e_forms->form .= "<button class='btn btn-default btn-secondary btn-large no-validate ' name='back' value='".$prevStage."' type='submit'>« ".LAN_BACK."</button> ";
|
||||
}
|
||||
if($id != 'back')
|
||||
{
|
||||
|
Reference in New Issue
Block a user