X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault%2Faddressbook_list.tpl;h=1da30ad62a7b6920c8bc5da646942d83bb5c9d51;hp=dbbbce05f5ae23a54a70f118cce529922fa7170b;hb=f4f64c5865bd0ae43c408e458858d7d7065c41ca;hpb=232fb7143568a60206fcd78e37f0b027ef13b5df diff --git a/templates/default/addressbook_list.tpl b/templates/default/addressbook_list.tpl index dbbbce05..1da30ad6 100644 --- a/templates/default/addressbook_list.tpl +++ b/templates/default/addressbook_list.tpl @@ -5,6 +5,10 @@ * Template for the basic address book list * * The following variables are available in this template: + * $compose_new_win - whether or not the user prefs are set to compose + * messages in a popup window + * $compose_width - width of popup compose window if needed + * $compose_height - height of popup compose window if needed * $current_backend - integer containing backend currently displayed. * $abook_select - string containing HTML to display the address book * selection drop down @@ -55,28 +59,29 @@ $colspan = $abook_has_extra_field ? 6 : 5;
- - '."\n"; } foreach ($source['Addresses'] as $contact) { - $id = $contact['NickName'] .'_'. $current_backend; + $id = $current_backend . '_' . $contact['NickName']; ?> - > + - - - - + + + + '.$contact['Extra'].''."\n";
class="header1"> +
- name="editaddr" id="editaddr" /> - name="deladdr" id="deladdr" /> + " name="editaddr" id="editaddr" /> + " name="deladdr" id="deladdr" /> + name="compose_to" id="compose_to" /> class="abookSwitch"> + 0) { ?> - name="change_abook" id="change_abook" /> + " name="change_abook" id="change_abook" /> '._("Address book is empty").'
' : ''); ?>