projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1994da
)
luci-app-ddns: remove duplicate help.gif
4107/head
author
Chuck
<fanck0605@qq.com>
Wed, 27 May 2020 16:21:57 +0000
(
00:21
+0800)
committer
Chuck
<fanck0605@qq.com>
Thu, 28 May 2020 04:08:28 +0000
(21:08 -0700)
class `cbi-value-description` already contains help.gif
it's not necessary to add one manually
Signed-off-by: Chuck <fanck0605@qq.com>
applications/luci-app-ddns/luasrc/view/ddns/global_value.htm
patch
|
blob
|
history
diff --git
a/applications/luci-app-ddns/luasrc/view/ddns/global_value.htm
b/applications/luci-app-ddns/luasrc/view/ddns/global_value.htm
index 3cbb66b4bf4cb4336fe4170be7896c9c18747c2e..7142c330f5527dcd9f174b0973a893d39198383c 100644
(file)
--- a/
applications/luci-app-ddns/luasrc/view/ddns/global_value.htm
+++ b/
applications/luci-app-ddns/luasrc/view/ddns/global_value.htm
@@
-25,7
+25,7
@@
/>
<br />
<div class="cbi-value-description">
- <
span class="cbi-value-helpicon"><img src="<%=resource%>/cbi/help.gif" alt="<%:help%>" /></span><
%=self.description%>
+ <%=self.description%>
<br /><%:Current setting%>: <strong><%=self.date_string%></strong>
</div> <!-- div class="cbi-value-description" -->
</div> <!-- div class="cbi-value-field" -->