fixed layout when self service is not active
This commit is contained in:
parent
4ef9eb0411
commit
bdfc261693
|
@ -63,7 +63,7 @@ echo $_SESSION['header'];
|
|||
<TABLE border="0">
|
||||
<?php
|
||||
if (is_dir("../selfService")) echo "<tr><td rowspan=4 width=20> </td><td></td><td></td></tr>\n";
|
||||
else echo "<tr><td rowspan=2 width=20> </td><td></td><td></td></tr>\n";
|
||||
else echo "<tr><td rowspan=3 width=20> </td><td></td><td></td></tr>\n";
|
||||
?>
|
||||
<TR>
|
||||
<TD width="60" height="70">
|
||||
|
|
Loading…
Reference in New Issue