File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
com_newsfeeds/tmpl/category Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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">
Original file line number Diff line number Diff 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 ; ?>
Original file line number Diff line number Diff line change 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 ; ?>
Original file line number Diff line number Diff line change 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 ; ?>
Original file line number Diff line number Diff line change 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 ; ?>
Original file line number Diff line number Diff line change 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 ; ?>
Original file line number Diff line number Diff line change 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 ; ?>
Original file line number Diff line number Diff line change 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 ); ?>
Original file line number Diff line number Diff line change 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 ; ?>
Original file line number Diff line number Diff line change 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 ; ?>
You can’t perform that action at this time.
0 commit comments