From 7205ed2abaeba20c60f70a87d13de68dc73c8066 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 29 Oct 2009 23:44:51 +0000 Subject: [PATCH] More fixes (constants still there) --- .../de/html/member/member_holiday_form.tpl | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/templates/de/html/member/member_holiday_form.tpl b/templates/de/html/member/member_holiday_form.tpl index 4a1dcb1dc8..5eb95c1300 100644 --- a/templates/de/html/member/member_holiday_form.tpl +++ b/templates/de/html/member/member_holiday_form.tpl @@ -1,8 +1,10 @@ +
- + @@ -10,8 +12,9 @@ - + @@ -19,8 +22,9 @@ - + @@ -59,10 +63,11 @@ - +
{--HOLIDAY_MEMBER_TITLE--} + {--HOLIDAY_MEMBER_TITLE--} +
 
{--HOLIDAY_MEMBER_TSTART--}:  $content[start_day]. $content[start_month]. - $content[start_year] + $content[start_day].$content[start_month].$content[start_year] +
 
{--HOLIDAY_MEMBER_TEND--}:  {--_END_DAY--}. {--_END_MONTH--}. - {--_END_YEAR--} + $content[end_day].$content[end_month].$content[end_year] +
  
+
-- 2.30.2