diff options
Diffstat (limited to 'module/web/templates/default/logs.html')
-rw-r--r-- | module/web/templates/default/logs.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/module/web/templates/default/logs.html b/module/web/templates/default/logs.html index 7a95b4364..d6288df0e 100644 --- a/module/web/templates/default/logs.html +++ b/module/web/templates/default/logs.html @@ -5,26 +5,6 @@ {% block head %} <link rel="stylesheet" type="text/css" href="/media/default/css/log.css"/> {% endblock %} -{% block menu %} -<li> - <a href="/" title=""><img src="/media/default/img/head-menu-home.png" alt="" /> {{_("Home")}}</a> -</li> -<li> - <a href="/queue/" title=""><img src="/media/default/img/head-menu-queue.png" alt="" /> {{_("Queue")}}</a> -</li> -<li> - <a href="/collector/" title=""><img src="/media/default/img/head-menu-collector.png" alt="" /> {{_("Collector")}}</a> -</li> -<li> - <a href="/downloads/" title=""><img src="/media/default/img/head-menu-development.png" alt="" /> {{_("Downloads")}}</a> -</li> -<li class="right selected"> - <a href="/logs/" class="action index" accesskey="x" rel="nofollow"><img src="/media/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="/media/default/img/head-menu-config.png" alt="" />{{_("Config")}}</a> -</li> -{% endblock %} {% block content %} <div style="clear: both;"></div> |