Currently, the only event operation (delete) has a very different markup than the operations of conditions and actions.
Would be nice if we could align this.

Comments

dasjo’s picture

the attached patch changes the operations markup to

<td>
  <ul class="rules-operations action-links rules_rule_event">
    <li class="delete_event first last"><a href="...delete_url...">delete</a></li>
  </ul>
</td>
dasjo’s picture

Status: Active » Needs review
dasjo’s picture

btw. in the future we might want to be able to edit events and their settings as well (should be handled in a separate issue)

fago’s picture

Status: Needs review » Reviewed & tested by the community

Thanks, looks good - will commit later.

fago’s picture

Status: Reviewed & tested by the community » Fixed

Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.