summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-upnp
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-09-22 13:25:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-09-22 13:25:48 +0000
commitb360dbc6dcd283d7ce70217701f57a4e2601ee99 (patch)
tree65024d5107a37ae763885774ad7aea0544e86081 /applications/luci-upnp
parentedff83040d92b94835db3837a053041e1f9f025b (diff)
modules/admin-full, modules/freifunk, modules/niu, libs/web, applications/luci-upnp: tune input class attributes
Diffstat (limited to 'applications/luci-upnp')
-rw-r--r--applications/luci-upnp/luasrc/view/upnp_status.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-upnp/luasrc/view/upnp_status.htm b/applications/luci-upnp/luasrc/view/upnp_status.htm
index 89857d542..dcac8b46e 100644
--- a/applications/luci-upnp/luasrc/view/upnp_status.htm
+++ b/applications/luci-upnp/luasrc/view/upnp_status.htm
@@ -35,7 +35,7 @@
tr.insertCell(-1).innerHTML = st[i].intport;
tr.insertCell(-1).innerHTML = String.format(
- '<input class="cbi-input-remove" type="button" value="<%:Delete Redirect%>" onclick="upnp_delete_fwd(%d)" />',
+ '<input class="cbi-button cbi-input-remove" type="button" value="<%:Delete Redirect%>" onclick="upnp_delete_fwd(%d)" />',
st[i].num
);
}