properly handle category browsing in mobile version dropbox ops (closes #213)
This commit is contained in:
parent
d234a2e39d
commit
6d858dab74
|
@ -454,6 +454,7 @@
|
||||||
print_select_hash("viewmode", $view_mode, $sel_values);
|
print_select_hash("viewmode", $view_mode, $sel_values);
|
||||||
|
|
||||||
print "<input type=\"hidden\" name=\"id\" value=\"$feed\">
|
print "<input type=\"hidden\" name=\"id\" value=\"$feed\">
|
||||||
|
<input type=\"hidden\" name=\"cat\" value=\"$cat_view\">
|
||||||
<input type=\"hidden\" name=\"go\" value=\"vf\">
|
<input type=\"hidden\" name=\"go\" value=\"vf\">
|
||||||
<input type=\"submit\" value=\"".__('Refresh')."\">";
|
<input type=\"submit\" value=\"".__('Refresh')."\">";
|
||||||
print "</form>";
|
print "</form>";
|
||||||
|
@ -562,6 +563,7 @@
|
||||||
<option value=\"page\">Page</option>
|
<option value=\"page\">Page</option>
|
||||||
<option value=\"feed\">Entire feed</option>
|
<option value=\"feed\">Entire feed</option>
|
||||||
</select>
|
</select>
|
||||||
|
<input type=\"hidden\" name=\"cat\" value=\"$cat_view\">
|
||||||
<input type=\"submit\" value=\"Mark as read\">";
|
<input type=\"submit\" value=\"Mark as read\">";
|
||||||
|
|
||||||
print "</form>";
|
print "</form>";
|
||||||
|
|
Loading…
Reference in New Issue