From: Alexander Marx Date: Wed, 29 Jun 2016 10:36:18 +0000 (+0200) Subject: BUG11139: Captive voucher table too wide X-Git-Tag: v2.19-core115~60^2~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d77d1262a0b4b1d0fc975da799d7e85d29c94d3;p=people%2Fstevee%2Fipfire-2.x.git 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 261150400f..ab5e932642 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();