From: Alexander Marx Date: Wed, 29 Jun 2016 10:36:18 +0000 (+0200) Subject: BUG11139: Captive voucher table too wide X-Git-Url: http://git.ipfire.org/?p=people%2Fdweismueller%2Fipfire-2.x.git;a=commitdiff_plain;h=89cba30dcef2781aa29357d33db92938904fbfa0 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 --- 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();