Consistently use labels

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-11-03 15:34:39 +11:00
parent a701078e00
commit 8aa2f7c171

View File

@ -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">