mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 11:39:44 -07:00
refactoring update web templates
This commit is contained in:
parent
5d30b67fb1
commit
ffec2e7e2d
20 changed files with 841 additions and 102 deletions
|
@ -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");
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue