silverstripe-blog/templates/BlogManagementWidget.ss
Ingo Schommer c044f8c7e9 Transifex translation support
Renamed auto-template entities from ".ss" to "_ss" to avoid clashes with YAML namespaces
2013-07-08 11:58:21 +02:00

6 lines
319 B
Scheme

<ul>
<% if PostLink %><li><a href="$PostLink"><% _t('BlogManagementWidget_ss.POSTNEW', 'Post a new blog entry') %></a></li><% end_if %>
<% if CommentLink %><li><a href="$CommentLink">$CommentText</a></li><% end_if %>
<li><a href="Security/logout"><% _t('BlogManagementWidget_ss.LOGOUT', 'Logout') %></a></li>
</ul>