]> git.mxchange.org Git - mailer.git/commitdiff
Fixed wrong CSS classes
authorRoland Häder <roland@mxchange.org>
Fri, 29 Oct 2010 14:16:39 +0000 (14:16 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 29 Oct 2010 14:16:39 +0000 (14:16 +0000)
templates/de/html/install/install_page2.tpl
templates/de/html/install/install_page3.tpl

index 99c5c7af6871c91a1ee1e5322dec739c6d98d2fc..7d47db9f84de9425c763db54f0c8281e0213c70e 100644 (file)
@@ -1,6 +1,6 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=install.php?page=3%}" method="post" target="_self">
-<table border="0" cellspacing="0" cellpadding="0" class="table">
+<table border="0" cellspacing="0" cellpadding="0" class="install_main">
        <tr>
                <td colspan="2" align="center" class="install_title">
                        <div class="install_welcome">{--INSTALLER_HEADER_TEXT_PAGE2--}</div>
index a109e05e26a6e1a17c1d8148fb01fc50780d4070..014f06a4f36c1f967e6f1623b85be46feaebf87f 100644 (file)
@@ -1,5 +1,5 @@
 <form accept-charset="utf-8" action="{%url=install.php?page=5%}" method="post" target="_self">
-<table border="0" cellspacing="0" cellpadding="0" class="table">
+<table border="0" cellspacing="0" cellpadding="0" class="install_main">
        <tr>
                <td colspan="2" align="center">
                        <div class="install_welcome">{--INSTALLER_HEADER_TEXT_PAGE3--}</div>