Hide label when printing
This commit is contained in:
parent
8b3b68b308
commit
a12c9d053f
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@
|
|||
|
||||
{{-- If we are rendering multiple users we'll add the ability to show/hide EULAs for all of them at once via this button --}}
|
||||
@if (count($users) > 1)
|
||||
<div class="pull-right">
|
||||
<div class="pull-right hidden-print">
|
||||
<span>{{ trans('general.show_or_hide_eulas') }}</span>
|
||||
<button class="btn btn-default hidden-print" type="button" data-toggle="collapse" data-target=".eula-row" aria-expanded="false" aria-controls="eula-row" title="EULAs">
|
||||
<button class="btn btn-default" type="button" data-toggle="collapse" data-target=".eula-row" aria-expanded="false" aria-controls="eula-row" title="EULAs">
|
||||
<i class="fa fa-eye-slash"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue