Browse Source

php - fix seq column in block total table

master
kanoi 10 years ago
parent
commit
4ff24def83
  1. 2
      pool/page_blocks.php

2
pool/page_blocks.php

@ -186,7 +186,7 @@ function doblocks($data, $user)
$bg = " bgcolor=$bg";
$pg .= "<tr class=$row>";
$pg .= '<td class=dr>Total:</td>';
$pg .= '<td colspan=2 class=dr>Total:</td>';
$pg .= '<td class=dl colspan=';
if ($user === null)
$pg .= '4';

Loading…
Cancel
Save