We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
button
1 parent 4dea207 commit ad916cdCopy full SHA for ad916cd
1 file changed
com.woltlab.wcf/templates/articleList.tpl
@@ -16,7 +16,7 @@
16
{capture assign='contentHeaderNavigation'}
17
{if $canManageArticles}
18
{if $availableLanguages|count > 1}
19
- <li><button type="button" class="button buttonPrimary jsButtonArticleAdd">{icon name='plus'} <span>{lang}wcf.acp.article.add{/lang}</span></a></li>
+ <li><button type="button" class="button buttonPrimary jsButtonArticleAdd">{icon name='plus'} <span>{lang}wcf.acp.article.add{/lang}</span></button></li>
20
{else}
21
<li><a href="{link controller='ArticleAdd'}{/link}" class="button buttonPrimary">{icon name='plus'} <span>{lang}wcf.acp.article.add{/lang}</span></a></li>
22
{/if}
0 commit comments