Added function to filter by primary category
This commit is contained in:
@@ -54,6 +54,10 @@ var move_page = function(int_offset) {
|
||||
<label for="pid">pid: </label>
|
||||
<input name="pid" type="text" id="pid_field" value="{{ gvars.pid }}">
|
||||
|
||||
<!-- current category, simply in a text field -->
|
||||
<label for="category">category: </label>
|
||||
<input name="category" type="text" id="category_field" value="{{ gvars.pid }}" size="8">
|
||||
|
||||
<!-- current time_filter, in a text field -->
|
||||
<label for="time_filter">time_filter (days): </label>
|
||||
<input name="time_filter" type="text" id="time_filter_field" value="{{ gvars.time_filter }}">
|
||||
|
||||
Reference in New Issue
Block a user