mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Translation fixes 1
This commit is contained in:
parent
a2d33b72ec
commit
422d552cc8
7 changed files with 14 additions and 8 deletions
|
@ -71,7 +71,7 @@
|
|||
<td class="data-controls" width="70px">
|
||||
<?php
|
||||
if ($key == $user) {
|
||||
echo "<a href=\"/logout/\"><img src=\"/images/login-as.png\" width=\"7px\" height=\"8px\"> <?php print _('logout');?></a>";
|
||||
echo "<a href=\"/logout/\"><img src=\"/images/login-as.png\" width=\"7px\" height=\"8px\"> ". _('logout')."</a>";
|
||||
if (!empty($_SESSION['look_alert'])) {
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue