sller api

This commit is contained in:
Kerim 2023-08-26 11:58:28 +05:00
parent 099253975a
commit a32b388951
2 changed files with 6 additions and 6 deletions

View File

@ -25,8 +25,8 @@
</div>
<div class="text-right mt-5">
<a href="{{'orders'|page}}" type="button" class="btn btn-outline-secondary w-24 mr-1">{{'order.form.cancel.btn'|_}}</a>
<button type="submit" class="btn btn-primary w-24">{{'order.form.save.btn'|_}}</button>
<a href="{{'orders'|page}}" type="button" class="btn btn-outline-secondary mr-1">{{'order.form.cancel.btn'|_}}</a>
<button type="submit" class="btn btn-primary">{{'order.form.save.btn'|_}}</button>
</div>
{{ form_close() }}
</div>

View File

@ -95,8 +95,8 @@
<div class="text-right mt-5">
<a href="{{'detail-order'|page({orderId: order.id})}}" type="button"
class="btn btn-outline-secondary w-24 mr-1">{{'order.form.cancel.btn'|_}}</a>
<button type="submit" class="btn btn-primary w-24">{{'order.form.update.btn'|_}}</button>
class="btn btn-outline-secondary mr-1">{{'order.form.cancel.btn'|_}}</a>
<button type="submit" class="btn btn-primary">{{'order.form.update.btn'|_}}</button>
</div>
{{ form_close() }}
</div>
@ -112,7 +112,7 @@
<input name="image[]" type="file" multiple class="form-control"/>
<div class="text-right mt-5">
<button data-attach-loading class="btn btn-primary w-24">{{'order.form.update.btn'|_}}</button>
<button data-attach-loading class="btn btn-primary">{{'order.form.update.btn'|_}}</button>
</div>
</form>
@ -135,7 +135,7 @@
<div class="text-right mt-5">
<button type="submit" class="btn btn-primary w-24">{{'order.form.update.btn'|_}}</button>
<button type="submit" class="btn btn-primary">{{'order.form.update.btn'|_}}</button>
</div>
{{ form_close() }}