mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
refactoring old code
This commit is contained in:
parent
61cc4b1dcf
commit
e8590be5ba
2 changed files with 0 additions and 47 deletions
|
@ -1,42 +0,0 @@
|
||||||
<?php
|
|
||||||
if (!empty($_SESSION['error_msg'])) {
|
|
||||||
?>
|
|
||||||
<script type="text/javascript">
|
|
||||||
$(function() {
|
|
||||||
$( "#dialog:ui-dialog" ).dialog( "destroy" );
|
|
||||||
$( "#dialog-message" ).dialog({
|
|
||||||
modal: true,
|
|
||||||
buttons: {
|
|
||||||
Ok: function() {
|
|
||||||
$( this ).dialog( "close" );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<div id="dialog-message" title="Error">
|
|
||||||
<p><?php echo $_SESSION['error_msg'] ?>.</p>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
unset($_SESSION['error_msg']);
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
<table class="sub-menu">
|
|
||||||
<tr>
|
|
||||||
<td width="142px" style="padding: 16px 0 16px 6px">
|
|
||||||
<button style="width:120px; padding: 2px 0px 2px 0px;" onclick="location.href='#'"> Backup Now</button>
|
|
||||||
<td><a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("vstobjects");'> toggle all </a>
|
|
||||||
<select style="margin:0 0 0 0px">
|
|
||||||
<option>apply to selected</option>
|
|
||||||
<option>rebuild</option>
|
|
||||||
<option>update counters</option>
|
|
||||||
<option>suspend</option>
|
|
||||||
<option>unsuspend</option>
|
|
||||||
<option>delete</option>
|
|
||||||
</select> <button> > </button></td>
|
|
||||||
</td>
|
|
||||||
<td style="text-align: right;"><input type="text" size="30" style="padding: 3px 80px 3px 0;"> <button> Search </button></td>
|
|
||||||
</tr><tr>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<form id="vstobjects">
|
|
|
@ -1,5 +0,0 @@
|
||||||
<table class="sub-menu">
|
|
||||||
<tr>
|
|
||||||
<td style="padding: 0 0 34px 0;"></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
Loading…
Add table
Add a link
Reference in a new issue