Browse Source

Correct log and error log icons

pull/284/head
Supremicus 10 years ago
parent
commit
6398fcfe0b
  1. 1
      CHANGES.md
  2. 4
      gui/slick/interfaces/default/inc_top.tmpl

1
CHANGES.md

@ -61,6 +61,7 @@
* Change IMDb option to enable by default now the slow operation has been eliminated from process flows
* Add IMDb update capability back to the "Force Full Update" button on the displayShow page
* Fix to correctly use wanted_begin and wanted_latest when adding shows
* Change Log/Error Log Menu icons to correct ones
### 0.7.2 (2015-03-10 17:05:00 UTC)

4
gui/slick/interfaces/default/inc_top.tmpl

@ -193,8 +193,8 @@
<li id="NAVerrorlogs" class="dropdown">
<a href="$sbRoot/errorlogs/" class="dropdown-toggle" data-toggle="dropdown" data-delay="0" tabindex="$tab#set $tab += 1#">$logPageTitle <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="$sbRoot/errorlogs/" tabindex="$tab#set $tab += 1#"><i class="sgicon-log"></i>&nbsp;View Log (Errors)</a></li>
<li><a href="$sbRoot/errorlogs/viewlog/" tabindex="$tab#set $tab += 1#"><i class="sgicon-errorlog"></i>&nbsp;View Log</a></li>
<li><a href="$sbRoot/errorlogs/" tabindex="$tab#set $tab += 1#"><i class="sgicon-errorlog"></i>&nbsp;View Log (Errors)</a></li>
<li><a href="$sbRoot/errorlogs/viewlog/" tabindex="$tab#set $tab += 1#"><i class="sgicon-log"></i>&nbsp;View Log</a></li>
</ul>
</li>

Loading…
Cancel
Save