2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added link to operator panel

This commit is contained in:
Adam Zammit
2015-11-20 11:57:14 +11:00
parent 54f779bf64
commit 299b623001

View File

@@ -85,6 +85,11 @@ include ("../functions/functions.operator.php");
<ul class="nav navbar-nav pull-right">
<li class=" ">
<a href="../" class=" " target="_blanc" style="padding-top: 20px; ">
<i class="fa fa-lg fa-users"></i><?php print T_("Operator panel");?>
</a>
</li>
<li class=" ">
<a href="../client/index.php" class=" " target="_blanc" style="padding-top: 20px; ">
<i class="fa fa-user-secret fa-lg fa-fw "></i><?php print T_("Client panel");?>
</a>