From ba8741a7b6514bc5b2808f892697ab9b8526ab67 Mon Sep 17 00:00:00 2001 From: idfx Date: Sun, 17 Mar 2002 17:53:31 +0000 Subject: [PATCH] templateModelRoot ist now a simplehash with two entries: data and config, bugfix for bugs: 46, 45 and 20 --- templates-dist/de/comment.template | 10 +++++----- templates-dist/de/commentlist.template | 26 +++++++++++++------------- templates-dist/de/confirm.template | 10 +++++----- templates-dist/fehler.template | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/templates-dist/de/comment.template b/templates-dist/de/comment.template index b7b68101..d7245cc3 100755 --- a/templates-dist/de/comment.template +++ b/templates-dist/de/comment.template @@ -10,11 +10,11 @@ indymedia.de | comment
- - - + + + - + @@ -25,7 +25,7 @@ indymedia.de | comment datum: - ${date} + ${data.date} diff --git a/templates-dist/de/commentlist.template b/templates-dist/de/commentlist.template index 501b920b..4fa64aea 100755 --- a/templates-dist/de/commentlist.template +++ b/templates-dist/de/commentlist.template @@ -13,21 +13,21 @@ - - + + @@ -58,7 +58,7 @@ ${entry.description} - edit + edit @@ -78,10 +78,10 @@ -zurueck  +zurueck  - -weiter + +weiter diff --git a/templates-dist/de/confirm.template b/templates-dist/de/confirm.template index d0e8ff2e..6be1df5f 100755 --- a/templates-dist/de/confirm.template +++ b/templates-dist/de/confirm.template @@ -15,12 +15,12 @@
- + - - - - + + + +
diff --git a/templates-dist/fehler.template b/templates-dist/fehler.template index 361d1d0e..78954d2a 100755 --- a/templates-dist/fehler.template +++ b/templates-dist/fehler.template @@ -20,7 +20,7 @@

-

${date} -- ${errorstring} +

${data.date} -- ${data.errorstring}

-- 2.11.0