diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-03 23:59:53 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-03 23:59:53 +0200 |
| commit | bcf12942bb7ad875ff46cc58992f726466318268 (patch) | |
| tree | 7e850e9b29001cb10cf92b7fac54142ff29c1e45 /res/templates | |
| parent | 73625ffd3526e85f22addf073f4e549a71670225 (diff) | |
client: toolbar: add delete button
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index ac9258d8..a01b4236 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -64,6 +64,7 @@ var rz_config = { // set as a global variable </div> <div class="tool_bar_btn" id="btn_link_fan" style="display: none" title="Link nodes in fan"></div> <div class="tool_bar_btn" id="btn_merge" style="display: none" title="Merge nodes">Merge</div> + <div class="tool_bar_btn" id="btn_delete" style="display: none" title="Delete nods">Delete</div> </div> <div id="input-box-set-container"> <div class="input-container" id="input-container__search"> |
