Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Tue, 3 Sep 2013 21:56:24 +0000 (23:56 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 3 Sep 2013 21:56:24 +0000 (23:56 +0200)
wcfsetup/install/files/acp/templates/templateList.tpl

index 13fdfe418fb2d7e280d9cb14716912f762009b39..e9203e704356f30d3ce1e15a3e7d9ffa0dde3834 100644 (file)
                                                        {event name='rowButtons'}
                                                </td>
                                                <td class="columnID">{@$template->templateID}</td>
-                                               <td class="columnTitle columnTemplateName">{if $template->application != 'wcf'}[{$template->application}] {/if}{if $template->templateGroupID}<a href="{link controller='TemplateEdit' id=$template->templateID}{/link}">{$template->templateName}</a>{else}{$template->templateName}{/if}</td>
+                                               <td class="columnTitle columnTemplateName">{if $template->application != 'wcf'}<span class="badge label">{$template->application}</span> {/if}{if $template->templateGroupID}<a href="{link controller='TemplateEdit' id=$template->templateID}{/link}">{$template->templateName}</a>{else}{$template->templateName}{/if}</td>
                                                <td class="columnDate columnLastModificationTime">{@$template->lastModificationTime|time}</td>
                                                
                                                {event name='columns'}