Update resources/views/blade/button/label.blade.php

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
snipe
2026-03-23 09:13:41 +00:00
committed by GitHub
parent 255c7e323f
commit 7e687e91c2
+1 -1
View File
@@ -8,7 +8,7 @@
@csrf
<input type="hidden" name="bulk_actions" value="labels"/>
<input type="hidden" name="ids[{{$item->id}}]" value="{{ $item->id }}"/>
<button class="btn btn-sm btn-default hidden-print{{ ($wide=='true') ?? ' btn-block btn-social' }}" id="bulkEdit" {{ (!$item->model ? ' disabled' : '') }} data-tooltip="true" title="{!! (!$item->model ? ' '.trans('admin/hardware/general.model_invalid').'"' : trans_choice('button.generate_labels', 1)) !!}">
<button class="btn btn-sm btn-default hidden-print{{ $wide == 'true' ? ' btn-block btn-social' : '' }}" id="bulkEdit" {{ (!$item->model ? ' disabled' : '') }} data-tooltip="true" title="{!! (!$item->model ? ' '.trans('admin/hardware/general.model_invalid') : trans_choice('button.generate_labels', 1)) !!}">
<x-icon type="assets" class="fa-fw"/>
@if ($wide=='true')
{{ trans_choice('button.generate_labels', 1) }}