1
0
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:
Cameron
2015-07-15 22:13:22 -07:00
parent a26de7bc84
commit 83288964f1
4 changed files with 54 additions and 4 deletions

View File

@@ -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;