Added the name of the current style in the "edit"-form
authorpebeah <itsmepasse@gmail.com>
Tue, 23 Apr 2013 16:05:07 +0000 (18:05 +0200)
committerpebeah <itsmepasse@gmail.com>
Tue, 23 Apr 2013 16:05:07 +0000 (18:05 +0200)
wcfsetup/install/files/acp/templates/styleAdd.tpl

index 056ce81eb0e10fa111e9778bd1daa63245121a39..c0375891483f019c5a25665cdff9c2af8529f801 100644 (file)
@@ -44,7 +44,7 @@
 </script>
 <header class="boxHeadline">
        <hgroup>
-               <h1>{lang}wcf.acp.style.{$action}{/lang}</h1>
+               <h1>{lang}wcf.acp.style.{$action}{/lang}{if $action == 'edit'} „{$styleName}“{/if}</h1>
        </hgroup>
 </header>