Skip to content

Commit

Permalink
fix rendering of edit modal dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
1letter committed Nov 7, 2024
1 parent 16e667c commit 426b1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plone/app/contentrules/browser/templates/manage-elements.pt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<div class="col-auto">
<div class="rule-operations">
<a class="pat-plone-modal btn btn-sm btn-primary"
data-pat-plone-modal="modalSizeClass: modal-xl;"
data-pat-plone-modal="modalSizeClass: modal-xl;content:#content-core"
tal:condition="condition/editview"
tal:attributes="
href string:${condition/editview}?_authenticator=${auth_token};
Expand Down Expand Up @@ -234,7 +234,7 @@
<div class="col-auto">
<div class="rule-operations">
<a class="pat-plone-modal btn btn-sm btn-primary"
data-pat-plone-modal="modalSizeClass: modal-xl;"
data-pat-plone-modal="modalSizeClass: modal-xl;content:#content-core"
tal:condition="action/editview"
tal:attributes="
href string:${action/editview}?_authenticator=${auth_token};
Expand Down

0 comments on commit 426b1c4

Please sign in to comment.