Skip to content

Commit

Permalink
Merge pull request #370 from bjagg/fix/action-urls
Browse files Browse the repository at this point in the history
Fix: action urls
  • Loading branch information
loulou2u authored Jan 6, 2023
2 parents 7592bb4 + 42a82c1 commit 623662a
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 183 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/jsp/adminNews.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<portlet:param name="action" value="deletePredefinedFeed"/>
<portlet:param name="id" value="${ feed.id }"/>
</portlet:actionURL>

<form action="${deleteFeedUrl}" method="post">
<button type="submit">
<button type="submit" class="not-button">
<a href="javascript:void(0);" title="<spring:message code="edit.news.delete.title"/>">
<i class="fa fa-lg fa-trash-o"></i>
</a>
Expand Down
Loading

0 comments on commit 623662a

Please sign in to comment.