Consistently use labels
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
a701078e00
commit
8aa2f7c171
@ -50,7 +50,8 @@
|
||||
<label for ="checkbox_barStacked"><?php echo __('Stacked') ?></label>
|
||||
</span>
|
||||
<br /><br />
|
||||
<input type="text" name="chartTitle" value="<?php echo __('Chart title'); ?>">
|
||||
<label for ="chartTitle"><?php echo __('Chart title:') ?></label>
|
||||
<input type="text" name="chartTitle" id="chartTitle" />
|
||||
</div>
|
||||
<?php $xaxis = null; ?>
|
||||
<div class="chartOption">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user