Skip to content

Commit 783fc03

Browse files
HRIT-Florianwilsonge
authored andcommitted
BS4 class changed to BS5
1 parent 89bb7e8 commit 783fc03

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

administrator/components/com_menus/tmpl/menutypes/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<?php $menutype = base64_encode(json_encode($menutype)); ?>
3535
<a class="choose_type list-group-item list-group-item-action" href="#"
3636
onclick="Joomla.setMenuType('<?php echo $menutype; ?>', '<?php echo $tmpl; ?>')">
37-
<div class="pr-2">
37+
<div class="pe-2">
3838
<?php echo $title; ?>
3939
</div>
4040
<small class="text-muted">

components/com_contact/tmpl/category/default_items.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class="inputbox" onchange="document.adminForm.submit();"
188188
<?php if ($this->params->get('show_pagination', 2)) : ?>
189189
<div class="com-contact-category__counter w-100">
190190
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
191-
<p class="com-contact-category__counter counter float-end pt-3 pr-2">
191+
<p class="com-contact-category__counter counter float-end pt-3 pe-2">
192192
<?php echo $this->pagination->getPagesCounter(); ?>
193193
</p>
194194
<?php endif; ?>

components/com_contact/tmpl/featured/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<?php if ($this->params->def('show_pagination', 2) == 1 || ($this->params->get('show_pagination') == 2 && $this->pagination->pagesTotal > 1)) : ?>
2525
<div class="com-contact-featured__pagination w-100">
2626
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
27-
<p class="counter float-end pt-3 pr-2">
27+
<p class="counter float-end pt-3 pe-2">
2828
<?php echo $this->pagination->getPagesCounter(); ?>
2929
</p>
3030
<?php endif; ?>

components/com_content/tmpl/archive/default_items.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
</div>
231231
<div class="com-content-archive__navigation w-100">
232232
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
233-
<p class="com-content-archive__counter counter float-end pt-3 pr-2">
233+
<p class="com-content-archive__counter counter float-end pt-3 pe-2">
234234
<?php echo $this->pagination->getPagesCounter(); ?>
235235
</p>
236236
<?php endif; ?>

components/com_content/tmpl/category/blog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<?php if (($this->params->def('show_pagination', 1) == 1 || ($this->params->get('show_pagination') == 2)) && ($this->pagination->pagesTotal > 1)) : ?>
123123
<div class="com-content-category-blog__navigation w-100">
124124
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
125-
<p class="com-content-category-blog__counter counter float-end pt-3 pr-2">
125+
<p class="com-content-category-blog__counter counter float-end pt-3 pe-2">
126126
<?php echo $this->pagination->getPagesCounter(); ?>
127127
</p>
128128
<?php endif; ?>

components/com_content/tmpl/category/default_articles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
<?php if (($this->params->def('show_pagination', 2) == 1 || ($this->params->get('show_pagination') == 2)) && ($this->pagination->pagesTotal > 1)) : ?>
328328
<div class="com-content-category__navigation w-100">
329329
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
330-
<p class="com-content-category__counter counter float-end pt-3 pr-2">
330+
<p class="com-content-category__counter counter float-end pt-3 pe-2">
331331
<?php echo $this->pagination->getPagesCounter(); ?>
332332
</p>
333333
<?php endif; ?>

components/com_content/tmpl/featured/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<?php if ($this->params->def('show_pagination', 2) == 1 || ($this->params->get('show_pagination') == 2 && $this->pagination->pagesTotal > 1)) : ?>
6666
<div class="w-100">
6767
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
68-
<p class="counter float-end pt-3 pr-2">
68+
<p class="counter float-end pt-3 pe-2">
6969
<?php echo $this->pagination->getPagesCounter(); ?>
7070
</p>
7171
<?php endif; ?>

components/com_menus/layouts/joomla/searchtools/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<?php echo LayoutHelper::render('joomla.searchtools.default.selector', $data); ?>
110110
</div>
111111
<?php endif; ?>
112-
<div class="js-stools-container-bar ml-auto">
112+
<div class="js-stools-container-bar ms-auto">
113113
<div class="btn-toolbar">
114114
<?php echo $this->sublayout('bar', $data); ?>
115115
<?php echo $this->sublayout('list', $data); ?>

components/com_newsfeeds/tmpl/category/default_items.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<?php if (($this->params->def('show_pagination', 2) == 1 || ($this->params->get('show_pagination') == 2)) && ($this->pagination->pagesTotal > 1)) : ?>
9191
<div class="com-newsfeeds-category__pagination w-100">
9292
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
93-
<p class="counter float-end pt-3 pr-2">
93+
<p class="counter float-end pt-3 pe-2">
9494
<?php echo $this->pagination->getPagesCounter(); ?>
9595
</p>
9696
<?php endif; ?>

components/com_tags/tmpl/tag/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<?php if (($this->params->def('show_pagination', 1) == 1 || ($this->params->get('show_pagination') == 2)) && ($this->pagination->pagesTotal > 1)) : ?>
5858
<div class="com-tags-tag__pagination w-100">
5959
<?php if ($this->params->def('show_pagination_results', 1)) : ?>
60-
<p class="counter float-end pt-3 pr-2">
60+
<p class="counter float-end pt-3 pe-2">
6161
<?php echo $this->pagination->getPagesCounter(); ?>
6262
</p>
6363
<?php endif; ?>

0 commit comments

Comments
 (0)