diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-15 11:25:25 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-15 11:25:25 +0200 |
| commit | 4cc97d52608ceaf3efc91b63485f6aad11207bdf (patch) | |
| tree | aa52885b82e9301a81658435ceef63ced127f31a | |
| parent | 806d0da465db1b0ef250b61ac8af684f38c387ad (diff) | |
client: node_edit: add some help text. (?) Fixes #242
| -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 140393dd..27129a4c 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -88,6 +88,8 @@ var rz_config = { // set as a global variable <div id="url"><p class="info-card-attr">URL</p><p class="info-card-attr-val info-card-url"><input id="editurl"></p></div> <div id="description"><label>Description</label><textarea id="editdescription"></textarea></div> <hr> + <p>press 'save' to save</p> + <p>click outside to cancel</p> <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> |
