Fixed wrong icon name
authorMarcel Werk <burntime@woltlab.com>
Wed, 23 Nov 2016 22:08:49 +0000 (23:08 +0100)
committerMarcel Werk <burntime@woltlab.com>
Wed, 23 Nov 2016 22:08:49 +0000 (23:08 +0100)
wcfsetup/install/files/acp/templates/noticeList.tpl

index e5f576cc040a7e79fc44ead3c4280dcea64ae061..620e0364505c62fc049e55b9547bca7f604197c9 100644 (file)
@@ -45,7 +45,7 @@
                                                
                                                <span class="statusDisplay sortableButtonContainer">
                                                        <span class="icon icon16 fa-arrows sortableNodeHandle"></span>
-                                                       <span class="icon icon16 fa-{if $notice->isDisabled}check-{/if}square-o jsToggleButton jsTooltip pointer" title="{lang}wcf.global.button.{if $notice->isDisabled}enable{else}disable{/if}{/lang}" data-object-id="{@$notice->noticeID}"></span>
+                                                       <span class="icon icon16 fa-{if !$notice->isDisabled}check-{/if}square-o jsToggleButton jsTooltip pointer" title="{lang}wcf.global.button.{if $notice->isDisabled}enable{else}disable{/if}{/lang}" data-object-id="{@$notice->noticeID}"></span>
                                                        <a href="{link controller='NoticeEdit' object=$notice}{/link}" title="{lang}wcf.global.button.edit{/lang}" class="jsTooltip"><span class="icon icon16 fa-pencil"></span></a>
                                                        <span class="icon icon16 fa-times jsDeleteButton jsTooltip pointer" title="{lang}wcf.global.button.delete{/lang}" data-object-id="{@$notice->noticeID}" data-confirm-message-html="{lang __encode=true}wcf.acp.notice.delete.confirmMessage{/lang}"></span>