summaryrefslogtreecommitdiff
path: root/docs/examples/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/index.html')
-rw-r--r--docs/examples/index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/examples/index.html b/docs/examples/index.html
index 6acf2b8..2bec8aa 100644
--- a/docs/examples/index.html
+++ b/docs/examples/index.html
@@ -61,7 +61,13 @@
</div>
<div class="tabbed-chart-interface"></div>
<div class="chart-container">
- <h2 class="title"></h2>
+ <div class="chart-header">
+ <h2 class="title"></h2>
+ <div class="chart-controls">
+ <input type="button" name="chart_edit" value="edit">
+ <input type="button" name="chart_delete" value="delete">
+ </div>
+ </div>
<div class="error"></div>
<div class="chart"></div>
<div class="graph-legend"></div>