From 6151812920880233d953dd840e4f0bee59321ae7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 12 Aug 2011 12:33:35 +0000 Subject: [PATCH] themes: filter menu entry title through translate() --- themes/fledermaus/luasrc/view/themes/fledermaus/header.htm | 10 +++++----- themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm | 10 +++++----- .../luasrc/view/themes/freifunk-generic/header.htm | 8 ++++---- .../luasrc/view/themes/freifunk-hannover/header.htm | 8 ++++---- themes/freifunk/luasrc/view/themes/freifunk/header.htm | 10 +++++----- .../luasrc/view/themes/openwrt.org-oxygen/header.htm | 8 ++++---- themes/openwrt/luasrc/view/themes/openwrt.org/header.htm | 6 +++--- themes/oxygen/luasrc/view/themes/oxygen/header.htm | 6 +++--- 8 files changed, 33 insertions(+), 33 deletions(-) diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm index cd48bd722..856080d71 100644 --- a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm +++ b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm @@ -44,7 +44,7 @@ require("luci.http").prepare_content("text/html") - <%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI + <%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI