diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-01 13:44:31 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-01 13:44:31 +0000 |
commit | 3e6d86c80e61116fd09d12c46ab3f0abb0ee6457 (patch) | |
tree | 8157246bf2ff25d391b90d5125b7081522dc8c52 /libs | |
parent | 641da07639ad57ab10ea88b3e57728c622db12c0 (diff) |
libs/cbi: i18n markup fix for filebrowser widget
Diffstat (limited to 'libs')
-rw-r--r-- | libs/cbi/luasrc/view/cbi/browser.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/cbi/luasrc/view/cbi/browser.htm b/libs/cbi/luasrc/view/cbi/browser.htm index 1982fcb05..3b7b23f5d 100644 --- a/libs/cbi/luasrc/view/cbi/browser.htm +++ b/libs/cbi/luasrc/view/cbi/browser.htm @@ -19,5 +19,5 @@ $Id$ -%> <%+cbi/valueheader%> <input class="cbi-input-text" type="text"<%= attr("value", v) .. attr("name", cbid) .. attr("id", cbid) %> /> - <input class="cbi-input-image" type="image" value="<%:cbi_browser%>" onclick="cbi_filebrowser('<%=cbid%>','<%=luci.dispatcher.build_url("admin", "filebrowser")%>'<%=self.default_path and ", '"..self.default_path.."'"%>);return false" alt="<%:cbi_browser%>" title="<%:cbi_browser%>" src="<%=resource%>/cbi/folder.png" style="vertical-align:bottom" /> + <input class="cbi-input-image" type="image" value="<%:Search file...%>" onclick="cbi_filebrowser('<%=cbid%>','<%=luci.dispatcher.build_url("admin", "filebrowser")%>'<%=self.default_path and ", '"..self.default_path.."'"%>);return false" alt="<%:Search file...%>" title="<%:Search file...%>" src="<%=resource%>/cbi/folder.png" style="vertical-align:bottom" /> <%+cbi/valuefooter%> |