Correct log and error log icons

This commit is contained in:
Supremicus 2015-03-17 21:32:50 +10:00
parent f0fa5cce81
commit 6398fcfe0b
2 changed files with 3 additions and 2 deletions

View file

@ -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)

View file

@ -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>