Skip to content

Commit

Permalink
Merge pull request #39 from mollie/release/1.9.0
Browse files Browse the repository at this point in the history
Release/1.9.0
  • Loading branch information
Marvin-Magmodules authored Feb 23, 2023
2 parents b4422d1 + 836eed0 commit f92ae43
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<default>
<mollie_subscriptions>
<general>
<version>v1.8.0</version>
<version>v1.9.0</version>
<enable>0</enable>
<debug>0</debug>
</general>
Expand Down
6 changes: 3 additions & 3 deletions view/base/web/template/grid/cursor-based-paging.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
*/
-->
<div class="admin__data-grid-pager-wrap">
<scope args="sizes" render=""/>
<scope args="sizes" render=""></scope>

<div class="admin__data-grid-pager">
<button class="action-previous" type="button" attr="title: $t('Previous Page')" click="prev" disable="!hasPrevious()"/>
<button class="action-next" type="button" attr="title: $t('Next Page')" click="next" disable="!hasNext()"/>
<button class="action-previous" type="button" attr="title: $t('Previous Page')" click="prev" disable="!hasPrevious()"></button>
<button class="action-next" type="button" attr="title: $t('Next Page')" click="next" disable="!hasNext()"></button>
</div>
</div>
12 changes: 6 additions & 6 deletions view/base/web/template/grid/toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
-->
<div class="admin__data-grid-header" afterRender="$data.setToolbarNode">
<div class="admin__data-grid-header-row">
<div class="admin__data-grid-actions-wrap" each="getRegion('dataGridActions')" render=""/>
<each args="getRegion('dataGridFilters')" render=""/>
<div class="admin__data-grid-actions-wrap" each="getRegion('dataGridActions')" render=""></div>
<each args="getRegion('dataGridFilters')" render=""></each>
</div>
<div class="admin__data-grid-header-row row row-gutter">
<div class="col-xs-2" if="hasChild('listing_massaction')" ko-scope="requestChild('listing_massaction')" render=""/>
<div class="col-xs-2" if="hasChild('listing_massaction')" ko-scope="requestChild('listing_massaction')" render=""></div>
<div css="
'col-xs-10': hasChild('listing_massaction'),
'col-xs-12': !hasChild('listing_massaction')">
<div class="row" ko-scope="requestChild('listing_paging')">
<!-- Disabled: -->
<!-- <div class="col-xs-3" render="totalTmpl"/> -->
<div class="col-xs-12" render=""/>
<!-- <div class="col-xs-3" render="totalTmpl"></div> -->
<div class="col-xs-12" render=""></div>
</div>
</div>
</div>
</div>

<render args="stickyTmpl" if="$data.sticky"/>
<render args="stickyTmpl" if="$data.sticky"></render>

0 comments on commit f92ae43

Please sign in to comment.