full_valuefooter.htm 408 B

123456789101112
  1. <% if self.description and #self.description > 0 then -%>
  2. <% if not luci.util.instanceof(self, luci.cbi.DynamicList) and (not luci.util.instanceof(self, luci.cbi.Flag) or self.orientation == "horizontal") then -%>
  3. <br />
  4. <%- end %>
  5. <div class="cbi-value-description">
  6. <%=self.description%>
  7. </div>
  8. <%- end %>
  9. <%- if self.title and #self.title > 0 then -%>
  10. </div>
  11. <%- end -%>
  12. </div>