From 89cba30dcef2781aa29357d33db92938904fbfa0 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Wed, 29 Jun 2016 12:36:18 +0200 Subject: [PATCH] BUG11139: Captive voucher table too wide Set table to 100% and the remark textfield to 96% (cellwidth) Signed-off-by: Alexander Marx Signed-off-by: Michael Tremer --- 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 261150400..ab5e93264 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.39.2