From 13beaf8b3d041d6ae79facca3bddba95534683ec Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 15 Feb 2012 15:13:27 +0000 Subject: [PATCH] libs/web: use new button classes for tblsection template --- libs/web/luasrc/view/cbi/tblsection.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/web/luasrc/view/cbi/tblsection.htm b/libs/web/luasrc/view/cbi/tblsection.htm index eadfb99c6..d92d36aee 100644 --- a/libs/web/luasrc/view/cbi/tblsection.htm +++ b/libs/web/luasrc/view/cbi/tblsection.htm @@ -94,15 +94,15 @@ end <%- if self.extedit or self.addremove then -%> <%- if self.extedit then -%> - onclick="window.location='<%=self.extedit:format(section)%>'" <%- elseif type(self.extedit) == "function" then %> onclick="window.location='<%=self:extedit(section)%>'" <%- end - %> alt="<%:Edit%>" title="<%:Edit%>" style="text-align: center;background-image:url(<%=resource%>/cbi/edit.gif)" /> + %> alt="<%:Edit%>" title="<%:Edit%>" /> <%- end; if self.addremove then %> - + <%- end -%> <%- end -%> -- 2.11.0