diff --git a/modules/billing/adminserverlist.php b/modules/billing/adminserverlist.php index 46b73f49..5f44a28f 100644 --- a/modules/billing/adminserverlist.php +++ b/modules/billing/adminserverlist.php @@ -17,6 +17,7 @@ .img-input { width: 160px; } .img-select { max-width: 180px; } .img-fallback { display: none; max-width: 180px; margin-top: 4px; } + .img-fallback.img-fallback-visible { display: block; } .muted { color: #999; font-size: 0.85em; } .flash-ok { background: #d4edda; border: 1px solid #c3e6cb; padding: 8px 12px; margin-bottom: 10px; border-radius: 4px; color: #155724; } .flash-err { background: #f8d7da; border: 1px solid #f5c6cb; padding: 8px 12px; margin-bottom: 10px; border-radius: 4px; color: #721c24; } @@ -495,12 +496,8 @@ while ($svcRes && ($row = $svcRes->fetch_assoc())) { $dropdownVal = (!$isExternal && $savedImg !== '') ? basename($savedImg) : ''; ?> @@ -576,5 +573,18 @@ while ($svcRes && ($row = $svcRes->fetch_assoc())) { + +