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
|
@ -97,7 +97,7 @@
|
|||
|
||||
<div class="l-unit__col l-unit__col--left clearfix">
|
||||
<div class="l-unit__suspended""><?__('suspended')?></div>
|
||||
<div class="text-center jump-top">
|
||||
<div class="text-center jump-small-top">
|
||||
<i class="l-icon-star"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<form action="/bulk/mail/" method="post" id="objects">
|
||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||
<div class="l-select">
|
||||
<select name="" id="">
|
||||
<select name="action" id="">
|
||||
<option value=""><?=__('apply to selected')?></option>
|
||||
<option value="delete"><?=__('delete')?></option>
|
||||
</select>
|
||||
|
|
|
@ -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