Private GIT

Skip to content
Snippets Groups Projects
Commit 8bee7ac9 authored by Jonathon Saine's avatar Jonathon Saine
Browse files

Inital->Initial spelling correction on quality chooser.

Added nowrap class to time field on history page.
parent a24eac69
Branches
Tags
No related merge requests found
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#for $hItem in $historyResults: #for $hItem in $historyResults:
#set $curStatus, $curQuality = $Quality.splitCompositeStatus(int($hItem["action"])) #set $curStatus, $curQuality = $Quality.splitCompositeStatus(int($hItem["action"]))
<tr> <tr>
<td>$datetime.datetime.strptime(str($hItem["date"]), $history.dateFormat)</td> <td class="nowrap">$datetime.datetime.strptime(str($hItem["date"]), $history.dateFormat)</td>
<td><a href="$sbRoot/home/displayShow?show=$hItem["showid"]#season-$hItem["season"]">$hItem["show_name"] - <%=str(hItem["season"]) +"x"+ "%02i" % int(hItem["episode"]) %></a></td> <td><a href="$sbRoot/home/displayShow?show=$hItem["showid"]#season-$hItem["season"]">$hItem["show_name"] - <%=str(hItem["season"]) +"x"+ "%02i" % int(hItem["episode"]) %></a></td>
<td align="center">$statusStrings[$curStatus]</td> <td align="center">$statusStrings[$curStatus]</td>
<td align="center"> <td align="center">
......
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
<div id="customQuality"> <div id="customQuality">
<div class="component-group-desc"> <div class="component-group-desc">
<p>One of the <b>Inital</b> quality selections must be obtained before Sick Beard will attempt to process the <b>Archive</b> selections.</p> <p>One of the <b>Initial</b> quality selections must be obtained before Sick Beard will attempt to process the <b>Archive</b> selections.</p>
</div> </div>
<div class="float-left" style="margin-left: 50px;"> <div class="float-left" style="margin-left: 50px;">
<h3 style="text-align: center;">Inital</h3> <h3 style="text-align: center;">Initial</h3>
#set $anyQualityList = filter(lambda x: x > $Quality.NONE, $Quality.qualityStrings) #set $anyQualityList = filter(lambda x: x > $Quality.NONE, $Quality.qualityStrings)
<select id="anyQualities" name="anyQualities" multiple="multiple" size="$len($anyQualityList)"> <select id="anyQualities" name="anyQualities" multiple="multiple" size="$len($anyQualityList)">
#for $curQuality in sorted($anyQualityList): #for $curQuality in sorted($anyQualityList):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment