Skip to content

Instantly share code, notes, and snippets.

@jun66j5
Created February 14, 2014 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jun66j5/8994821 to your computer and use it in GitHub Desktop.
Save jun66j5/8994821 to your computer and use it in GitHub Desktop.
--- ganttcalendar/templates/gantt.html.orig 2014-02-14 11:31:40.046875000 +0900
+++ ganttcalendar/templates/gantt.html 2014-02-14 11:31:07.093750000 +0900
@@ -76,6 +76,7 @@
<select name="sorted_field">
<option value="component" selected="${sorted_field=='component' or None}">component</option>
<option value="milestone" selected="${sorted_field=='milestone' or None}">milestone</option>
+ <option value="type" selected="${sorted_field=='type' or None}">type</option>
</select><br/>
</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment