From 0adcf97c33de672e202038c92d2c8ba20db9c307 Mon Sep 17 00:00:00 2001 From: zhangweiwu Date: Thu, 30 Jun 2005 07:38:51 +0000 Subject: [PATCH] add better w3 complaince so that I could use style like input[type=text] --- addressbook/inc/class.uiaddressbook.inc.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/addressbook/inc/class.uiaddressbook.inc.php b/addressbook/inc/class.uiaddressbook.inc.php index c177b37150..078403a763 100644 --- a/addressbook/inc/class.uiaddressbook.inc.php +++ b/addressbook/inc/class.uiaddressbook.inc.php @@ -1629,8 +1629,8 @@ . '' . '' . ''; - $bday_day = ''; - $bday_year = ''; + $bday_day = ''; + $bday_year = ''; } else { @@ -1649,8 +1649,8 @@ . '' . '' . ''; - $bday_day = ''; - $bday_year = ''; + $bday_day = ''; + $bday_year = ''; } $time_zone = ''); + $GLOBALS['egw']->template->set_var('bcountry',''); } $GLOBALS['egw']->template->set_var('lang_badrtype',lang('Address Type')); $GLOBALS['egw']->template->set_var('badrtype',$badrtype); @@ -1860,7 +1860,7 @@ } else { - $GLOBALS['egw']->template->set_var('hcountry',''); + $GLOBALS['egw']->template->set_var('hcountry',''); } $GLOBALS['egw']->template->set_var('lang_hadrtype',lang('Address Type')); $GLOBALS['egw']->template->set_var('hadrtype',$hadrtype);