Change name

This commit is contained in:
zandercymatics 2024-06-20 12:03:29 -06:00
parent 0e42309f6c
commit 7208bb6ec5
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 3 additions and 3 deletions

View file

@ -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)
}

View file

@ -787,7 +787,7 @@ div.dja__model-description{
color: var(--link-fg);
}
.dja-textarea-container {
.dja-readonly-textarea-container {
textarea {
width: 100%;
resize: none;

View file

@ -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>