summaryrefslogtreecommitdiffstats
path: root/templates/page-news.html
diff options
context:
space:
mode:
authorJonathan Bauer2014-06-06 17:37:02 +0200
committerJonathan Bauer2014-06-06 17:37:02 +0200
commit104caa9407b86eaa4971750a183bef0e5891f959 (patch)
tree7e17a391f016c52266588d38de89d3c35a72d93d /templates/page-news.html
parentnews page now lists old news. Make use of actions. (diff)
downloadslx-admin-104caa9407b86eaa4971750a183bef0e5891f959.tar.gz
slx-admin-104caa9407b86eaa4971750a183bef0e5891f959.tar.xz
slx-admin-104caa9407b86eaa4971750a183bef0e5891f959.zip
better action handling for news
Diffstat (limited to 'templates/page-news.html')
-rw-r--r--templates/page-news.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page-news.html b/templates/page-news.html
index 76692d29..c3826c4f 100644
--- a/templates/page-news.html
+++ b/templates/page-news.html
@@ -50,7 +50,7 @@
<td class="text-left" nowrap="nowrap">{{date}}</td>
<td>{{title}}</td>
<td>{{content}}</td>
- <td><a class="btn btn-primary btn-sm glyphicon glyphicon-share-alt" href="?do=news&amp;newsid={{newsid}}&amp;action=apply"> Übernehmen</a></td>
+ <td><a class="btn btn-primary btn-sm glyphicon glyphicon-share-alt" href="?do=news&amp;newsid={{newsid}}&amp;action=show"> Übernehmen</a></td>
<td><a class="btn btn-danger btn-sm glyphicon glyphicon-remove" href="?do=news&amp;newsid={{newsid}}&amp;action=delete"> Löschen</a></td>
</tr>
{{/list}}