Merge pull request +14456 from c9/pull/core/324

Pull/core/324
pull/327/head
Harutyun Amirjanyan 2016-07-04 18:37:47 +04:00 zatwierdzone przez GitHub
commit 81aca90a8b
3 zmienionych plików z 14 dodań i 14 usunięć

Wyświetl plik

@ -14,8 +14,8 @@ define(function(require, module, exports) {
allowClose: false,
modal: true,
elements: [
{ type: "button", id: "cancel", caption: "Cancel", hotkey: "ESC", onclick: function(){ plugin.hide() } },
{ type: "button", id: "ok", caption: "OK", color: "green", "default": true, onclick: function(){ plugin.hide() } }
{ type: "button", id: "ok", caption: "OK", color: "green", "default": true, onclick: function(){ plugin.hide() } },
{ type: "button", id: "cancel", caption: "Cancel", hotkey: "ESC", onclick: function(){ plugin.hide() } }
]
});

Wyświetl plik

@ -67,13 +67,6 @@
Show files in tree
</a:checkbox>
<a:filler />
<a:button
id = "btnCancel"
class = "btn-red"
skin = "btn-default-css3"
width = "120"
caption = "Cancel"
/>
<a:button
id = "btnChoose"
class = "btn-green"
@ -81,6 +74,13 @@
caption = "Save"
skin = "btn-default-css3"
/>
<a:button
id = "btnCancel"
class = "btn-red"
skin = "btn-default-css3"
width = "120"
caption = "Cancel"
/>
</a:hbox>
</a:vbox>
</a:window>

Wyświetl plik

@ -47,17 +47,17 @@
</div>
<a:hbox edge="23 0 10" pack="end" padding="8">
<a:button
id = "btnCancel"
skin = "btn-default-css3"
caption = "Cancel"
/>
<a:button
id = "btnChoose"
class = "btn-green"
caption = "OK"
skin = "btn-default-css3"
/>
<a:button
id = "btnCancel"
skin = "btn-default-css3"
caption = "Cancel"
/>
</a:hbox>
</a:vbox>
</a:window>