diff options
Diffstat (limited to 'module/webui/themes/default/tml/home.html')
-rw-r--r-- | module/webui/themes/default/tml/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/webui/themes/default/tml/home.html b/module/webui/themes/default/tml/home.html index 85f1bd05e..0fff703b5 100644 --- a/module/webui/themes/default/tml/home.html +++ b/module/webui/themes/default/tml/home.html @@ -223,10 +223,10 @@ var LinkEntry = new Class({ {# <a href="/filemanager/" title=""><img src="/default/img/head-menu-download.png" alt="" /> {{_("FileManager")}}</a>#} {#</li>#} <li class="right"> - <a href="/logs/" class="action index" accesskey="x" rel="nofollow"><img src="/default/img/head-menu-index.png" alt="" />{{_("Logs")}}</a> + <a href="/logs/" title=""><img src="/default/img/head-menu-index.png" alt="" />{{_("Logs")}}</a> </li> <li class="right"> - <a href="/settings/" class="action index" accesskey="x" rel="nofollow"><img src="/default/img/head-menu-config.png" alt="" />{{_("Config")}}</a> + <a href="/settings/" title=""><img src="/default/img/head-menu-config.png" alt="" />{{_("Config")}}</a> </li> {% endblock %} |