commit b22927f1493c9d1e365d4a7a94d8d63646785941 parent 9997ea124236f89bcda515dd2f247a38e9ffdbc6 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 13 May 2015 19:51:42 +0200 reposition alert Diffstat:
| M | themes/jumbotron/admin.php | | | 8 | ++++++-- |
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -185,7 +185,12 @@ foreach($langs as $prio => $lang) { <!-- Main jumbotron for a primary marketing message or call to action --> <div class="jumbotron"> <div class="container"> - <h1>Administration</h1> + <div class="hide_" id="newpost2"> + <?php + echo "<div class=\"alert alert-success\" role=\"alert\">Post successfully created!<button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\"><span aria-hidden=\"true\">×</span></button></div>"; + ?> + </div> + <h1>Administration</h1> <hr class="one"> <!-- Tab panes --> <div class="tab-content"> @@ -247,7 +252,6 @@ foreach($langs as $prio => $lang) { </div> <div class="hide_" id="newpost2"> <?php - echo "<div class=\"alert alert-success\" role=\"alert\">Post successfully created!<button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\"><span aria-hidden=\"true\">×</span></button></div>"; include($root."/themes/jumbotron/admin_pages/newpost.php"); ?> </div>