diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-13 18:12:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-13 18:12:47 +0000 |
commit | 1dacc5c20affa5767772546fc2f54fab41916457 (patch) | |
tree | 7efb42043c8b6f249b4c16be776778ab72e1b025 /libs | |
parent | 7329767f12f52db610693abbddfc32280dd3550b (diff) |
* luci/libs: changed template for tblsection to save more vertical space
Diffstat (limited to 'libs')
-rw-r--r-- | libs/cbi/luasrc/view/cbi/tblsection.htm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/cbi/luasrc/view/cbi/tblsection.htm b/libs/cbi/luasrc/view/cbi/tblsection.htm index 9d616255f..979a135b5 100644 --- a/libs/cbi/luasrc/view/cbi/tblsection.htm +++ b/libs/cbi/luasrc/view/cbi/tblsection.htm @@ -39,12 +39,12 @@ end </tr> <tr class="cbi-section-table-descr"> <%- if not self.anonymous then -%> - <th> </th> + <th></th> <%- end -%> <%- for i, k in pairs(self.children) do if not k.optional then -%> <th class="cbi-section-table-cell"><%=k.description%></th> <%- end; end; if self.extedit or self.addremove then -%> - <th class="cbi-section-table-cell"> </th> + <th class="cbi-section-table-cell"></th> <%- end -%> </tr> <%- local isempty = true @@ -86,7 +86,6 @@ end <%- end -%> </table> <%- if self.addremove then -%> - <br /> <div class="cbi-section-table-row"> <td colspan="<%=count%>" class="cbi-section-table-optionals"> <div class="cbi-section-create"> |