diff --git a/resources/views/account/accept/create.blade.php b/resources/views/account/accept/create.blade.php index defba995b..7fd2da23c 100644 --- a/resources/views/account/accept/create.blade.php +++ b/resources/views/account/accept/create.blade.php @@ -2,7 +2,7 @@ {{-- Page title --}} @section('title') - {{ trans('general.accept', array('asset' => $acceptance->checkoutable->present()->name())) }} + {{trans('general.accept', ['asset' => $acceptance->checkoutable->present()->name()])}} @parent @stop @@ -22,7 +22,7 @@ #eula_div { width: 100%; height: auto; - overflow: scroll; + overflow: auto; } .m-signature-pad--body { @@ -43,51 +43,42 @@
-
-
- + @if ($acceptance->checkoutable->getEula()) +
+ {!! $acceptance->checkoutable->getEula() !!}
+ @endif -
- +

{{$acceptance->checkoutable->present()->name()}}

+
+ +
+
+ +
+ + @if ($snipeSettings->require_accept_signature=='1') +

{{trans('general.sign_tos')}}

+
+
+ +
- - @if ($acceptance->checkoutable->getEula()) -
-
- {!! $acceptance->checkoutable->getEula() !!} -
+
+
- @endif - - @if ($snipeSettings->require_accept_signature=='1') -
- -

{{ trans('general.sign_tos') }}

- -
-
- - -
-
- -
-
-
- @endif - -
+
+ @endif