From 9a7c358cfb684970ae050681067e4f87a079cbc0 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 20 Aug 2008 16:11:27 +0000 Subject: * luci/themes: fix help text styles in openwrt.org theme --- libs/cbi/luasrc/view/cbi/full_valuefooter.htm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'libs/cbi/luasrc') diff --git a/libs/cbi/luasrc/view/cbi/full_valuefooter.htm b/libs/cbi/luasrc/view/cbi/full_valuefooter.htm index 8084cfda98..a01f6bd6c8 100644 --- a/libs/cbi/luasrc/view/cbi/full_valuefooter.htm +++ b/libs/cbi/luasrc/view/cbi/full_valuefooter.htm @@ -14,8 +14,13 @@ $Id$ -%> <% if #self.description > 0 then -%> - <%:help%> -
<%=self.description%>
+ <% if not luci.util.instanceof( self, luci.cbi.Flag ) then -%> +
+ <%- end %> +
+ <%:help%> + <%=self.description%> +
<%- end %> <%- if self.title and #self.title > 0 then -%> -- cgit v1.2.3