mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 11:38:39 +02:00
Change name
This commit is contained in:
parent
0e42309f6c
commit
7208bb6ec5
3 changed files with 3 additions and 3 deletions
|
@ -552,7 +552,7 @@ function initializeWidgetOnList(list, parentId) {
|
|||
|
||||
|
||||
if(actionNeededReasonDropdown && actionNeededEmail) {
|
||||
let emailContainer = actionNeededEmail.closest(".dja-textarea-container");
|
||||
let emailContainer = actionNeededEmail.closest(".dja-readonly-textarea-container");
|
||||
if (statusDropdown.value == "action needed") {
|
||||
showElement(emailContainer)
|
||||
}
|
||||
|
|
|
@ -787,7 +787,7 @@ div.dja__model-description{
|
|||
color: var(--link-fg);
|
||||
}
|
||||
|
||||
.dja-textarea-container {
|
||||
.dja-readonly-textarea-container {
|
||||
textarea {
|
||||
width: 100%;
|
||||
resize: none;
|
||||
|
|
|
@ -107,7 +107,7 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
|
|||
</table>
|
||||
|
||||
{% if original_object.action_needed_reason_email %}
|
||||
<div class="dja-textarea-container padding-1 margin-top-2 thin-border display-none">
|
||||
<div class="dja-readonly-textarea-container padding-1 margin-top-2 thin-border display-none">
|
||||
<label class="max-full" for="action_needed_reason_email_view_more">
|
||||
<strong>Auto-generated email (will be sent to submitter)</strong>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue