Changeset 6763
- Timestamp:
- 01/20/11 01:19:05 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/libs/web/luasrc/view/cbi/tblsection.htm
r6762 r6763 57 57 <%- if k.titleref then -%></a><%- end -%> 58 58 </th> 59 <%- count = count + 1; end; end; if self.extedit or self.addremove then -%> 59 <%- count = count + 1; end; end; if self.sortable then -%> 60 <th class="cbi-section-table-cell"><%:Sort%></th> 61 <%- end; if self.extedit or self.addremove then -%> 60 62 <th class="cbi-section-table-cell"> </th> 61 63 <%- count = count + 1; end -%> … … 71 73 <%- for i, k in pairs(self.children) do if not k.optional then -%> 72 74 <th class="cbi-section-table-cell"<%=width(k)%>><%=k.description%></th> 73 <%- end; end; if self.extedit or self.addremove then -%> 75 <%- end; end; if self.sortable then -%> 76 <th class="cbi-section-table-cell"></th> 77 <%- end; if self.extedit or self.addremove then -%> 74 78 <th class="cbi-section-table-cell"></th> 75 79 <%- end -%>
