wok-tiny diff module-tlan/receipt @ rev 127

Update config_form (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 13 00:04:27 2017 +0100 (2017-02-13)
parents 10cf1a5f187d
children 3de5e6325aab
line diff
     1.1 --- a/module-tlan/receipt	Sun Feb 12 19:39:46 2017 +0100
     1.2 +++ b/module-tlan/receipt	Mon Feb 13 00:04:27 2017 +0100
     1.3 @@ -58,9 +58,9 @@
     1.4  </select></td>
     1.5  </tr>
     1.6  </table>
     1.7 -<input type="checkbox" name="AUITLAN" ${AUITLAN:+value="on" }/>
     1.8 +<input type="checkbox" name="AUITLAN" ${AUITLAN:+value="on" checked="checked" }/>
     1.9  ThunderLAN use AUI port(s)<br>
    1.10 -<input type="checkbox" name="BIGBUFTLAN" ${BIGBUFTLAN:+value="on" }/>
    1.11 +<input type="checkbox" name="BIGBUFTLAN" ${BIGBUFTLAN:+value="on" checked="checked" }/>
    1.12  ThunderLAN use big buffer<br>
    1.13  EOT
    1.14  }