mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 06:48:25 -04:00
Updated button content
Updated button content
This commit is contained in:
@@ -15,17 +15,17 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="move_to_new_folder_form">
|
<div id="move_to_new_folder_form">
|
||||||
<fieldset class="js-will-stick-at-bottom-when-scrolling">
|
<fieldset class="js-will-stick-at-bottom-when-scrolling">
|
||||||
<legend class="visuallyhidden">Move to a new folder</legend>
|
<legend class="visuallyhidden">Add to new folder</legend>
|
||||||
{{ textbox(templates_and_folders_form.move_to_new_folder_name, width='1-1') }}
|
{{ textbox(templates_and_folders_form.move_to_new_folder_name, width='1-1') }}
|
||||||
{{ page_footer('Move to a new folder', button_name='operation', button_value='move-to-new-folder') }}
|
{{ page_footer('Add to new folder', button_name='operation', button_value='move-to-new-folder') }}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div id="add_new_folder_form">
|
<div id="add_new_folder_form">
|
||||||
<fieldset class="js-will-stick-at-bottom-when-scrolling">
|
<fieldset class="js-will-stick-at-bottom-when-scrolling">
|
||||||
<legend class="visuallyhidden">Add a new folder</legend>
|
<legend class="visuallyhidden">Add new folder</legend>
|
||||||
{{ textbox(templates_and_folders_form.add_new_folder_name, width='1-1') }}
|
{{ textbox(templates_and_folders_form.add_new_folder_name, width='1-1') }}
|
||||||
{{ page_footer('New folder', button_name='operation', button_value='add-new-folder') }}
|
{{ page_footer('Add new folder', button_name='operation', button_value='add-new-folder') }}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
<div id="add_new_template_form">
|
<div id="add_new_template_form">
|
||||||
|
|||||||
Reference in New Issue
Block a user