From aedfeaca552e127e05bee9119f4e071826c51143 Mon Sep 17 00:00:00 2001 From: bettina Date: Sat, 5 Jan 2002 00:26:39 +0000 Subject: [PATCH] added missing street --- addressbook/templates/default/format_de.tpl | 37 +++++++++++---------- addressbook/templates/default/format_us.tpl | 34 ++++++++++--------- 2 files changed, 38 insertions(+), 33 deletions(-) diff --git a/addressbook/templates/default/format_de.tpl b/addressbook/templates/default/format_de.tpl index d339abefbb..5eb443d5f4 100644 --- a/addressbook/templates/default/format_de.tpl +++ b/addressbook/templates/default/format_de.tpl @@ -1,21 +1,22 @@ + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
{title}{firstname} {lastname}
{company}
{department}
{city}
{zip}
{country}
{title}{firstname} {lastname}
{company}
{department}
{street}
{city}
{zip}
diff --git a/addressbook/templates/default/format_us.tpl b/addressbook/templates/default/format_us.tpl index 464d5d1e09..c556cfcd28 100644 --- a/addressbook/templates/default/format_us.tpl +++ b/addressbook/templates/default/format_us.tpl @@ -1,18 +1,22 @@ + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
{title}{firstname} {lastname}
{company}
{department}
{city}, {state} {zip}
{country}
{title}{firstname} {lastname}
{company}
{department}
{street}
{city}, {state} {zip}
{country}