Chart title has been put to the settings array.

This commit is contained in:
Martynas Mickevicius
2010-07-09 16:27:25 +03:00
parent e5c8b5a894
commit 6b806f2047
14 changed files with 51 additions and 43 deletions

View File

@@ -87,8 +87,8 @@ $url_params['reload'] = 1;
<td><input type="text" name="chartSettings[height]" id="height" value="<?php echo $chartSettings['height']; ?>" /></td>
</tr>
<tr><td><label for="title"><?php echo __("Title"); ?></label></td>
<td><input type="text" name="chartSettings[title]" id="title" value="<?php echo $chartSettings['title']; ?>" /></td>
<tr><td><label for="titleText"><?php echo __("Title"); ?></label></td>
<td><input type="text" name="chartSettings[titleText]" id="titleText" value="<?php echo $chartSettings['titleText']; ?>" /></td>
</tr>
<?php if ($chartSettings['type'] != 'pie' && $chartSettings['type'] != 'radar') { ?>