Browse Source

php - reduce header width when logged in

master
kanoi 10 years ago
parent
commit
0ebc85a447
  1. 4
      pool/page.php

4
pool/page.php

@ -339,9 +339,9 @@ function pgtop($info, $dotop, $user, $douser)
$extra = '…'; $extra = '…';
} }
$top .= " $top .= "
<span class=topwho>".htmlspecialchars($who)."$extra&nbsp;</span> <span class=topwho>".htmlspecialchars($who)."$extra&nbsp;</span><br>
<span class=topdes>Hash Rate:</span> <span class=topdes>Hash Rate:</span>
<span class=topdat>$uhr$u1hr</span>"; <span class=topdat>$uhr$u1hr</span><br>";
$top .= makeForm('')." $top .= makeForm('')."
&nbsp;<input type=submit name=Logout value=Logout> &nbsp;<input type=submit name=Logout value=Logout>
</form>"; </form>";

Loading…
Cancel
Save