]> git.wh0rd.org - tt-rss.git/commitdiff
properly handle category browsing in mobile version dropbox ops (closes #213)
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 23 Jul 2008 04:26:24 +0000 (05:26 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 23 Jul 2008 04:26:24 +0000 (05:26 +0100)
mobile/functions.php

index b1085b9c5fb0f5ad5de868fc90d73395b77d3534..062ed22d933401cd46b72015c892afa5a8f39391 100644 (file)
                print_select_hash("viewmode", $view_mode, $sel_values);
 
                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=\"submit\" value=\"".__('Refresh')."\">";
                print "</form>";
                                <option value=\"page\">Page</option>
                                <option value=\"feed\">Entire feed</option>
                        </select>
+                       <input type=\"hidden\" name=\"cat\" value=\"$cat_view\">
                        <input type=\"submit\" value=\"Mark as read\">";                                
 
                        print "</form>";