From 9305afaf0d5d8ef2adc9addddcffdcf3d5502a2c Mon Sep 17 00:00:00 2001 From: Patrick Grimm Date: Sun, 12 Feb 2012 22:50:48 +0000 Subject: [PATCH] libs/web: replace by for better css style in tables --- libs/web/luasrc/view/cbi/tblsection.htm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -%> -- 2.11.0