Merge pull request #174 from BNoiZe/master
Fixed a typo in admin_domains, fixed <strong>-tags not being strong in s...
This commit is contained in:
@@ -236,7 +236,7 @@ if ($page == 'domains'
|
|||||||
`domains_used` = `domains_used` - 1
|
`domains_used` = `domains_used` - 1
|
||||||
WHERE `adminid` = :adminid"
|
WHERE `adminid` = :adminid"
|
||||||
);
|
);
|
||||||
Database::pexecute($upd_stmt, array('adminid' => $userinfo['admind']));
|
Database::pexecute($upd_stmt, array('adminid' => $userinfo['adminid']));
|
||||||
|
|
||||||
$upd_stmt = Database::prepare("
|
$upd_stmt = Database::prepare("
|
||||||
UPDATE `" . TABLE_PANEL_CUSTOMERS . "` SET
|
UPDATE `" . TABLE_PANEL_CUSTOMERS . "` SET
|
||||||
|
|||||||
4
templates/Sparkle/assets/css/main.css
vendored
4
templates/Sparkle/assets/css/main.css
vendored
@@ -22,6 +22,10 @@ body {
|
|||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
background-color: #f7f8fa;
|
background-color: #f7f8fa;
|
||||||
margin-top: 53px;
|
margin-top: 53px;
|
||||||
|
|||||||
Reference in New Issue
Block a user