Skip to content

Commit

Permalink
Aligned class for bootstrap hiding.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcordis committed Oct 3, 2024
1 parent a257744 commit 6ffab13
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 44 deletions.
14 changes: 7 additions & 7 deletions admin/tmpl/cwmcomments/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ class="visually-hidden"><?php
</caption>
<thead>
<tr>
<th class="w-1 text-center">
<th class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_('grid.checkall'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -116,7 +116,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -126,7 +126,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -136,11 +136,11 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo Text::_('JBS_CMT_TEXT'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand Down Expand Up @@ -200,7 +200,7 @@ class="visually-hidden"><?php
<tr class="row<?php
echo $i % 2; ?>" data-draggable-group="<?php
echo '1' ?>">
<td class="text-center">
<td class="text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_('grid.id', $i, $item->id); ?>
</td>
Expand Down
8 changes: 4 additions & 4 deletions admin/tmpl/cwmlocations/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
<table class="table table-striped adminlist" id="locationsList">
<thead>
<tr>
<th width="1%" class="d-none d-md-table-cell">
<th class="w-1 d-none d-md-table-cell">
<?php
echo HTMLHelper::_('grid.checkall'); ?>
</th>
<th width="1%" style="min-width:55px;" class="nowrap center">
<th style="min-width:55px;" class="w-1 nowrap center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -97,7 +97,7 @@
$listOrder
); ?>
</th>
<th width="10%" class="nowrap d-none d-md-table-cell">
<th width="10%" class="w-10 nowrap d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -107,7 +107,7 @@
$listOrder
); ?>
</th>
<th width="1%" class="nowrap center d-none d-md-table-cell">
<th class="w-1 nowrap center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand Down
14 changes: 7 additions & 7 deletions admin/tmpl/cwmmediafiles/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class="visually-hidden"><?php
</caption>
<thead>
<tr>
<th class="w-1 text-center">
<th class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_('grid.checkall'); ?>
</th>
Expand All @@ -89,7 +89,7 @@ class="visually-hidden"><?php
'icon-menu-2'
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -99,7 +99,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo Text::_('JBS_MED_RESOURCE_NAME'); ?>
</th>
Expand All @@ -113,7 +113,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo Text::_('JBS_MED_MEDIA_TYPE'); ?>
</th>
Expand All @@ -127,7 +127,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -137,7 +137,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo Text::_('JBS_MED_MEDIA_FILES_STATS'); ?>
</th>
Expand Down Expand Up @@ -169,7 +169,7 @@ class="visually-hidden"><?php
<tr class="row<?php
echo $i % 2; ?>" data-draggable-group="<?php
echo $item->study_id ?>">
<td class="text-center">
<td class="text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_('grid.id', $i, $item->id); ?>
</td>
Expand Down
6 changes: 3 additions & 3 deletions admin/tmpl/cwmmessagetypes/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ class="visually-hidden"><?php
<table class="table itemList" id="messagetypeslist">
<thead>
<tr>
<th class="w-1 text-center">
<th class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_('grid.checkall'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -82,7 +82,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand Down
14 changes: 7 additions & 7 deletions admin/tmpl/cwmpodcasts/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ class="visually-hidden"><?php
<table class="table table-striped adminlist" id="podcasts">
<thead>
<tr>
<th class="w-1 text-center">
<th class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_('grid.checkall'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -83,7 +83,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -93,7 +93,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -103,7 +103,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-lg-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand Down Expand Up @@ -135,7 +135,7 @@ class="visually-hidden"><?php
echo $i % 2; ?>" data-draggable-group="<?php
echo '1' ?>">

<td class="text-center">
<td class="text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_('grid.id', $i, $item->id); ?>
</td>
Expand Down Expand Up @@ -179,7 +179,7 @@ class="visually-hidden"><?php
echo Text::_('JBS_PDC_XML'); ?>
</a>
</td>
<td class="nowrap has-context">
<td class="nowrap has-context d-none d-md-table-cell">
<div class="pull-left">
<?php
if ($item->language === '*'): ?>
Expand Down
6 changes: 3 additions & 3 deletions admin/tmpl/cwmseries/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ class="visually-hidden"><?php
<table class="table itemList" id="seriesList">
<thead>
<tr>
<th class="w-1 text-center">
<th class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_('grid.checkall'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -89,7 +89,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-5 text-center">
<th scope="col" class="w-5 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand Down
4 changes: 2 additions & 2 deletions admin/tmpl/cwmservers/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ class="visually-hidden"><?php
</caption>
<thead>
<tr>
<th class="w-1 text-center">
<th class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_('grid.checkall'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand Down
10 changes: 5 additions & 5 deletions admin/tmpl/cwmteachers/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class="visually-hidden"><?php
<?php
echo HTMLHelper::_('grid.checkall'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HtmlHelper::_(
'searchtools.sort',
Expand All @@ -98,7 +98,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HtmlHelper::_(
'searchtools.sort',
Expand All @@ -122,15 +122,15 @@ class="visually-hidden"><?php
</th>
<?php
endif; ?>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo Text::_('JBS_TCH_SHOW_LIST'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo Text::_('JBS_TCH_SHOW_LANDING_PAGE'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-lg-table-cell">
<?php
echo HtmlHelper::_(
'searchtools.sort',
Expand Down
6 changes: 3 additions & 3 deletions admin/tmpl/cwmtemplatecodes/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class="visually-hidden"><?php
<?php
echo HTMLHelper::_('grid.checkall'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -78,11 +78,11 @@ class="visually-hidden"><?php
<?php
echo Text::_('JBS_TPLCODE_FILENAME'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-md-table-cell">
<?php
echo Text::_('JBS_TPLCODE_TYPE'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-lg-table-cell">
<?php
echo Text::_('JGRID_HEADING_ID'); ?>
</th>
Expand Down
6 changes: 3 additions & 3 deletions admin/tmpl/cwmtopics/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ class="visually-hidden"><?php
<table class="table itemList" id="topics">
<thead>
<tr>
<th class="w-1 text-center">
<th class="w-1 text-center d-none d-lg-table-cell">
<?php
echo HTMLHelper::_('grid.checkall'); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-lg-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand All @@ -82,7 +82,7 @@ class="visually-hidden"><?php
$listOrder
); ?>
</th>
<th scope="col" class="w-1 text-center">
<th scope="col" class="w-1 text-center d-none d-lg-table-cell">
<?php
echo HTMLHelper::_(
'searchtools.sort',
Expand Down

0 comments on commit 6ffab13

Please sign in to comment.