|
@@ -14,7 +14,7 @@ if ($latestSectionTS === 0 || $latestSectionTS < $sectionTS) {
|
|
|
{{$section->sectionTemplate->title}}
|
|
|
@if(!isset($guestAccessCode))
|
|
|
<span class="d-none if-not-edit"><i class="fa fa-edit ml-2"></i></span>
|
|
|
- <span class="d-none if-edit edit-trigger"><i class="fa fa-times ml-2"></i></span>
|
|
|
+ <span class="d-none if-edit edit-trigger font-weight-normal ml-2">Collapse</span>
|
|
|
<span class="edit-trigger"></span>
|
|
|
@endif
|
|
|
</a>
|
|
@@ -48,7 +48,7 @@ if ($latestSectionTS === 0 || $latestSectionTS < $sectionTS) {
|
|
|
@endif
|
|
|
</div>
|
|
|
<a href="#" class="d-none text-danger if-edit ml-2 remove-section-trigger mr-1" data-uid="{{$section->uid}}" title="Remove {{$section->sectionTemplate->title}}">
|
|
|
- Remove {{$section->sectionTemplate->title}}
|
|
|
+ Remove
|
|
|
</a>
|
|
|
<a href="#" class="d-none if-edit ml-2 move-up-trigger" data-uid="{{$section->uid}}" title="Move Up">
|
|
|
<i class="fa fa-arrow-up"></i>
|