Minor BS4 adjustments

master
Skylar Ittner 6 years ago
parent 57ada92175
commit b2ed9dbd1b

@ -26,14 +26,14 @@ redirectifnotloggedin();
<tr> <tr>
<th data-priority="0"></th> <th data-priority="0"></th>
<th data-priority="1"><?php lang('actions'); ?></th> <th data-priority="1"><?php lang('actions'); ?></th>
<th data-priority="1"><i class="fas fa-fw fa-cube hidden-xs"></i> <?php lang('name'); ?></th> <th data-priority="1"><i class="fas fa-fw fa-cube d-none d-md-inline"></i> <?php lang('name'); ?></th>
<th data-priority="4"><i class="fas fa-fw fa-archive hidden-xs"></i> <?php lang('category'); ?></th> <th data-priority="4"><i class="fas fa-fw fa-archive d-none d-md-inline"></i> <?php lang('category'); ?></th>
<th data-priority="2"><i class="fas fa-fw fa-map-marker hidden-xs"></i> <?php lang('location'); ?></th> <th data-priority="2"><i class="fas fa-fw fa-map-marker d-none d-md-inline"></i> <?php lang('location'); ?></th>
<th data-priority="3"><i class="fas fa-fw fa-barcode hidden-xs"></i> <?php lang('code 1'); ?></th> <th data-priority="3"><i class="fas fa-fw fa-barcode d-none d-md-inline"></i> <?php lang('code 1'); ?></th>
<th data-priority="4"><i class="fas fa-fw fa-qrcode hidden-xs"></i> <?php lang('code 2'); ?></th> <th data-priority="4"><i class="fas fa-fw fa-qrcode d-none d-md-inline"></i> <?php lang('code 2'); ?></th>
<th data-priority="3"><i class="fas fa-fw fa-hashtag hidden-xs"></i> <?php lang('qty'); ?></th> <th data-priority="3"><i class="fas fa-fw fa-hashtag d-none d-md-inline"></i> <?php lang('qty'); ?></th>
<th data-priority="4"><i class="fas fa-fw fa-hashtag hidden-xs"></i> <?php lang('want'); ?></th> <th data-priority="4"><i class="fas fa-fw fa-hashtag d-none d-md-inline"></i> <?php lang('want'); ?></th>
<th data-priority="3"><i class="fas fa-fw fa-user hidden-xs"></i> <?php lang('assigned to'); ?></th> <th data-priority="3"><i class="fas fa-fw fa-user d-none d-md-inline"></i> <?php lang('assigned to'); ?></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -42,14 +42,14 @@ redirectifnotloggedin();
<tr> <tr>
<th data-priority="0"></th> <th data-priority="0"></th>
<th data-priority="1"><?php lang('actions'); ?></th> <th data-priority="1"><?php lang('actions'); ?></th>
<th data-priority="1"><i class="fas fa-fw fa-cube hidden-xs"></i> <?php lang('name'); ?></th> <th data-priority="1"><i class="fas fa-fw fa-cube d-none d-md-inline"></i> <?php lang('name'); ?></th>
<th data-priority="4"><i class="fas fa-fw fa-archive hidden-xs"></i> <?php lang('category'); ?></th> <th data-priority="4"><i class="fas fa-fw fa-archive d-none d-md-inline"></i> <?php lang('category'); ?></th>
<th data-priority="2"><i class="fas fa-fw fa-map-marker hidden-xs"></i> <?php lang('location'); ?></th> <th data-priority="2"><i class="fas fa-fw fa-map-marker d-none d-md-inline"></i> <?php lang('location'); ?></th>
<th data-priority="3"><i class="fas fa-fw fa-barcode hidden-xs"></i> <?php lang('code 1'); ?></th> <th data-priority="3"><i class="fas fa-fw fa-barcode d-none d-md-inline"></i> <?php lang('code 1'); ?></th>
<th data-priority="4"><i class="fas fa-fw fa-qrcode hidden-xs"></i> <?php lang('code 2'); ?></th> <th data-priority="4"><i class="fas fa-fw fa-qrcode d-none d-md-inline"></i> <?php lang('code 2'); ?></th>
<th data-priority="3"><i class="fas fa-fw fa-hashtag hidden-xs"></i> <?php lang('qty'); ?></th> <th data-priority="3"><i class="fas fa-fw fa-hashtag d-none d-md-inline"></i> <?php lang('qty'); ?></th>
<th data-priority="4"><i class="fas fa-fw fa-hashtag hidden-xs"></i> <?php lang('want'); ?></th> <th data-priority="4"><i class="fas fa-fw fa-hashtag d-none d-md-inline"></i> <?php lang('want'); ?></th>
<th data-priority="3"><i class="fas fa-fw fa-user hidden-xs"></i> <?php lang('assigned to'); ?></th> <th data-priority="3"><i class="fas fa-fw fa-user d-none d-md-inline"></i> <?php lang('assigned to'); ?></th>
</tr> </tr>
</tfoot> </tfoot>
</table> </table>

@ -16,9 +16,9 @@ redirectifnotloggedin();
<tr> <tr>
<th data-priority="0"></th> <th data-priority="0"></th>
<th data-priority="1"><?php lang('actions'); ?></th> <th data-priority="1"><?php lang('actions'); ?></th>
<th data-priority="1"><i class="fas fa-map-marker hidden-sm"></i> <?php lang('location'); ?></th> <th data-priority="1"><i class="fas fa-map-marker"></i> <?php lang('location'); ?></th>
<th data-priority="2"><i class="fas fa-barcode hidden-sm"></i> <?php lang('code'); ?></th> <th data-priority="2"><i class="fas fa-barcode"></i> <?php lang('code'); ?></th>
<th data-priority="3"><i class="fas fa-hashtag hidden-sm"></i> <?php lang('item count'); ?></th> <th data-priority="3"><i class="fas fa-hashtag"></i> <?php lang('item count'); ?></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -48,9 +48,9 @@ redirectifnotloggedin();
<tr> <tr>
<th data-priority="0"></th> <th data-priority="0"></th>
<th data-priority="1"><?php lang('actions'); ?></th> <th data-priority="1"><?php lang('actions'); ?></th>
<th data-priority="1"><i class="fas fa-map-marker hidden-sm"></i> <?php lang('location'); ?></th> <th data-priority="1"><i class="fas fa-map-marker"></i> <?php lang('location'); ?></th>
<th data-priority="2"><i class="fas fa-barcode hidden-sm"></i> <?php lang('code'); ?></th> <th data-priority="2"><i class="fas fa-barcode"></i> <?php lang('code'); ?></th>
<th data-priority="3"><i class="fas fa-hashtag hidden-sm"></i> <?php lang('item count'); ?></th> <th data-priority="3"><i class="fas fa-hashtag"></i> <?php lang('item count'); ?></th>
</tr> </tr>
</tfoot> </tfoot>
</table> </table>
Loading…
Cancel
Save