Set table to 100% and the remark textfield to 96% (cellwidth) Signed-off-by: Alexander Marx --- html/cgi-bin/captive.cgi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/cgi-bin/captive.cgi b/html/cgi-bin/captive.cgi index 2611504..ab5e932 100755 --- a/html/cgi-bin/captive.cgi +++ b/html/cgi-bin/captive.cgi @@ -440,14 +440,14 @@ sub voucher(){ &Header::openbox('100%', 'left', $Lang::tr{'Captive voucher'}); print< - +
- + END ; $cgiparams{'CODE'} = &gencode(); - print ""; + print ""; print "
$Lang::tr{'Captive voucher'}$Lang::tr{'Captive expire'}$Lang::tr{'remark'}
$Lang::tr{'Captive voucher'}$Lang::tr{'Captive expire'}$Lang::tr{'remark'}
$cgiparams{'CODE'}
$expire
$cgiparams{'CODE'}
$expire

"; print "
"; &Header::closebox(); -- 2.7.4