Private GIT

Skip to content
Snippets Groups Projects
Commit ee1e4c8d authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

What was I looking at?

parent fc0af7c2
Branches
Tags
No related merge requests found
...@@ -61,7 +61,6 @@ $statusList.remove($int($whichStatus)) ...@@ -61,7 +61,6 @@ $statusList.remove($int($whichStatus))
$statusList.append($common.FAILED) $statusList.append($common.FAILED)
#end if #end if
<select>
#for $curStatus in $statusList: #for $curStatus in $statusList:
<option value="$curStatus">$common.statusStrings[$curStatus]</option> <option value="$curStatus">$common.statusStrings[$curStatus]</option>
#end for #end for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment