diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-12-16 12:56:57 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-12-16 15:08:37 +0200 |
| commit | 3a3674f582f695c0b105272b2d556b2ab6470db2 (patch) | |
| tree | ee49207e835454f93b3ef2451e5483fa1da53653 | |
| parent | 13e8bd1fef780eb92cd0b1280dd52618a29c8a16 (diff) | |
cleanup edit-node-dialog__XXX element IDs
| -rw-r--r-- | res/templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 814ca6a1..67467877 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -70,6 +70,8 @@ <div id="desc"><label>Description</label><input id="editdescription"/></div> <div id="url"><p class="info-card-attr">URL</p><p class="info-card-attr-val info-card-url"><input id="editurl"></p></div> <hr> + <button id="edit-node-dialog__save" class="btn-regular btn-regular-outline">Save</button> + <button id="edit-node-dialog__delete" class="btn-regular btn-regular-outline">Delete</button> </form> </div> </div> |
