]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/templates/InlineEditBox.html
first stage of headline element handling refactoring
[tt-rss.git] / lib / dijit / templates / InlineEditBox.html
CommitLineData
f0cfe83e 1<span data-dojo-attach-point="editNode" role="presentation" class="dijitReset dijitInline dijitOffScreen"
1354d172
AD
2 ><span data-dojo-attach-point="editorPlaceholder"></span
3 ><span data-dojo-attach-point="buttonContainer"
6887a0f5 4 ><button data-dojo-type="./form/Button" data-dojo-props="label: '${buttonSave}', 'class': 'saveButton'"
1354d172 5 data-dojo-attach-point="saveButton" data-dojo-attach-event="onClick:save"></button
6887a0f5 6 ><button data-dojo-type="./form/Button" data-dojo-props="label: '${buttonCancel}', 'class': 'cancelButton'"
1354d172
AD
7 data-dojo-attach-point="cancelButton" data-dojo-attach-event="onClick:cancel"></button
8 ></span
9></span>