themes: fix version string in footer
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 30 Jan 2009 13:59:37 +0000 (13:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 30 Jan 2009 13:59:37 +0000 (13:59 +0000)
themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm
themes/freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm
themes/freifunk/luasrc/view/themes/freifunk/footer.htm
themes/openwrt-light/luasrc/view/themes/openwrt-light/footer.htm
themes/openwrt.org-oxygen/luasrc/view/themes/openwrt.org-oxygen/footer.htm
themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm
themes/oxygen/luasrc/view/themes/oxygen/footer.htm

index d1a8d43fee0f1cb8781f9cdc06f3a7b6a752a410..53fc3f082c499a473ea7466bae145f04dfcdd2f8 100644 (file)
@@ -17,6 +17,6 @@ $Id$
 </div></div>
 </div>
 
 </div></div>
 </div>
 
-<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " " .. luci.__version__%></a></div>
+<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></div>
 </body>
 </html>
 </body>
 </html>
index cf0a25352b2e159fa55714ee1e26d573d1f41b9a..d7119423153a98a1d861c17920ccdccb2dac7215 100644 (file)
@@ -17,7 +17,7 @@ $Id$
 </div></div>
 </div>
 
 </div></div>
 </div>
 
-<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " " .. luci.__version__%></a></div>
+<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></div>
 </div><!-- end main --><div align="center" style="padding-top:5px "></div>
 <br>
 </div><!-- end wrapper -->
 </div><!-- end main --><div align="center" style="padding-top:5px "></div>
 <br>
 </div><!-- end wrapper -->
index cf0a25352b2e159fa55714ee1e26d573d1f41b9a..d7119423153a98a1d861c17920ccdccb2dac7215 100644 (file)
@@ -17,7 +17,7 @@ $Id$
 </div></div>
 </div>
 
 </div></div>
 </div>
 
-<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " " .. luci.__version__%></a></div>
+<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></div>
 </div><!-- end main --><div align="center" style="padding-top:5px "></div>
 <br>
 </div><!-- end wrapper -->
 </div><!-- end main --><div align="center" style="padding-top:5px "></div>
 <br>
 </div><!-- end wrapper -->
index f8ea5ad577c5955b6567106a1a3ee450dbd399cc..8df68b14c7f85dce5d75de52278bb8e3867a2e85 100644 (file)
@@ -15,7 +15,7 @@ $Id$
 <div class="clear"></div>
 </div>
 
 <div class="clear"></div>
 </div>
 
-<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " " .. luci.__version__%></a></p>
+<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p>
 </body>
 </html>
 
 </body>
 </html>
 
index f8ea5ad577c5955b6567106a1a3ee450dbd399cc..8df68b14c7f85dce5d75de52278bb8e3867a2e85 100644 (file)
@@ -15,7 +15,7 @@ $Id$
 <div class="clear"></div>
 </div>
 
 <div class="clear"></div>
 </div>
 
-<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " " .. luci.__version__%></a></p>
+<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p>
 </body>
 </html>
 
 </body>
 </html>
 
index f8ea5ad577c5955b6567106a1a3ee450dbd399cc..8df68b14c7f85dce5d75de52278bb8e3867a2e85 100644 (file)
@@ -15,7 +15,7 @@ $Id$
 <div class="clear"></div>
 </div>
 
 <div class="clear"></div>
 </div>
 
-<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " " .. luci.__version__%></a></p>
+<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p>
 </body>
 </html>
 
 </body>
 </html>
 
index b570788d5daa5a95f783bd6461fbf5a188890c9b..1666ee03c3d89002ef714d9467e85b0bd9061791 100644 (file)
@@ -15,8 +15,8 @@ $Id$
 <div class="clear"></div>
 </div>
 
 <div class="clear"></div>
 </div>
 
-<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " " .. luci.__version__%></a></p>
+<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p>
 
 </div>
 </body>
 
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>