print "<select id=\"feedActionChooser\" onchange=\"feedActionChange()\">
<option value=\"facDefault\" selected>".__('Actions...')."</option>
- <option disabled>--------</option>
- <option style=\"color : #5050aa\" disabled>".__('Selection:')."</option>
+ <optgroup label=\"".__('Selection:')."\">
<option value=\"facEdit\"> ".__('Edit')."</option>";
if (FORCE_ARTICLE_PURGE == 0) {
<option value=\"facRescore\"> ".__('Rescore articles')."</option>
<option value=\"facUnsubscribe\"> ".__('Unsubscribe')."</option>";
+ print "</optgroup>";
+
if (get_pref($link, 'ENABLE_FEED_CATS')) {
- print "<option disabled>--------</option>
- <option style=\"color : #5050aa\" disabled>".__('Other:')."</option>
- <option value=\"facEditCats\"> ".__('Edit categories')."
- </option>";
+ print "<optgroup label=\"".__('Other:')."\">
+ <option value=\"facEditCats\"> ".__('Edit categories')."
+ </option>
+ </optgroup>";
+
}
print "</select>";
<option value="qmcDefault" selected="selected"><?php echo __('Actions...') ?></option>
<option value="qmcSearch"><?php echo __('Search...') ?></option>
<!-- <option value="qmcPrefs"><?php echo __('Preferences') ?></option> -->
- <option disabled="disabled">--------</option>
- <option style="color : #5050aa" disabled="disabled"><?php echo __('Feed actions:') ?></option>
+ <optgroup label="<?php echo __('Feed actions:') ?>">
<option value="qmcAddFeed"> <?php echo __('Subscribe to feed...') ?></option>
<option value="qmcEditFeed"> <?php echo __('Edit this feed...') ?></option>
<!-- <option value="qmcClearFeed"> <?php echo __('Clear articles') ?></option> -->
<option value="qmcRescoreFeed"> <?php echo __('Rescore feed') ?></option>
<option value="qmcRemoveFeed"> <?php echo __('Unsubscribe') ?></option>
- <option disabled="disabled">--------</option>
- <option style="color : #5050aa" disabled="disabled"><?php echo __('All feeds:') ?></option>
+ </optgroup>
+ <optgroup label="<?php echo __('All feeds:') ?>">
<option value="qmcCatchupAll"> <?php echo __('Mark as read') ?></option>
<option value="qmcShowOnlyUnread"> <?php echo __('(Un)hide read feeds') ?></option>
- <option disabled="disabled">--------</option>
- <option style="color : #5050aa" disabled="disabled"><?php echo __('Other actions:') ?></option>
+ </optgroup>
+ <optgroup label="<?php echo __('Other actions:') ?>">
<option value="qmcAddLabel"> <?php echo __('Create label...') ?></option>
<option value="qmcAddFilter"> <?php echo __('Create filter...') ?></option>
<option value="qmcResetUI"> <?php echo __('Reset UI layout') ?></option>
<option value="qmcResetCats"> <?php echo __('Reset category order') ?></option>
<option value="qmcHKhelp"><?php echo __(' Keyboard shortcuts') ?></option>
+ </optgroup>
</select>
</div>