Fixed some spelling issues and deleted some unnecessary text

This commit is contained in:
Elmar Kouwenhoven
2012-05-15 15:38:14 +02:00
parent 62da99666a
commit 44796be3f5
7 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
lossless<%inherit file="base.html" />
<%inherit file="base.html" />
<%!
import headphones
from headphones.helpers import checked
@@ -81,10 +81,10 @@ lossless<%inherit file="base.html" />
<fieldset>
<legend>Force Search</legend>
<div class="links">
<a href="#" onclick="doAjaxCall('forceSearch',$(this))" data-success="Checking for wanted albums succesful" data-error="Error checking wanted albums"><span class="ui-icon ui-icon-search"></span>Force Check for Wanted Albums</a>
<a href="#" onclick="doAjaxCall('forceUpdate',$(this))" data-success="Update active artists succesful" data-error="Error forcing update artists"><span class="ui-icon ui-icon-heart"></span>Force Update Active Artists</a>
<a href="#" onclick="doAjaxCall('forceSearch',$(this))" data-success="Checking for wanted albums successful" data-error="Error checking wanted albums"><span class="ui-icon ui-icon-search"></span>Force Check for Wanted Albums</a>
<a href="#" onclick="doAjaxCall('forceUpdate',$(this))" data-success="Update active artists successful" data-error="Error forcing update artists"><span class="ui-icon ui-icon-heart"></span>Force Update Active Artists</a>
<a href="#" onclick="doAjaxCall('forcePostProcess',$(this))" data-success="Post-Process is being loaded" data-error="Error doing Post-Process"><span class="ui-icon ui-icon-wrench"></span>Force Post-Process Albums in Download Folder</a>
<a href="#" onclick="doAjaxCall('checkGithub',$(this))" data-success="Checking for update succesful" data-error="Error checking update"><span class="ui-icon ui-icon-refresh"></span>Check for Headphones Updates</a>
<a href="#" onclick="doAjaxCall('checkGithub',$(this))" data-success="Checking for update successful" data-error="Error checking update"><span class="ui-icon ui-icon-refresh"></span>Check for Headphones Updates</a>
</div>
</fieldset>