mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
WEB. Improved additional navigation bar. Templates
This commit is contained in:
parent
a49ab973ab
commit
e8632ccd48
18 changed files with 69 additions and 60 deletions
21
web/css/styles.min.css
vendored
21
web/css/styles.min.css
vendored
|
@ -1346,9 +1346,11 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.l-unit--outdated {
|
.units .l-unit.l-unit--outdated {
|
||||||
background-color: #9B3D35;
|
background-color: #ffcaca;
|
||||||
color: #fff;
|
color: #555;
|
||||||
|
border-left: 5px solid #ff6f6f;
|
||||||
|
border-bottom: 1px solid #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.l-unit--suspended .l-unit__name,
|
.l-unit--suspended .l-unit__name,
|
||||||
|
@ -1358,6 +1360,13 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
||||||
color: #c0c0c0;
|
color: #c0c0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.l-unit--outdated .l-unit__name {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
.l-unit--outdated b {
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
|
||||||
.l-unit--suspended .l-percent {
|
.l-unit--suspended .l-percent {
|
||||||
border-color: #fff;
|
border-color: #fff;
|
||||||
}
|
}
|
||||||
|
@ -1381,7 +1390,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
||||||
|
|
||||||
.l-unit--outdated.selected {
|
.l-unit--outdated.selected {
|
||||||
background: #765D5D !important;
|
background: #765D5D !important;
|
||||||
color: #FEF482 !important;
|
color: #333 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1394,7 +1403,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
||||||
.l-unit--suspended.selected .l-percent__fill,
|
.l-unit--suspended.selected .l-percent__fill,
|
||||||
.l-unit--suspended.selected .l-unit__name,
|
.l-unit--suspended.selected .l-unit__name,
|
||||||
.l-unit--suspended.selected .l-unit__name span {
|
.l-unit--suspended.selected .l-unit__name span {
|
||||||
color: #b2ac87 !important;
|
color: #333 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.l-unit.selected .l-percent {
|
.l-unit.selected .l-percent {
|
||||||
|
@ -1484,7 +1493,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.l-unit.l-unit--outdated .l-unit__date {
|
.l-unit.l-unit--outdated .l-unit__date {
|
||||||
color: #fff7ae;
|
color: #d24c4c;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
letter-spacing: 3px;
|
letter-spacing: 3px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
<td class="l-sort-toolbar__search-box">
|
<td class="l-sort-toolbar__search-box step-left">
|
||||||
<form action="/search/" method="get">
|
<form action="/search/" method="get">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
<input type="text" name="q" class="search-input" value="<? echo isset($_POST['q']) ? htmlspecialchars($_POST['q']) : '' ?>" />
|
<input type="text" name="q" class="search-input" value="<? echo isset($_POST['q']) ? htmlspecialchars($_POST['q']) : '' ?>" />
|
||||||
|
@ -30,10 +30,7 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
<td class="">
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td class="step-right">
|
|
||||||
<form action="/bulk/cron/" method="post" id="objects">
|
<form action="/bulk/cron/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
<div class="l-select">
|
<div class="l-select">
|
||||||
|
@ -48,6 +45,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -52,9 +52,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/db/" method="post" id="objects">
|
<form action="/bulk/db/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -68,6 +65,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
|
@ -23,9 +23,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/dns/" method="post" id="objects">
|
<form action="/bulk/dns/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -39,6 +36,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -28,9 +28,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Action')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/firewall/" method="post" id="objects">
|
<form action="/bulk/firewall/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -42,6 +39,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Action')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -24,9 +24,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/ip/" method="post" id="objects">
|
<form action="/bulk/ip/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -39,6 +36,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" class="l-sort-toolbar__filter-apply" value="" />
|
<input type="submit" class="l-sort-toolbar__filter-apply" value="" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -30,9 +30,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/mail/" method="post" id="objects">
|
<form action="/bulk/mail/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -46,6 +43,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
|
@ -29,9 +29,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/mail/" method="post" id="objects">
|
<form action="/bulk/mail/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -45,6 +42,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
|
@ -20,9 +20,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/package/" method="post" id="objects">
|
<form action="/bulk/package/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -34,6 +31,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" class="l-sort-toolbar__filter-apply" value="" />
|
<input type="submit" class="l-sort-toolbar__filter-apply" value="" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -28,9 +28,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/user/" method="post" id="objects">
|
<form action="/bulk/user/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -51,6 +48,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -23,9 +23,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/web/" method="post" id="objects">
|
<form action="/bulk/web/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -39,6 +36,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" class="l-sort-toolbar__filter-apply" value=""/>
|
<input type="submit" class="l-sort-toolbar__filter-apply" value=""/>
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
|
@ -30,10 +30,7 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
<td class="">
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td class="step-right">
|
|
||||||
<form action="/bulk/cron/" method="post" id="objects">
|
<form action="/bulk/cron/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
<div class="l-select">
|
<div class="l-select">
|
||||||
|
@ -46,6 +43,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -53,9 +53,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/db/" method="post" id="objects">
|
<form action="/bulk/db/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -67,6 +64,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
|
@ -23,9 +23,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/dns/" method="post">
|
<form action="/bulk/dns/" method="post">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -37,6 +34,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -30,9 +30,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/mail/" method="post" id="objects">
|
<form action="/bulk/mail/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -44,6 +41,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
|
@ -29,9 +29,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/mail/" method="post" id="objects">
|
<form action="/bulk/mail/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -43,6 +40,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
|
@ -28,9 +28,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/user/" method="post" id="objects">
|
<form action="/bulk/user/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -49,6 +46,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -23,9 +23,6 @@
|
||||||
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
<input id="toggle-all" type="checkbox" name="toggle-all" value="toggle-all" onChange="checkedAll('objects');">
|
||||||
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
<label for="toggle-all" class="check-label toggle-all"><?=__('toggle all')?></label>
|
||||||
</td>
|
</td>
|
||||||
<td class="sort-by">
|
|
||||||
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
|
||||||
</td>
|
|
||||||
<td>
|
<td>
|
||||||
<form action="/bulk/web/" method="post" id="objects">
|
<form action="/bulk/web/" method="post" id="objects">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
@ -37,6 +34,9 @@
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" class="l-sort-toolbar__filter-apply" value=""/>
|
<input type="submit" class="l-sort-toolbar__filter-apply" value=""/>
|
||||||
</td>
|
</td>
|
||||||
|
<td class="sort-by">
|
||||||
|
<?=__('sort by');?>: <span><b><?=__('Date')?></b></span> <i class="l-icon-down-arrow media-top"></i>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue