Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / registerNewActivationCode.tpl
index ecac56103ec8a429eb6659a5804b4bfb6d8aba81..ee0e239f1c5b95d4db5257e6b7b8a247dfadd240 100644 (file)
@@ -1,34 +1,7 @@
-{include file='documentHeader'}
-
-<head>
-       <title>{lang}wcf.user.newActivationCode{/lang} - {PAGE_TITLE|language}</title>
-       {include file='headInclude'}
-</head>
-
-<body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
-
 {include file='header'}
 
-<header class="contentHeader">
-       <h1 class="contentTitle">{lang}wcf.user.newActivationCode{/lang}</h1>
-</header>
-
-{include file='userNotice'}
-
 {include file='formError'}
-       
-<div class="contentNavigation">
-       {hascontent}
-               <nav>
-                       <ul>
-                               {content}
-                                       {event name='contentNavigationButtons'}
-                               {/content}
-                       </ul>
-               </nav>
-       {/hascontent}
-</div>
-       
+
 <form method="post" action="{link controller='RegisterNewActivationCode'}{/link}">
        <div class="section">
                <dl{if $errorField == 'username'} class="formError"{/if}>
@@ -90,6 +63,3 @@
 </form>
 
 {include file='footer'}
-
-</body>
-</html>