mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +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) {
|
if(actionNeededReasonDropdown && actionNeededEmail) {
|
||||||
let emailContainer = actionNeededEmail.closest(".dja-textarea-container");
|
let emailContainer = actionNeededEmail.closest(".dja-readonly-textarea-container");
|
||||||
if (statusDropdown.value == "action needed") {
|
if (statusDropdown.value == "action needed") {
|
||||||
showElement(emailContainer)
|
showElement(emailContainer)
|
||||||
}
|
}
|
||||||
|
|
|
@ -787,7 +787,7 @@ div.dja__model-description{
|
||||||
color: var(--link-fg);
|
color: var(--link-fg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dja-textarea-container {
|
.dja-readonly-textarea-container {
|
||||||
textarea {
|
textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
|
|
@ -107,7 +107,7 @@ This is using a custom implementation fieldset.html (see admin/fieldset.html)
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
{% if original_object.action_needed_reason_email %}
|
{% 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">
|
<label class="max-full" for="action_needed_reason_email_view_more">
|
||||||
<strong>Auto-generated email (will be sent to submitter)</strong>
|
<strong>Auto-generated email (will be sent to submitter)</strong>
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue