From b360dbc6dcd283d7ce70217701f57a4e2601ee99 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 22 Sep 2011 13:25:48 +0000 Subject: modules/admin-full, modules/freifunk, modules/niu, libs/web, applications/luci-upnp: tune input class attributes --- modules/freifunk/luasrc/view/cbi/osmll_value.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/freifunk') diff --git a/modules/freifunk/luasrc/view/cbi/osmll_value.htm b/modules/freifunk/luasrc/view/cbi/osmll_value.htm index c368b67bdf..78b4dff91f 100644 --- a/modules/freifunk/luasrc/view/cbi/osmll_value.htm +++ b/modules/freifunk/luasrc/view/cbi/osmll_value.htm @@ -19,7 +19,7 @@ $Id$ <% end %> <% if self.popup then %> - + onclick=" popup=window.open('/luci-static/resources/OSMLatLon.htm', '<%=cbid%>.window', 'innerWidth=<%=self.width%>, innerHeight=<%=self.height%>, location=no, menubar=no, scrollbars=no, status=no, toolbar=no'); popup.focus(); @@ -28,7 +28,7 @@ $Id$
<% else %> - + onclick=" document.getElementById('<%=cbid..".hideosm"%>').style.display='inline'; document.getElementById('<%=cbid..".displayosm"%>').style.display='none'; @@ -40,7 +40,7 @@ $Id$ } " /> - + onclick=" document.getElementById('<%=cbid..".displayosm"%>').style.display='inline'; document.getElementById('<%=cbid..".hideosm"%>').style.display='none'; -- cgit v1.2.3