mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 06:45:14 -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>
|
</fieldset>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<button>Submit</button>
|
<button><? if($isEditForm){ ?>Save changes<? }else{ ?>Submit<? } ?></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue