diff options
| author | garbash <dor.garbash@gmail.com> | 2015-04-05 12:12:29 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-04-05 12:12:29 +0300 |
| commit | 21fb542e6161a5e1b61d3562860f5c5e71773d0f (patch) | |
| tree | aa0a8580e02ebcae9509e5c48e1c422edc428a2a /res/templates/index.html | |
| parent | 6f6e43f63952eac5eb1f603631b37988d1e68cdf (diff) | |
Remove export button from normal interface, add export button to dev mode menu. #437
Diffstat (limited to 'res/templates/index.html')
| -rw-r--r-- | res/templates/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 02ec17ae..089b4dcd 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -46,7 +46,6 @@ var rz_config = { // set as a global variable <div class="graph-view"> <div id="tool-bar"> <div id="tool-bar-top-bar"> - <div class="tool_bar_btn" id="btn_export" title="Export"></div> <div class="tool_bar_btn" id="btn_layout" title="Layout">Layout</div> <div class="tool_bar_btn" id="btn_filter" title="Filter">Filter<div> <div id="menu__type-filter" style="display:none"> @@ -171,6 +170,12 @@ var rz_config = { // set as a global variable <div class="debug-ui-row"> Import <input type="file" class="file-import" /> </div> + <div class="debug-ui-row"> + <button id="btn_export" title="Export">Export</button> + </div> + + + </div> </div> <div class="rhizi-logo"><a tabindex="-1" href="http://www.rhizi.org"> |
