rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit a204e62f5468e4d5598dc3dcc890c9e081923c5f
parent b22927f1493c9d1e365d4a7a94d8d63646785941
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 13 May 2015 19:54:33 +0200

dont work cause of javascript limitations

Diffstat:
Mthemes/jumbotron/admin.php | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -185,12 +185,7 @@ foreach($langs as $prio => $lang) { <!-- Main jumbotron for a primary marketing message or call to action --> <div class="jumbotron"> <div class="container"> - <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\">&times;</span></button></div>"; - ?> - </div> - <h1>Administration</h1> + <h1>Administration</h1> <hr class="one"> <!-- Tab panes --> <div class="tab-content"> @@ -252,6 +247,7 @@ 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\">&times;</span></button></div>"; include($root."/themes/jumbotron/admin_pages/newpost.php"); ?> </div>