]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/copyright_backlink.tpl
Installation page=welcome rewritten to use div
[mailer.git] / templates / de / html / copyright_backlink.tpl
index 68f9d8982c4ce630a7a6eca5fc46c02664baf6ba..e02e39610cd1df2382b71127d06915dec0197f4d 100644 (file)
@@ -1,14 +1,15 @@
-<table border="0" cellspacing="0" cellpadding="0" align="center">
-       <tr>
-               <td align="center" class="footer_lines">
-                       [<a href="{!SERVER_URL!}/" title="{!TITLE!}" target="_blank" rel="external">{!TITLE!}</a>]
-                       v{!FULL_VERSION!} R{!CURR_SVN_REVISION!}<br />
-                       {!COPY!}
-               </td>
-               <td align="center" width="50%" class="footer_lines">
-                       This website&#39;s engine is free software which is released under
-                       the [<a href="http://www.gnu.org" rel="external" target="_blank"
-                        title="GNU is Not Unix">GNU</a>] GPL either version 2 of the License.
-               </td>
-       </tr>
-</table>
+<div align="center">
+<div class="footer_box">
+<div class="footer_lines" style="float:left">
+       [<a href="{!SERVER_URL!}/" title="{!TITLE!}" target="_blank" rel="external">{!TITLE!}</a>]
+       v{!FULL_VERSION!} R{!CURR_SVN_REVISION!}<br />
+       {!COPY!}
+</div>
+
+<div class="footer_lines" style="float:right">
+       This website&#39;s engine is free software which is released under the
+       [<a href="http://www.gnu.org" rel="external" target="_blank"
+        title="GNU is Not Unix">GNU</a>] GPL either version 2 of the License.
+</div>
+</div>
+</div>