diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-13 20:09:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-07-13 20:09:27 +0000 |
commit | bd3d20708134c3a7622269f71d13ccb70ac0dece (patch) | |
tree | f122903900b49391ff56a76fe5c8045033736977 /applications/luci-ffwizard-leipzig/luasrc/view/freifunk | |
parent | abda3857e22f2c89651dbe49ea3534fbbc3e7c06 (diff) |
* luci/themes: small css fix vor field descriptions in openwrt.org theme
* luci/applications: fix html in ffwizard
Diffstat (limited to 'applications/luci-ffwizard-leipzig/luasrc/view/freifunk')
-rw-r--r-- | applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm b/applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm index b6b96155e..26a575e9b 100644 --- a/applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm +++ b/applications/luci-ffwizard-leipzig/luasrc/view/freifunk/wizard.htm @@ -19,8 +19,8 @@ $Id$ <form method="post" action="<%=controller%>/admin/index/wizard"> <div class="cbi-section-node"> <div class="cbi-value"> - <div class="cbi-value-title"><%:ip%>: - <input type="text" size="20" name="ip" /></div> + <div class="cbi-value-title"><%:ip%></div> + <div class="cbi-value-field"><input type="text" size="20" name="ip" /></div> </div> <% for i, k in ipairs(ifaces) do %> <div class="cbi-value"> @@ -69,4 +69,4 @@ end %> <input type="reset" value="<%:reset%>" /> </div> </form> -<%+footer%>
\ No newline at end of file +<%+footer%> |