]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Forward Firewall: firewall policy dropdown - resized
authorAlexander Marx <amarx@ipfire.org>
Thu, 31 Jan 2013 06:33:47 +0000 (07:33 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:08:17 +0000 (14:08 +0200)
html/cgi-bin/forwardfw.cgi

index 1ecdd6264136c5f7d387d17732b9b8824b89bdb4..c3acfca282911388678888c60acdfd7e6456e74f 100755 (executable)
@@ -531,7 +531,7 @@ print <<END;
                <tr><td colspan='3'>$Lang::tr{'fwdfw pol text'}</td></tr>
                
                <tr><td colspan='3'><hr /></td></tr>
-               <tr><td width='10%' align='left'>       <select name='POLICY' style="width: 85px">
+               <tr><td width='15%' align='left'>       <select name='POLICY' style="width: 100px">
                <option value='MODE1' $selected{'POLICY'}{'MODE1'}>$Lang::tr{'fwdfw pol block'}</option>
                <option value='MODE2' $selected{'POLICY'}{'MODE2'}>$Lang::tr{'fwdfw pol allow'}</option></select>
            <td width='45%' align='left'><input type='submit' name='ACTION' value=$Lang::tr{'save'} />