themes: get rid of "v" prefix in version display
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 13 Aug 2011 09:52:12 +0000 (09:52 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 13 Aug 2011 09:52:12 +0000 (09:52 +0000)
themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm
themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm
themes/freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm
themes/freifunk-hannover/luasrc/view/themes/freifunk-hannover/footer.htm
themes/freifunk/luasrc/view/themes/freifunk/footer.htm
themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm
themes/openwrt/luasrc/view/themes/openwrt.org/footer.htm
themes/oxygen/luasrc/view/themes/oxygen/footer.htm

index 53fc3f0..1e6423d 100644 (file)
@@ -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>
index d711942..21d1ca6 100644 (file)
@@ -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 -->
index f21a5ff..e9df8cd 100644 (file)
@@ -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 %>
index 98d48ad..6ec4e12 100644 (file)
@@ -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>
 
index d711942..21d1ca6 100644 (file)
@@ -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 -->
index 8df68b1..00b2014 100644 (file)
@@ -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>
 
index f2bd25e..5830cb9 100644 (file)
@@ -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>
index 1666ee0..0ee1e40 100644 (file)
@@ -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>