Make 'show completed tasks' persistent

This commit is contained in:
Francis Lachapelle
2013-01-24 18:50:20 -05:00
parent dfe49ea3b4
commit 9ed53cbab3
4 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -182,7 +182,7 @@
autocomplete="off" type="text"
menuid="taskSearchMenu" />
</span>
<input id="showHideCompletedTasks" type="checkbox" class="checkBox"/><var:string label:value="Show completed tasks"/>
<input id="showHideCompletedTasks" type="checkbox" class="checkBox" var:checked="showCompletedTasks"/><var:string label:value="Show completed tasks"/>
</div>
<table id="tasksList" cellspacing="0">
<thead>