From: Jo-Philipp Wich <jow@openwrt.org> Date: Fri, 30 Jan 2009 13:59:37 +0000 (+0000) Subject: themes: fix version string in footer X-Git-Tag: 0.9.0~707 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=39e418ab4a0666dea38186682e2ee1e7aaaa56c5;p=oweals%2Fluci.git themes: fix version string in footer --- diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm index d1a8d43fe..53fc3f082 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__ .. " " .. 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> 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 cf0a25352..d71194231 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__ .. " " .. 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 --> diff --git a/themes/freifunk/luasrc/view/themes/freifunk/footer.htm b/themes/freifunk/luasrc/view/themes/freifunk/footer.htm index cf0a25352..d71194231 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__ .. " " .. 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 --> diff --git a/themes/openwrt-light/luasrc/view/themes/openwrt-light/footer.htm b/themes/openwrt-light/luasrc/view/themes/openwrt-light/footer.htm index f8ea5ad57..8df68b14c 100644 --- a/themes/openwrt-light/luasrc/view/themes/openwrt-light/footer.htm +++ b/themes/openwrt-light/luasrc/view/themes/openwrt-light/footer.htm @@ -15,7 +15,7 @@ $Id$ <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> 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 f8ea5ad57..8df68b14c 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__ .. " " .. luci.__version__%></a></p> +<p class="luci"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (v" .. luci.__version__ .. ")" %></a></p> </body> </html> diff --git a/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm b/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm index f8ea5ad57..8df68b14c 100644 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm +++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm @@ -15,7 +15,7 @@ $Id$ <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> diff --git a/themes/oxygen/luasrc/view/themes/oxygen/footer.htm b/themes/oxygen/luasrc/view/themes/oxygen/footer.htm index b570788d5..1666ee03c 100644 --- a/themes/oxygen/luasrc/view/themes/oxygen/footer.htm +++ b/themes/oxygen/luasrc/view/themes/oxygen/footer.htm @@ -15,8 +15,8 @@ $Id$ <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> -</html> \ No newline at end of file +</html>