|
124 | 124 | <div class="col-md-12" style="padding-bottom: 5px;"><strong>@lang('admin/hardware/form.fully_depreciated'): </strong> |
125 | 125 | @if ($asset->time_until_depreciated()->y > 0) |
126 | 126 | {{{ $asset->time_until_depreciated()->y }}} |
127 | | - @lang('admin/hardware/form.years'), |
| 127 | + @lang('admin/hardware/form.years'), |
128 | 128 | @endif |
129 | 129 | {{{ $asset->time_until_depreciated()->m }}} |
130 | 130 | @lang('admin/hardware/form.months') |
|
192 | 192 | </div> |
193 | 193 | </div> |
194 | 194 | @endif |
195 | | - |
196 | | - |
| 195 | + |
| 196 | + |
197 | 197 | <div class="col-md-12"> |
198 | 198 |
|
199 | 199 |
|
|
262 | 262 | <tbody> |
263 | 263 | @if (count($asset->assetlog) > 0) |
264 | 264 | @foreach ($asset->assetlog as $log) |
265 | | - |
| 265 | + |
266 | 266 | <tr> |
267 | 267 | <td>{{{ $log->created_at }}}</td> |
268 | 268 | <td> |
|
289 | 289 | @endif |
290 | 290 | </td> |
291 | 291 | </tr> |
292 | | - |
| 292 | + |
293 | 293 | @endforeach |
294 | 294 | @endif |
295 | 295 | <tr> |
|
333 | 333 | </li> |
334 | 334 | </ul> |
335 | 335 | @endif |
336 | | - |
337 | | - |
| 336 | + |
| 337 | + |
338 | 338 | @if (($asset->assigneduser) && ($asset->assigned_to > 0) && ($asset->deleted_at=='')) |
339 | 339 | <h6><br>@lang('admin/hardware/form.checkedout_to')</h6> |
340 | 340 | <ul> |
|
373 | 373 | @if ($asset->assetstatus) |
374 | 374 | <h6><br> |
375 | 375 | @if (($asset->assetstatus->deployable=='1') && ($asset->assigned_to > 0)) |
376 | | - @lang('admin/hardware/general.asset') |
| 376 | + @lang('admin/hardware/general.asset') |
377 | 377 | @lang('general.deployed') |
378 | 378 | @else |
379 | | - {{{ $asset->assetstatus->name }}} |
| 379 | + {{{ $asset->assetstatus->name }}} |
380 | 380 | @lang('admin/hardware/general.asset') |
381 | 381 | @endif |
382 | 382 | <ul> |
383 | | - |
| 383 | + |
384 | 384 | @if (($asset->assetstatus->deployable=='1') && ($asset->assigned_to > 0) && ($asset->deleted_at=='')) |
385 | 385 | <li><br /><a href="{{ route('checkin/hardware', $asset->id) }}" class="btn btn-primary btn-sm">@lang('admin/hardware/general.checkin')</a></li> |
386 | 386 | @elseif ((($asset->assetstatus->deployable=='1') && (($asset->assigned_to=='') || ($asset->assigned_to==0))) && ($asset->deleted_at=='')) |
|
423 | 423 | 'files' => true, 'class' => 'form-horizontal' ]) }} |
424 | 424 | <div class="modal-body"> |
425 | 425 |
|
426 | | - <p>Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.</p> |
| 426 | + <p><p>@lang('admin/hardware/general.filetype_info')</p>.</p> |
427 | 427 |
|
428 | 428 | <div class="form-group col-md-12"> |
429 | 429 | <div class="input-group col-md-12"> |
|
0 commit comments