refactoring update web templates

This commit is contained in:
Serghey Rodin 2016-06-24 16:35:51 +03:00
parent 5d30b67fb1
commit ffec2e7e2d
20 changed files with 841 additions and 102 deletions

View file

@ -106,6 +106,15 @@ sort-disk="<?=$data[$key]['U_DISK']?>" sort-star="<?if($_SESSION['favourites']['
Ok: function() {
$( this ).dialog( "close" );
},
},
create:function () {
$(this).closest(".ui-dialog")
.find(".ui-button:first")
.addClass("submit");
$(this).closest(".ui-dialog")
.find(".ui-button")
.eq(1) // the first button
.addClass("cancel");
}
});
});