Added support for multiple adding an image overlay to multiple pages (#86)

This commit is contained in:
libertyunion
2023-04-11 16:22:59 -04:00
committed by GitHub
parent f9fe303671
commit fdbc7f4621
3 changed files with 31 additions and 21 deletions

View File

@@ -26,6 +26,9 @@
<div class="form-group">
<label for="y">Y</label> <input type="number" class="form-control" id="y" name="y" step="0.01" required>
</div>
<div class="form-group">
<input type="checkbox" id="everyPage" name="everyPage" value="true"> <label for="everyPage">Every Page?</label>
</div>
<button type="submit" id="submitBtn" class="btn btn-primary" th:text="#{addImage.submit}"></button>
</form>
</div>