From: Roland Häder Date: Mon, 23 Feb 2009 01:38:28 +0000 (+0000) Subject: More HTML swapped and admin contact link rewritten. Resolves #91 X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=1fe7cf281be6832ba105934537aba5127892c576 More HTML swapped and admin contact link rewritten. Resolves #91 --- diff --git a/.gitattributes b/.gitattributes index 78c45ab4b0..73ea2da18d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1174,6 +1174,9 @@ templates/de/html/admin/admin_theme_404.tpl -text templates/de/html/admin/admin_theme_edit.tpl -text templates/de/html/admin/admin_theme_edit_row.tpl -text templates/de/html/admin/admin_theme_import.tpl -text +templates/de/html/admin/admin_theme_import_form.tpl -text +templates/de/html/admin/admin_theme_import_none.tpl -text +templates/de/html/admin/admin_theme_import_row.tpl -text templates/de/html/admin/admin_theme_installed.tpl -text templates/de/html/admin/admin_theme_list.tpl -text templates/de/html/admin/admin_undelete_surfbar_urls.tpl -text @@ -1452,6 +1455,7 @@ templates/de/html/member/member_surfbar_delete_action_form.tpl -text templates/de/html/member/member_surfbar_edit_action_form.tpl -text templates/de/html/member/member_surfbar_link.tpl -text templates/de/html/member/member_surfbar_list.tpl -text +templates/de/html/member/member_surfbar_list_form.tpl -text templates/de/html/member/member_surfbar_list_row.tpl -text templates/de/html/member/member_surfbar_start_dynamic.tpl -text templates/de/html/member/member_surfbar_start_static.tpl -text diff --git a/inc/functions.php b/inc/functions.php index 2b393d7377..6fc7d1bd97 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1403,31 +1403,31 @@ function CREATE_TIME_SELECTIONS ($timestamp, $prefix="", $display="", $align="ce $OUT .= "\n"; if (ereg('Y', $display) || (empty($display))) { - $OUT .= "
"._YEARS."\n"; + $OUT .= "
{--_YEARS--}\n"; } if (ereg("M", $display) || (empty($display))) { - $OUT .= "
"._MONTHS."\n"; + $OUT .= "
{--_MONTHS--}\n"; } if (ereg("W", $display) || (empty($display))) { - $OUT .= "
"._WEEKS."\n"; + $OUT .= "
{--_WEEKS--}\n"; } if (ereg("D", $display) || (empty($display))) { - $OUT .= "
"._DAYS."\n"; + $OUT .= "
{--_DAYS--}\n"; } if (ereg("h", $display) || (empty($display))) { - $OUT .= "
"._HOURS."\n"; + $OUT .= "
{--_HOURS--}\n"; } if (ereg("m", $display) || (empty($display))) { - $OUT .= "
"._MINUTES."\n"; + $OUT .= "
{--_MINUTES--}\n"; } if (ereg("s", $display) || (empty($display))) { - $OUT .= "
"._SECONDS."\n"; + $OUT .= "
{--_SECONDS--}\n"; } $OUT .= "\n"; @@ -1438,7 +1438,7 @@ function CREATE_TIME_SELECTIONS ($timestamp, $prefix="", $display="", $align="ce $OUT .= " \n"; @@ -1452,7 +1452,7 @@ function CREATE_TIME_SELECTIONS ($timestamp, $prefix="", $display="", $align="ce for ($idx = 0; $idx <= 11; $idx++) { $OUT .= "