Skip to content

Commit

Permalink
Merge pull request #79 from plone/erral-issue-78
Browse files Browse the repository at this point in the history
Make action and condition editing modal screens bigger
  • Loading branch information
erral authored Mar 30, 2023
2 parents dc754ed + 409fd9d commit 8d080fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions news/78.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Make modal action and condition editing modal screens bigger
[erral]
2 changes: 2 additions & 0 deletions plone/app/contentrules/browser/templates/manage-elements.pt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +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;"
tal:condition="condition/editview"
tal:attributes="
href string:${condition/editview}?_authenticator=${auth_token};
Expand Down Expand Up @@ -233,6 +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;"
tal:condition="action/editview"
tal:attributes="
href string:${action/editview}?_authenticator=${auth_token};
Expand Down

0 comments on commit 8d080fd

Please sign in to comment.