Fixed usage of RELATIVE_WCF_DIR during setup
authorAlexander Ebert <ebert@woltlab.com>
Mon, 12 Sep 2011 15:44:34 +0000 (17:44 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 12 Sep 2011 15:44:34 +0000 (17:44 +0200)
wcfsetup/setup/template/footer.tpl
wcfsetup/setup/template/header.tpl

index 892a5acef2337a5b1f1e45d9fe83b05a017908d7..219b53ddaa957abc9e3fe4fbc06406cc6d382f98 100644 (file)
@@ -9,7 +9,7 @@
                <div>
                        <nav id="footerNavigation" class="footerNavigation">
                                <ul>
-                                       <li id="toTopLink" class="toTopLink"><a href="#top" title="{lang}wcf.global.scrollUp{/lang}" class="balloonTooltip"><img src="{@RELATIVE_WCF_DIR}icon/toTop.svg" alt="" /> <span class="invisible">{lang}wcf.global.scrollUp{/lang}</span></a></li>
+                                       {* TODO: <li id="toTopLink" class="toTopLink"><a href="#top" title="{lang}wcf.global.scrollUp{/lang}" class="balloonTooltip"><img src="{@RELATIVE_WCF_DIR}icon/toTop.svg" alt="" /> <span class="invisible">{lang}wcf.global.scrollUp{/lang}</span></a></li> *}
                                </ul>
                        </nav>
                </div>
index 5fa56f33029877a9af2b5d4bc0016a8c5b257012..3e2318498fe4427e35146c0ac565b607f43e9843 100644 (file)
                        <!-- logo -->
                        <div id="logo" class="logo">
                                <h1>Installation</h1>
-                               <!-- ToDo: include the correct header image <img src="{@RELATIVE_WCF_DIR}acp/images/wcfLogoWhite.svg" width="300" height="58" alt="Product-logo" title="Installation" />-->
+                               {* ToDo: include the correct header image <img src="{@RELATIVE_WCF_DIR}acp/images/wcfLogoWhite.svg" width="300" height="58" alt="Product-logo" title="Installation" /> *}
                                
                                <!-- no search area -->
                        </div>
                        <nav class="headerNavigation">
                                <div>
                                        <ul>
-                                               <li id="toBottomLink" class="toBottomLink"><a href="#bottom" title="{lang}wcf.global.scrollDown{/lang}" class="balloonTooltip"><img src="{@RELATIVE_WCF_DIR}icon/toBottom.svg" alt="" /> <span class="invisible">{lang}wcf.global.scrollDown{/lang}</span></a></li>
+                                               {* TODO: include the correct image <li id="toBottomLink" class="toBottomLink"><a href="#bottom" title="{lang}wcf.global.scrollDown{/lang}" class="balloonTooltip"><img src="{@RELATIVE_WCF_DIR}icon/toBottom.svg" alt="" /> <span class="invisible">{lang}wcf.global.scrollDown{/lang}</span></a></li> *}
                                        </ul>
                                </div>
                        </nav>
                        <section id="content" class="content">
                                
                                <header class="mainHeading setup">
-                                       {* ToDo: Installation Icon *}
+                                       {* ToDo: Installation Icon
                                        <img src="{@RELATIVE_WCF_DIR}icon/cache1.svg" alt="" />
-                                       {* /Installation Icon *}
+                                       /Installation Icon *}
                                        <hgroup>
                                                <h1>{lang}wcf.global.title{/lang}</h1>
                                                <h2>{lang}wcf.global.title.subtitle{/lang}</h2>