diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-11-27 22:50:14 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-11-27 22:50:14 +0000 |
| commit | 3b51f5417cc514c27b1138eb8e2d0ec4cf3360c4 (patch) | |
| tree | e74a57761ce46d4193f345213a787700d7dc364c /calendar.php | |
| parent | 10dc50a7e5505cde503d78c7f39c02147890024f (diff) | |
| download | webtrees-3b51f5417cc514c27b1138eb8e2d0ec4cf3360c4.tar.gz webtrees-3b51f5417cc514c27b1138eb8e2d0ec4cf3360c4.tar.bz2 webtrees-3b51f5417cc514c27b1138eb8e2d0ec4cf3360c4.zip | |
Correct centering of table content - calendar.php
Diffstat (limited to 'calendar.php')
| -rw-r--r-- | calendar.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar.php b/calendar.php index 4f060b3b54..c74af0ece5 100644 --- a/calendar.php +++ b/calendar.php @@ -278,7 +278,7 @@ echo '</select>'; echo '</td></tr>'; echo '</table></form>'; -echo "<table class=\"center width100\">"; +echo "<table class=\"width100\">"; // Day/Month/Year and calendar selector echo '<tr><td class="topbottombar width50">'; @@ -414,9 +414,9 @@ case 'calendar': switch ($action) { case 'year': case 'today': - echo "<table class=\"center width100\"><tr>"; + echo "<table class=\"width100\"><tr>"; // Table headings - echo "<td class=\"descriptionbox center width50\">"; + echo "<td class=\"descriptionbox width50\">"; if (isset($WT_IMAGES['indis'])) echo "<img id=\"calendar_img_indi\" src=\"{$WT_IMAGES['indis']}\" title=\"", WT_I18N::translate('Individuals'), "\" alt=\"", WT_I18N::translate('Individuals'), "\"> "; echo WT_I18N::translate('Individuals'), "</td>"; echo "<td class=\"descriptionbox center width50\">"; |
