mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Issue #435 - More Bootstrap3 styling fixes. Login-menu shortcodes updated to v2 spec.
This commit is contained in:
@@ -868,7 +868,7 @@ class download
|
||||
$errmsg = LAN_dl_61." ".$this->qry['error'];
|
||||
}
|
||||
|
||||
return $ns->tablerender(LAN_dl_61, $header. "<div class='alert alert-error alert-block' style='text-align:center'>".$errmsg."</div>". $footer, 'download-error', true);
|
||||
return $ns->tablerender(LAN_dl_61, $header. "<div class='alert alert-error alert-danger alert-block' style='text-align:center'>".$errmsg."</div>". $footer, 'download-error', true);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user