Compare commits

...

2 Commits

Author SHA1 Message Date
snipe
17584e4799 Merge remote-tracking branch 'origin/develop' 2026-03-11 09:33:14 +00:00
snipe
224a813f25 Fixed #18668 - changed button type 2026-03-11 09:33:03 +00:00

View File

@@ -46,7 +46,7 @@
</div> <!-- /.modal-body-->
<div class="modal-footer">
<a href="#" class="pull-left" data-dismiss="modal">{{ trans('button.cancel') }}</a>
<button type="button" class="btn btn-theme" formnovalidate>{{ trans('button.upload') }}</button>
<button type="submit" class="btn btn-theme" formnovalidate>{{ trans('button.upload') }}</button>
</div>
</form>
</div>