mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
12 lines
408 B
HTML
12 lines
408 B
HTML
<% if self.description and #self.description > 0 then -%>
|
|
<% if not luci.util.instanceof(self, luci.cbi.DynamicList) and (not luci.util.instanceof(self, luci.cbi.Flag) or self.orientation == "horizontal") then -%>
|
|
<br />
|
|
<%- end %>
|
|
<div class="cbi-value-description">
|
|
<%=self.description%>
|
|
</div>
|
|
<%- end %>
|
|
<%- if self.title and #self.title > 0 then -%>
|
|
</div>
|
|
<%- end -%>
|
|
</div>
|