|
@@ -75,8 +75,6 @@
|
|
|
@if($textShortcut->name_first || $textShortcut->name_last)
|
|
|
{{ $textShortcut->name_first ? $textShortcut->name_first : '' }}
|
|
|
{{ $textShortcut->name_last ? $textShortcut->name_last : '' }}
|
|
|
- @else
|
|
|
- <span class="text-secondary">(global)</span>
|
|
|
@endif
|
|
|
</td>
|
|
|
<td>{{ $textShortcut->shortcut }}</td>
|
|
@@ -158,7 +156,6 @@
|
|
|
<table class="table table-condensed table-hover table-bordered p-0 m-0">
|
|
|
<thead class="bg-light">
|
|
|
<tr>
|
|
|
- <th class="px-3 border-0">Pro</th>
|
|
|
<th class="border-0 width-200px">Shortcut</th>
|
|
|
<th class="border-0">Text</th>
|
|
|
@if($performer->pro->pro_type === 'ADMIN')
|
|
@@ -166,7 +163,6 @@
|
|
|
@endif
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th class="p-0 border-top border-bottom-0"></th>
|
|
|
<th class="p-0 border-top border-bottom-0 width-200px">
|
|
|
<input type="text" class="form-control form-control-sm min-width-unset rounded-0 border-0" placeholder="Filter">
|
|
|
</th>
|
|
@@ -181,9 +177,6 @@
|
|
|
<tbody>
|
|
|
@foreach($globalTextShortcuts as $textShortcut)
|
|
|
<tr>
|
|
|
- <td class="px-3 text-nowrap">
|
|
|
- <span class="text-secondary">(global)</span>
|
|
|
- </td>
|
|
|
<td>{{ $textShortcut->shortcut }}</td>
|
|
|
<td><pre class="max-width-700px my-0" style="white-space: break-spaces;">{{ $textShortcut->text }}</pre></td>
|
|
|
@if($performer->pro->pro_type === 'ADMIN')
|