From: Patrick Grimm Date: Sun, 12 Feb 2012 22:50:48 +0000 (+0000) Subject: libs/web: replace by for better css style in tables X-Git-Tag: 0.11.0~1121 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=9305afaf0d5d8ef2adc9addddcffdcf3d5502a2c;ds=sidebyside libs/web: replace by for better css style in tables --- diff --git a/libs/web/luasrc/view/cbi/tblsection.htm b/libs/web/luasrc/view/cbi/tblsection.htm index 5f6381f05..ab4249afc 100644 --- a/libs/web/luasrc/view/cbi/tblsection.htm +++ b/libs/web/luasrc/view/cbi/tblsection.htm @@ -86,23 +86,23 @@ end <%- if self.sortable then -%> - <%:Move up%> - <%:Move down%> + + <%- end -%> <%- if self.extedit or self.addremove then -%> <%- if self.extedit then -%> - <%=self.extedit:format(section)%> <%- elseif type(self.extedit) == "function" then -%> <%=self:extedit(section)%> <%- end -%> - " title="<%:Edit%>"><%:Edit%> + '" alt="<%:Edit%>" title="<%:Edit%>" style="text-align: center;background-image:url(<%=resource%>/cbi/edit.gif)" /> <%- end; if self.addremove then %> - + <%- end -%> <%- end -%>