summaryrefslogtreecommitdiff
path: root/docs/examples/index.html
diff options
context:
space:
mode:
authorRichard Wall <richard@largo>2011-01-16 18:33:04 +0000
committerRichard Wall <richard@largo>2011-01-16 18:33:04 +0000
commitf7143a7a053c05ac9617d3557f583ce8cf223952 (patch)
treed21c4b0870f3f38d7223c1e21291021c007af4f6 /docs/examples/index.html
parentae0205889ae453329c1d87e81d81a072b4b52451 (diff)
Move edit buttons
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>