From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH] BUG11139: Captive voucher table too wide Date: Wed, 29 Jun 2016 12:36:18 +0200 Message-ID: <1467196578-6504-1-git-send-email-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3319164391410288932==" List-Id: --===============3319164391410288932== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 ; =20 $cgiparams{'CODE'} =3D &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(); --=20 2.7.4 --===============3319164391410288932==--