-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #236 from bcgov/dev
#4739 - Disable general for time being! payment issue
- Loading branch information
Showing
4 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,12 @@ <h2>What type of information are you looking for?</h2> | |
<form [formGroup]="foiForm" novalidate (ngSubmit)="doContinue()"> | ||
<div class="form-group"> | ||
<label> | ||
<input type="radio" value="general" formControlName="requestType" /> | ||
<input type="radio" value="general" formControlName="requestType" disabled="disabled" /> | ||
General information about government business | ||
</label> | ||
<label class="warning"> | ||
Due to a technical issue we have temporarily disabled submitting <b>general requests</b> through the online form. Please submit your FOI request through email to <a href="mailto:[email protected]">[email protected]</a>. We expect that the online form will be back online by November 21st. | ||
</label> | ||
</div> | ||
<h2> | ||
or | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.warning { | ||
color: red; | ||
font-size: 85%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters