mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24:48 -04:00
Change submit button on artwork form if editing
This commit is contained in:
parent
e6672b99d8
commit
4d5e0c59b0
1 changed files with 1 additions and 1 deletions
|
@ -204,5 +204,5 @@ $now = new DateTime('now', new DateTimeZone('America/Juneau')); // Latest contin
|
|||
</fieldset>
|
||||
<? } ?>
|
||||
<div class="footer">
|
||||
<button>Submit</button>
|
||||
<button><? if($isEditForm){ ?>Save changes<? }else{ ?>Submit<? } ?></button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue