summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-08-13 09:52:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-08-13 09:52:12 +0000
commit287c33e211af94badd79a8391ab23e173dabeb94 (patch)
tree81e39e1a9559c61de11bec3472e0f7a4f0a87243 /themes
parent4b3bb979ceeaa282f45ec758dd27d6163c8672cf (diff)
themes: get rid of "v" prefix in version display
Diffstat (limited to 'themes')
-rw-r--r--themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm2
-rw-r--r--themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm2
-rw-r--r--themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm2
-rw-r--r--themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/footer.htm2
-rw-r--r--themes/freifunk/luasrc/view/themes/freifunk/footer.htm2
-rw-r--r--themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm2
-rw-r--r--themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm2
-rw-r--r--themes/oxygen/luasrc/view/themes/oxygen/footer.htm2
8 files changed, 8 insertions, 8 deletions
diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm
index 53fc3f082..1e6423dbf 100644
--- a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm
+++ b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm
@@ -17,6 +17,6 @@ $Id$
</div></div>
</div>
-<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></div>
+<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a></div>
</body>
</html>
diff --git a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm
index d71194231..21d1ca68a 100644
--- a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm
+++ b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm
@@ -17,7 +17,7 @@ $Id$
</div></div>
</div>
-<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></div>
+<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a></div>
</div><!-- end main --><div align="center" style="padding-top:5px "></div>
<br>
</div><!-- end wrapper -->
diff --git a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm
index f21a5ff50..e9df8cda0 100644
--- a/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm
+++ b/themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm
@@ -20,7 +20,7 @@ end %>
</div>
<div class="footer">
-<p class="luci"><a href="http://luci.subsignal.org">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p>
+<p class="luci"><a href="http://luci.subsignal.org">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a></p>
<% if xtime then %>
<p class="exectime">Script execution time: <%=xtime%></p>
<% end %>
diff --git a/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/footer.htm b/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/footer.htm
index 98d48ad85..6ec4e124b 100644
--- a/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/footer.htm
+++ b/themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/footer.htm
@@ -15,7 +15,7 @@ $Id: footer.htm 4185 2009-01-30 14:00:35Z jow $
<div class="clear"></div>
</div>
-<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p>
+<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a></p>
</body>
</html>
diff --git a/themes/freifunk/luasrc/view/themes/freifunk/footer.htm b/themes/freifunk/luasrc/view/themes/freifunk/footer.htm
index d71194231..21d1ca68a 100644
--- a/themes/freifunk/luasrc/view/themes/freifunk/footer.htm
+++ b/themes/freifunk/luasrc/view/themes/freifunk/footer.htm
@@ -17,7 +17,7 @@ $Id$
</div></div>
</div>
-<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></div>
+<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a></div>
</div><!-- end main --><div align="center" style="padding-top:5px "></div>
<br>
</div><!-- end wrapper -->
diff --git a/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm b/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm
index 8df68b14c..00b2014c9 100644
--- a/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm
+++ b/themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm
@@ -15,7 +15,7 @@ $Id$
<div class="clear"></div>
</div>
-<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p>
+<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a></p>
</body>
</html>
diff --git a/themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm b/themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm
index f2bd25e5c..5830cb932 100644
--- a/themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm
+++ b/themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm
@@ -16,6 +16,6 @@ $Id$
</div>
</div>
-<p class="luci">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></p>
+<p class="luci">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></p>
</body>
</html>
diff --git a/themes/oxygen/luasrc/view/themes/oxygen/footer.htm b/themes/oxygen/luasrc/view/themes/oxygen/footer.htm
index 1666ee03c..0ee1e4042 100644
--- a/themes/oxygen/luasrc/view/themes/oxygen/footer.htm
+++ b/themes/oxygen/luasrc/view/themes/oxygen/footer.htm
@@ -15,7 +15,7 @@ $Id$
<div class="clear"></div>
</div>
-<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p>
+<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a></p>
</div>
</body>