1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Update admin_template.php

This commit is contained in:
Gábor
2016-12-24 13:59:06 +01:00
committed by GitHub
parent 8d0218be71
commit 4f84caed9d

View File

@@ -2,7 +2,7 @@
/* /*
* e107 website system * e107 website system
* *
* Copyright (C) 2008-2009 e107 Inc (e107.org) * Copyright (C) 2008-2016 e107 Inc (e107.org)
* Released under the terms and conditions of the * Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
* *
@@ -17,11 +17,7 @@
if (!defined('e107_INIT')) { exit(); } if (!defined('e107_INIT')) { exit(); }
e107::lan('theme', 'admin',true);
// include_lan(e_THEME."_blank/languages/".e_LANGUAGE.".php");
$E_ADMIN_NAVIGATION['start'] = '<ul class="nav navbar-nav navbar-left">'; $E_ADMIN_NAVIGATION['start'] = '<ul class="nav navbar-nav navbar-left">';
@@ -66,7 +62,7 @@ $E_ADMIN_NAVIGATION['button_home'] = '
// Change Language // Change Language
$E_ADMIN_NAVIGATION['button_language'] = ' $E_ADMIN_NAVIGATION['button_language'] = '
<li class="dropdown"> <li class="dropdown">
<a class="dropdown-toggle" title="Change Language" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" > <a class="dropdown-toggle" title="'.LAN_THEMEPREF_13.'" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" >
{LINK_IMAGE} {LINK_TEXT} {LINK_IMAGE} {LINK_TEXT}
<b class="caret"></b> <b class="caret"></b>
</a> </a>
@@ -220,10 +216,10 @@ $ADMIN_MODAL = '
<h4 class="modal-title modal-caption">&nbsp;</h4> <h4 class="modal-title modal-caption">&nbsp;</h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<p>Loading...</p> <p>'.LAN_LOADING.'</p>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary" data-dismiss="modal">'.LAN_CLOSE.'</button>
</div> </div>
</div> </div>
</div> </div>
@@ -241,7 +237,7 @@ $ADMIN_HEADER = $ADMIN_MODAL . '
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="brand navbar-brand" href="'.e_ADMIN_ABS.'admin.php" title="Return to Front Panel"> <a class="brand navbar-brand" href="'.e_ADMIN_ABS.'admin.php" title="'.LAN_THEMEPREF_12.'">
<img class="admin-logo" src="'.e_THEME_ABS.'bootstrap3/images/e107_adminlogo.png" alt="e107"/> <img class="admin-logo" src="'.e_THEME_ABS.'bootstrap3/images/e107_adminlogo.png" alt="e107"/>
</a> </a>
</div> </div>