@@ -1073,9 +1073,9 @@ discard block |
||
| 1073 | 1073 | src="theme/<?=CONFIG_THEME?>/palma-logo-49x18.png" |
| 1074 | 1074 | alt="PalMA"> <?=__('Team display')?>
|
| 1075 | 1075 | <?php |
| 1076 | - if (isset($_SESSION['monitor'])) {
|
|
| 1077 | - echo('(' . $_SESSION['monitor'] . ')');
|
|
| 1078 | - } |
|
| 1076 | + if (isset($_SESSION['monitor'])) {
|
|
| 1077 | + echo('(' . $_SESSION['monitor'] . ')');
|
|
| 1078 | + } |
|
| 1079 | 1079 | ?> |
| 1080 | 1080 | </div> |
| 1081 | 1081 | |
@@ -1090,12 +1090,12 @@ discard block |
||
| 1090 | 1090 | |
| 1091 | 1091 | <div id="workbench_right"> |
| 1092 | 1092 | <?php |
| 1093 | - # Show authorized user name (and address) and allow logout. |
|
| 1094 | - if ($user) {
|
|
| 1093 | + # Show authorized user name (and address) and allow logout. |
|
| 1094 | + if ($user) {
|
|
| 1095 | 1095 | echo("<p><a href=\"logout.php\" title=\"" .
|
| 1096 | 1096 | __('Disconnect the current user') .
|
| 1097 | 1097 | "\">Log Out<i class=\"fa fa-sign-out\"></i></a></p>"); |
| 1098 | - } |
|
| 1098 | + } |
|
| 1099 | 1099 | ?> |
| 1100 | 1100 | <div class="list_container"> |
| 1101 | 1101 | <table class="userlist" summary="<?=__('User list')?>" title="<?=__('List of connected users')?>">
|