mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 16:17:14 +02:00
Notice removal and cleanup
This commit is contained in:
@@ -184,7 +184,7 @@ class import_main_ui extends e_admin_ui
|
|||||||
$this->createUserExtended = true;
|
$this->createUserExtended = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($_POST['selectedTables'])
|
if(vartrue($_POST['selectedTables']))
|
||||||
{
|
{
|
||||||
$this->selectedTables = $_POST['selectedTables'];
|
$this->selectedTables = $_POST['selectedTables'];
|
||||||
}
|
}
|
||||||
|
@@ -43,17 +43,7 @@
|
|||||||
// $('div.modal-body').load(url + "/emoticons.php");
|
// $('div.modal-body').load(url + "/emoticons.php");
|
||||||
// $('#uiModal').modal('show');
|
// $('#uiModal').modal('show');
|
||||||
|
|
||||||
/*
|
|
||||||
$.colorbox({
|
|
||||||
href: url + "/emoticons.php",
|
|
||||||
iframe: true,
|
|
||||||
width:"200px",
|
|
||||||
height:"200px",
|
|
||||||
speed:2,
|
|
||||||
opacity: 0.3,
|
|
||||||
scrolling: false
|
|
||||||
});
|
|
||||||
*/
|
|
||||||
// },
|
// },
|
||||||
//cmd : 'mceEmotion',
|
//cmd : 'mceEmotion',
|
||||||
image : url + '/images/emoticons.png'
|
image : url + '/images/emoticons.png'
|
||||||
|
@@ -43,14 +43,7 @@
|
|||||||
// $('div.modal-body').load(url + "/ibrowser.php");
|
// $('div.modal-body').load(url + "/ibrowser.php");
|
||||||
// $('#uiModal').modal('show');
|
// $('#uiModal').modal('show');
|
||||||
|
|
||||||
$.colorbox({
|
|
||||||
href: url + "/ibrowser.php",
|
|
||||||
iframe: true,
|
|
||||||
width:"60%",
|
|
||||||
height:"70%",
|
|
||||||
speed:10,
|
|
||||||
opacity: 0.4
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
*/
|
*/
|
||||||
image : url + '/images/ibrowser.gif'
|
image : url + '/images/ibrowser.gif'
|
||||||
|
Reference in New Issue
Block a user