diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-25 02:28:30 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-25 02:28:30 +0200 |
| commit | 77fd9f40360322b082984ec085eda63752982c39 (patch) | |
| tree | ce1d4664710fc0da9529fb40e3c90a9e0678e9d3 /res/templates | |
| parent | 71a6ebb190131613f56dd0dc09d9e1b8fccb3b80 (diff) | |
tool-bar: include merge/link buttons, use link-icon, merge icon still missing
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 1b6c89dc..8bcb2bb3 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -61,6 +61,8 @@ var rz_config = { // set as a global variable </ul> </div> </div> + <div class="tool_bar_btn" id="btn_link_fan" style="display: none" title="Link nodes"></div> + <div class="tool_bar_btn" id="btn_merge" style="display: none" title="Merge nodes">Merge</div> </div> <div id="input-box-set-container"> <div class="input-container" id="input-container__search"> @@ -73,10 +75,6 @@ var rz_config = { // set as a global variable <button id="btn_add"></button> <div id="input-suggestion" class="suggestion" style="display: none"></div> </div> - <div class='selection-tools' id='selection-tools'> - <button id="btn_link_fan" style="display: none">link nodes in fan</button> - <button id="btn_merge" style="display: none">merge nodes</button> - </div> </div> <div class="info-container"> <div class="edge_info" style="display:none">Title: <span id="edgetitle"></span><br/> |
