summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2014-12-16 12:56:57 +0200
committerLV-426 <lv-426@taproot.org.il>2014-12-16 15:08:37 +0200
commit3a3674f582f695c0b105272b2d556b2ab6470db2 (patch)
treeee49207e835454f93b3ef2451e5483fa1da53653
parent13e8bd1fef780eb92cd0b1280dd52618a29c8a16 (diff)
cleanup edit-node-dialog__XXX element IDs
-rw-r--r--res/templates/index.html2
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>