mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Issue #1138 - Bootstrap3 modal working again in admin area.
This commit is contained in:
@@ -541,6 +541,12 @@ echo getAlert();
|
||||
|
||||
function getModal($caption = '', $type='')
|
||||
{
|
||||
|
||||
if(deftrue('BOOTSTRAP') === 3) // see bootstrap3/admin_template.php
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
if(e_PAGE == 'menus.php' && vartrue($_GET['configure'])) // Menu Manager iFrame disable
|
||||
{
|
||||
return;
|
||||
|
Reference in New Issue
Block a user