summaryrefslogtreecommitdiffhomepage
path: root/modules/freifunk/luasrc/view
diff options
context:
space:
mode:
Diffstat (limited to 'modules/freifunk/luasrc/view')
-rw-r--r--modules/freifunk/luasrc/view/freifunk/contact.htm16
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%>