summaryrefslogtreecommitdiff
path: root/res/templates
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-05-04 14:47:06 +0300
committerAlon Levy <alon@pobox.com>2015-05-04 14:47:23 +0300
commit630fc2c06e774806920ac8a5ec94bce1d49651e4 (patch)
treee6df58eefacf98ba11a24826481f1081e5e685af /res/templates
parentc1bcb26e8a28864592b5dfce24fcfc3939972223 (diff)
client: single delete button. fixes #523
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 04ee0abf..3a1d921e 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -55,10 +55,10 @@ var RZ_VERSION = '{% include "fragment/version.txt" %}';
</div>
</div>
<div class="tool_bar_btn" id="btn_zen_mode" style="display: none" title="Zen mode">Zen mode</div>
+ <div class="tool_bar_btn" id="btn_delete" style="display: none" title="Delete nods">Delete</div>
<div id="tool-bar-multiple-node-operations" style="display: none">
<div class="tool_bar_btn" id="btn_link_fan" title="Link nodes in fan">Connect</div>
<div class="tool_bar_btn" id="btn_merge" title="Merge nodes">Merge</div>
- <div class="tool_bar_btn" id="btn_delete" title="Delete nods">Delete</div>
</div>
</div>
</div>
@@ -97,9 +97,6 @@ var RZ_VERSION = '{% include "fragment/version.txt" %}';
</select>
<span class="info-card-attr" id="displaystatus"></span>
</div>
- <div id="info-container__bottom-btn-bar">
- <button class="btn-regular btn-regular-outline" id="edit-dialog__delete">Delete</button>
- </div>
</div>
</div>
<div id="graph-view__canvas"></div>