mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -07:00
added padding in submenu
This commit is contained in:
parent
8baacbf155
commit
a0c6072084
19 changed files with 19 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" > Create Backup </button>
|
<button style="width:120px; padding: 2px 0px;" > Create Backup </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/cron/'"> Add Cron Job </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/cron/'"> Add Cron Job </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/db/'"> Add Database </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/db/'"> Add Database </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/'"> Add DNS Domain </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/'"> Add DNS Domain </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/?domain=<?php echo $_GET['domain'] ?>'"> Add DNS Record </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/?domain=<?php echo $_GET['domain'] ?>'"> Add DNS Record </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/ip/'"> Add IP </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/ip/'"> Add IP </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/'"> Add Mail Domain </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/'"> Add Mail Domain </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/?domain=<?php echo $_GET['domain'] ?>'"> Add Mail Account </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/?domain=<?php echo $_GET['domain'] ?>'"> Add Mail Account </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/package/'"> Add Package </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/package/'"> Add Package </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<?php
|
<?php
|
||||||
if ($user == 'admin') {
|
if ($user == 'admin') {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/web/'"> Add Domain </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/web/'"> Add Domain </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/cron/'"> Add Cron Job </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/cron/'"> Add Cron Job </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/db/'"> Add Database </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/db/'"> Add Database </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/'"> Add DNS Domain </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/'"> Add DNS Domain </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/?domain=<?php echo $_GET['domain'] ?>'"> Add DNS Record </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/dns/?domain=<?php echo $_GET['domain'] ?>'"> Add DNS Record </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/'"> Add Mail Domain </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/'"> Add Mail Domain </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/?domain=<?php echo $_GET['domain'] ?>'"> Add Mail Account </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/mail/?domain=<?php echo $_GET['domain'] ?>'"> Add Mail Account </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<?php
|
<?php
|
||||||
if ($user == 'admin') {
|
if ($user == 'admin') {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 0 0 6px">
|
<td style="padding: 12px 0 8px 6px">
|
||||||
<div style="float:left">
|
<div style="float:left">
|
||||||
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/web/'"> Add Domain </button>
|
<button style="width:120px; padding: 2px 0px;" onclick="location.href='/add/web/'"> Add Domain </button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue