Disable fax sending when domain is disabled (#6606)

* Add warning_bar style for disabled fax sending

Add styles for .warning_bar class when fax server sending is disabled due to disabled domain.

* Disable fax sending if domain is disabled

When domain is disabled, users should not be able to send faxes either.

* Add text for fax sending disabled warning
This commit is contained in:
emak
2023-04-10 11:31:16 -04:00
committed by GitHub
parent cd0e603521
commit 800e742387
3 changed files with 48 additions and 2 deletions

View File

@@ -2759,6 +2759,17 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
font-size: 100%;
}
.warning_bar {
width: 100%;
text-align: center;
border: 2px dashed #c00;
padding: 10px 20px;
margin-bottom: 16px;
color: #e00;
background: #fafafa;
font-size: 1.4em;
}
/* LIST ************************************************************************/
.list {