diff options
author | Daniel Dickinson <cshoredaniel@users.noreply.github.com> | 2016-12-10 06:36:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-10 06:36:01 -0500 |
commit | c5287ef15fcc92e8c4a5f0b13051c6fd52aead07 (patch) | |
tree | f0626c59cb9d7e5b5a035fbded197e3e639f52f5 /modules/luci-mod-freifunk | |
parent | a3fc4859dd0d3e9e9fa87ca249b815a4710ed7bd (diff) | |
parent | 4de35274cab2df740941149fe41c3c2bb8c12850 (diff) |
Merge pull request #663 from NeoRaider/styleable-checkboxes
luci-base: view: make checkboxes and radio buttons styleable
Diffstat (limited to 'modules/luci-mod-freifunk')
-rw-r--r-- | modules/luci-mod-freifunk/luasrc/view/freifunk/remote_update.htm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/luci-mod-freifunk/luasrc/view/freifunk/remote_update.htm b/modules/luci-mod-freifunk/luasrc/view/freifunk/remote_update.htm index 83e1ee579..f087472d3 100644 --- a/modules/luci-mod-freifunk/luasrc/view/freifunk/remote_update.htm +++ b/modules/luci-mod-freifunk/luasrc/view/freifunk/remote_update.htm @@ -38,9 +38,11 @@ <input type="hidden" name="confirm" value="1" /> <input type="checkbox" class="cbi-input-checkbox" name="keepcfg" value="1" checked="checked" id="cb_keepcfg" /> + <label for="cb_keepcfg"></label> <label for="cb_keepcfg"><%:Keep configuration%></label><br /> <input type="checkbox" class="cbi-input-checkbox" name="verify" value="1" checked="checked" id="cb_verify" /> + <label for="cb_verify"></label> <label for="cb_verify"><%:Verify downloaded images%></label><br /><br /> <input type="submit" class="cbi-button cbi-button-apply" value="<%:Confirm Upgrade%>" /> |