change include_children to a togglebutton; add placeholder setting save in a session

This commit is contained in:
Andrew Dolgov
2012-08-13 21:39:40 +04:00
parent 09101297ee
commit 854a2ace86
5 changed files with 22 additions and 11 deletions

View File

@@ -185,11 +185,16 @@
 
<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()">