X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault%2Faddrbook_addedit.tpl;h=44f728c984aa7c2932c4a92ffc3fbf7d9c7ef7b3;hp=51e1e06d18bcdc59d19c15cdd957dbea058fbb44;hb=f4f64c5865bd0ae43c408e458858d7d7065c41ca;hpb=cfd49cc629bb294e7b6015598407f31a85fb00ab diff --git a/templates/default/addrbook_addedit.tpl b/templates/default/addrbook_addedit.tpl index 51e1e06d..44f728c9 100644 --- a/templates/default/addrbook_addedit.tpl +++ b/templates/default/addrbook_addedit.tpl @@ -5,6 +5,7 @@ * Display the form elements to add/edit an entry in the address book * * The following variables are available in this template: + * $current_backend - integer containing backend currently displayed. * $edit - boolean TRUE if we are editing an existing address. * FALSE if the form is blank for adding a new address. * $writable_backends - array of address book backends that can be written @@ -60,6 +61,7 @@ $formname = $edit ? 'editaddr' : 'addaddr'; if (is_array($values['Email'])) { echo ''."\n"; @@ -105,7 +107,10 @@ $formname = $edit ? 'editaddr' : 'addaddr';