Fixed login form
[project/luci.git] / libs / cbi / luasrc / view / cbi / full_valuefooter.htm
index a7b56e2..a5a6046 100644 (file)
@@ -14,9 +14,12 @@ $Id$
 -%>
 
                <% if #self.description > 0 then -%>
+                       <span class="cbi-value-helpicon"><img src="<%=resource%>/cbi/help.gif" alt="<%:help%>" /></span>
                        <div class="cbi-value-description"><%=self.description%></div>
                <%- end %>
+       <%- if self.title and #self.title > 0 then -%>
        </div>
+       <%- end -%>
 
        <% if self.tag_invalid[section] then -%>
                <div class="cbi-error"><%:cbi_invalid%></div>