summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-13 21:39:40 +0400
committerAndrew Dolgov <[email protected]>2012-08-13 21:39:40 +0400
commit854a2ace869b29f805d203bb74968ef1500eb54b (patch)
tree4f9f8b877de00e7d47a389d895746bf04a78c25c /index.php
parent09101297ee0596a6c66d9c7388795e8602c24113 (diff)
change include_children to a togglebutton; add placeholder setting save in a session
Diffstat (limited to 'index.php')
-rw-r--r--index.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/index.php b/index.php
index 96d13558d..3a68c90f6 100644
--- a/index.php
+++ b/index.php
@@ -185,11 +185,16 @@
&nbsp;
- <input dojoType="dijit.form.CheckBox" type="checkbox"
+ <!-- <input dojoType="dijit.form.CheckBox" type="checkbox"
onchange="viewCurrentFeed()"
name="include_children" id="include_children">
<label id="include_children_label" for="include_children">
- <?php echo __('With subcategories') ?></label>
+ <?php echo __('With subcategories') ?></label> -->
+
+ <button dojoType="dijit.form.ToggleButton" name="include_children"
+ id="include_children"
+ onchange="viewCurrentFeed()">
+ <?php echo __('With subcategories') ?></button>
<button dojoType="dijit.form.Button" name="update"
onclick="scheduleFeedUpdate()">