mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Plugin and Theme manager fixes. Start on e-alert (requires more work)
This commit is contained in:
@@ -436,6 +436,7 @@ echo "</head>
|
||||
<body".$body_onload.">\n";
|
||||
|
||||
echo getModal();
|
||||
echo getAlert();
|
||||
|
||||
function getModal($caption = '', $type='')
|
||||
{
|
||||
@@ -467,6 +468,16 @@ echo getModal();
|
||||
|
||||
}
|
||||
|
||||
function getAlert($caption)
|
||||
{
|
||||
|
||||
return '<div id="uiAlert" class="alert alert-block alert-success hide fade in" style="box-shadow:0px 15px 8px #000;width:300px;position:absolute;left:40%;right:40%;top:15%;z-index:10000">
|
||||
<!-- rest of alert code goes here --> some
|
||||
Some text goes here and there and everywhere.
|
||||
</div>';
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Header included notification, from this point header includes are not possible
|
||||
|
Reference in New Issue
Block a user