projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f90a3d5
)
libs/web: add another missing class attribute
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 22 Sep 2011 13:43:39 +0000
(13:43 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 22 Sep 2011 13:43:39 +0000
(13:43 +0000)
libs/web/luasrc/view/cbi/tsection.htm
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/view/cbi/tsection.htm
b/libs/web/luasrc/view/cbi/tsection.htm
index 29f3c163422cf40a4ac6abac02bfe2901ce9b47c..2aab1b56f0697b35115d6e868e310466943358bd 100644
(file)
--- a/
libs/web/luasrc/view/cbi/tsection.htm
+++ b/
libs/web/luasrc/view/cbi/tsection.htm
@@
-6,7
+6,7
@@
<% local isempty = true for i, k in ipairs(self:cfgsections()) do -%>
<% if self.addremove then -%>
<div class="cbi-section-remove right">
- <input type="submit" name="cbi.rts.<%=self.config%>.<%=k%>" onclick="this.form.cbi_state='del-section'; return true" value="<%:Delete%>" />
+ <input type="submit" name="cbi.rts.<%=self.config%>.<%=k%>" onclick="this.form.cbi_state='del-section'; return true" value="<%:Delete%>"
class="cbi-button"
/>
</div>
<%- end %>