From 69bc3fad1f0a49427a06cec47fe6a2b8b07969b8 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 16 Apr 2008 09:32:43 +0000 Subject: * Reintroduced public pages * Automatically replace nil template values with '' --- module/admin-core/src/model/cbi/admin_index/contact.lua | 2 +- module/admin-core/src/view/admin_system/editor.htm | 4 ++-- module/admin-core/src/view/admin_system/ipkg.htm | 2 +- module/admin-core/src/view/admin_system/packages.htm | 6 +++--- module/admin-core/src/view/admin_system/sshkeys.htm | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'module/admin-core') diff --git a/module/admin-core/src/model/cbi/admin_index/contact.lua b/module/admin-core/src/model/cbi/admin_index/contact.lua index 187db9f3c8..ecb4bedd78 100644 --- a/module/admin-core/src/model/cbi/admin_index/contact.lua +++ b/module/admin-core/src/model/cbi/admin_index/contact.lua @@ -1,5 +1,5 @@ -- Todo: Translate -m = Map("luci", translate("contact", "Kontakt"), translate("contact1", [[Diese Daten sind +m = Map("freifunk", translate("contact", "Kontakt"), translate("contact1", [[Diese Daten sind auf der öffentlichen Kontaktseite sichtbar. Bitte gib an, wie man dich am besten kontaktieren kann. Diese Informationen sollten nach der Picopeering Vereinbarung mindestens deine E-Mail-Adresse enthalten. Damit dein Knoten durch Topographieprogramme erfasst werden kann, gib bitte deine Geokoordinaten oder diff --git a/module/admin-core/src/view/admin_system/editor.htm b/module/admin-core/src/view/admin_system/editor.htm index 0215c91dff..ef3e0d8abd 100644 --- a/module/admin-core/src/view/admin_system/editor.htm +++ b/module/admin-core/src/view/admin_system/editor.htm @@ -1,10 +1,10 @@ <%+header%>

<%:texteditor Texteditor%>

-
<%:file Datei%>: +
<%:file Datei%>: <% if msg then %><%:error Fehler%>: <%=msg%><% end %>

-
+

diff --git a/module/admin-core/src/view/admin_system/ipkg.htm b/module/admin-core/src/view/admin_system/ipkg.htm index bbe7f3bc6e..c1f6ad0be9 100644 --- a/module/admin-core/src/view/admin_system/ipkg.htm +++ b/module/admin-core/src/view/admin_system/ipkg.htm @@ -11,7 +11,7 @@
-
+

diff --git a/module/admin-core/src/view/admin_system/packages.htm b/module/admin-core/src/view/admin_system/packages.htm index d9cdb4dd0e..52da370403 100644 --- a/module/admin-core/src/view/admin_system/packages.htm +++ b/module/admin-core/src/view/admin_system/packages.htm @@ -43,7 +43,7 @@
<%:filter Filter%>: - +
@@ -63,10 +63,10 @@ <% for k, pkg in pairs(pkgs) do %> <%=pkg.Package%> - <%=(pkg.Version or '')%> + <%=pkg.Version%> <% if not pkg.Status or not pkg.Status.installed then %><% else %><%:installed installiert%><% end %> <% if pkg.Status and pkg.Status.installed then %><% else %><%:notinstalled nicht installiert%><% end %> - <%=(pkg.Description or '')%> + <%=pkg.Description%> <% end %> diff --git a/module/admin-core/src/view/admin_system/sshkeys.htm b/module/admin-core/src/view/admin_system/sshkeys.htm index 1e1cc24ce1..9cf91f998c 100644 --- a/module/admin-core/src/view/admin_system/sshkeys.htm +++ b/module/admin-core/src/view/admin_system/sshkeys.htm @@ -11,7 +11,7 @@
-
+

-- cgit v1.2.3