diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-16 01:27:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-16 01:27:56 +0000 |
commit | 922f92cd7df28d8ccc396cd13392b8469c34c88a (patch) | |
tree | 498df325de6aef53b6d310e55ea69729132771d6 /modules/freifunk/luasrc/view | |
parent | b11c6ecbeea88f782cef9c0441b3927d0c736a56 (diff) |
* luci/modules/freifunk: fix translation of contact page
Diffstat (limited to 'modules/freifunk/luasrc/view')
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/contact.htm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk/contact.htm b/modules/freifunk/luasrc/view/freifunk/contact.htm index 12b072c021..3596827cfd 100644 --- a/modules/freifunk/luasrc/view/freifunk/contact.htm +++ b/modules/freifunk/luasrc/view/freifunk/contact.htm @@ -16,12 +16,12 @@ $Id$ <% local contact = luci.model.uci.cursor():get_all("freifunk", "contact") %> <h1><%:contact%></h1> <table cellspacing="0" cellpadding="6"> - <tr><th><%:nickname%>:</th><td><%=contact.nickname%></td></tr> - <tr><th><%:name%>:</th><td><%=contact.name%></td></tr> - <tr><th><%:mail%>:</th><td><%=contact.mail%></td></tr> - <tr><th><%:phone%>:</th><td><%=contact.phone%></td></tr> - <tr><th><%:location%>:</th><td><%=contact.location%></td></tr> - <tr><th><%:geocoord%>:</th><td><%=contact.geo%></td></tr> - <tr><th><%:note%>:</th><td><%=contact.note%></td></tr> + <tr><th><%:ff_nickname%>:</th><td><%=contact.nickname%></td></tr> + <tr><th><%:ff_name%>:</th><td><%=contact.name%></td></tr> + <tr><th><%:ff_mail%>:</th><td><%=contact.mail%></td></tr> + <tr><th><%:ff_phone%>:</th><td><%=contact.phone%></td></tr> + <tr><th><%:ff_location%>:</th><td><%=contact.location%></td></tr> + <tr><th><%:ff_geocoord%>:</th><td><%=contact.geo%></td></tr> + <tr><th><%:ff_note%>:</th><td><%=contact.note%></td></tr> </table> -<%+footer%>
\ No newline at end of file +<%+footer%> |