mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
Working through the Platform Admin section
This commit is contained in:
@@ -53,7 +53,7 @@ describe("List entry", () => {
|
||||
<label for="domains-${idx + 1}" class="govuk-label govuk-input--numbered__label">
|
||||
<span class="usa-sr-only">domain number </span>${idx + 1}.
|
||||
</label>
|
||||
<input type="text" name="domains-${idx + 1}" id="domains-${idx + 1}" class="govuk-input govuk-input--numbered govuk-!-width-full" autocomplete="off">
|
||||
<input type="text" name="domains-${idx + 1}" id="domains-${idx + 1}" class="govuk-input govuk-input--numbered " autocomplete="off">
|
||||
</div>
|
||||
</div>`;
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@ function setFixtures (hierarchy, newTemplateDataModules = "") {
|
||||
<label class="govuk-label" for="move_to_new_folder_name">
|
||||
Folder name
|
||||
</label>
|
||||
<input class="govuk-input govuk-!-width-full" id="move_to_new_folder_name" name="move_to_new_folder_name" type="text">
|
||||
<input class="govuk-input " id="move_to_new_folder_name" name="move_to_new_folder_name" type="text">
|
||||
</div>
|
||||
<div class="page-footer">
|
||||
<button type="submit" class="usa-button" name="operation" value="move-to-new-folder">Add to new folder</button>
|
||||
@@ -69,7 +69,7 @@ function setFixtures (hierarchy, newTemplateDataModules = "") {
|
||||
<label class="govuk-label" for="add_new_folder_name">
|
||||
Folder name
|
||||
</label>
|
||||
<input class="govuk-input govuk-!-width-full" id="add_new_folder_name" name="add_new_folder_name" type="text">
|
||||
<input class="govuk-input " id="add_new_folder_name" name="add_new_folder_name" type="text">
|
||||
</div>
|
||||
<div class="page-footer">
|
||||
<button type="submit" class="usa-button page-footer__button" name="operation" value="add-new-folder">Add new folder</button>
|
||||
|
||||
Reference in New Issue
Block a user