From: jervfors Date: Mon, 24 May 2004 01:26:40 +0000 (+0000) Subject: Oops. This wasn't supposed to be commited. Going back to 1.32 X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=975f0272c0204fb92a90fb632f850163cda09c46;hp=04f17bd9fcafc9c7fe477bb88492b3c519ac4fb1 Oops. This wasn't supposed to be commited. Going back to 1.32 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7538 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/vcard.php b/src/vcard.php index 664dfe27..ecbaefd1 100644 --- a/src/vcard.php +++ b/src/vcard.php @@ -42,13 +42,9 @@ sqimap_mailbox_select($imapConnection, $mailbox); displayPageHeader($color, 'None'); -?> -
- - -' . +echo '
' . "\n" . + '
' . '
' . _("Viewing a Business Card") . " - "; $msg_url = 'read_body.php?mailbox='.urlencode($mailbox). @@ -120,7 +116,7 @@ $ShowValues = array( 'tel;fax' => _("Fax"), 'note' => _("Note")); -echo '

' . +echo '

' . '' . "\n"; if (isset($vcard_safe['email;internet'])) { @@ -140,23 +136,24 @@ foreach ($ShowValues as $k => $v) { } } -?> -
-
-
- - -' . + '
- -
- - - - -
- -
-' . + '
' . + '
' . + '' . + '' . + '' . + ' -' . + '' . + '
' . + '
' . + _("Add to Addressbook") . + '
' . + addForm('../src/addressbook.php', 'POST', 'f_add') . + '' . + '' . + '' . + ' - -
Nickname:'. + addInput('addaddr[nickname]', $vcard_safe['firstname'] . '-' . $vcard_safe['lastname'], '20'). + '
Note Field Contains:' ; $opts = array(); if (isset($vcard_nice['url'])) { @@ -190,34 +187,27 @@ if (isset($vcard_nice['note'])) { $opts[$vcard_nice['note']] = _("Note"); } -echo addSelect('addaddr[label]', $opts, '', TRUE); - -?> -
- -
- -
-' . - _("Download this as a file") . ''; +echo addSelect('addaddr[label]', $opts, '', TRUE); +echo '
' . + addHidden('addaddr[email]', $vcard_nice['email;internet']). + addHidden('addaddr[firstname]', $vcard_safe['firstname']). + addHidden('addaddr[lastname]', $vcard_safe['lastname']). + addSubmit(_("Add to Address Book"), 'addaddr[SUBMIT]'). + '
' . + '' . + '
' . + '' . + _("Download this as a file") . '' . + '
' . + + '' . + '
' . + '
' . + ''; ?> - - - -
-