Skip to content

Commit

Permalink
add rule-title class to make it easier to look it up
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango authored and agitator committed Jan 12, 2022
1 parent cffdd74 commit 3cf13de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/contentrules/browser/templates/controlpanel.pt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<tr tal:define="oddrow repeat/rule/odd"
tal:attributes="class python:(oddrow and 'even ' or 'odd ') + rule['row_class'];">
<td>
<h5>
<h5 class="rule-title">
<span
tal:replace="rule/title">Rule Title</span>
</h5>
Expand Down

0 comments on commit 3cf13de

Please sign in to comment.