add a label for rateControl

This commit is contained in:
Isaac Connor 2022-02-27 14:31:04 -05:00
parent 5b319258c4
commit 1ae8fcae63
1 changed files with 3 additions and 0 deletions

View File

@ -171,6 +171,8 @@ xhtmlHeaders(__FILE__, $monitor->Name().' - '.translate('Feed'));
<button type="button" id="cycleToggle" class="btn <?php echo $showCycle ? 'btn-primary':'btn-secondary'?>" title="<?php echo translate('Toggle cycle sidebar')?>"> <button type="button" id="cycleToggle" class="btn <?php echo $showCycle ? 'btn-primary':'btn-secondary'?>" title="<?php echo translate('Toggle cycle sidebar')?>">
<span class="material-icons md-18">view_carousel</span> <span class="material-icons md-18">view_carousel</span>
</button> </button>
<span id="rateControl">
<label><?php echo translate('Rate') ?>:</label>
<?php <?php
$maxfps_options = array(''=>translate('Unlimited'), $maxfps_options = array(''=>translate('Unlimited'),
'0' => translate('Stills'), '0' => translate('Stills'),
@ -182,6 +184,7 @@ $maxfps_options = array(''=>translate('Unlimited'),
); );
echo htmlSelect('changeRate', $maxfps_options, $options['maxfps']); echo htmlSelect('changeRate', $maxfps_options, $options['maxfps']);
?> ?>
</span>
</div> </div>
<div id="sizeControl"> <div id="sizeControl">
<span id="widthControl"> <span id="widthControl">