diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-05 21:41:59 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-05 21:41:59 +0300 |
| commit | cadfc79763a9c5c7473ca8ab764a0f9c56b125c1 (patch) | |
| tree | b643f462e587cd7003992d7a249ecce265c356e3 /res/templates | |
| parent | 0408b28c2712157a6d4853042883be9f9e3e299f (diff) | |
client: link properties dialog: delete button identical to node dialog
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index e667b2f9..c1c54593 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -96,10 +96,12 @@ var rz_config = { // set as a global variable </div> </div> <div class="info-container"> - <div class="link_info" style="display:none">Title: <span id="edgetitle"></span><br/> - <button id="deleteedge">Delete</button> + <div id="link_info" class="info" style="display:none">Title: <span id="edgetitle"></span><br/> + <div id="info-container__bottom-btn-bar"> + <button id="edit-node-dialog__delete" class="btn-regular btn-regular-outline">Delete</button> + </div> </div> - <div class="info" style="display:none"> + <div id="info" class="info" style="display:none"> <div id="editbox"> <p class="info-card-message"></p> <p class="info-card-attr">Name</p> |
