X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault%2Faddressbook_list.tpl;h=bb54978a912eacd5ac8346cbafd16e0711e9f07b;hp=5b82bcf5f60ca7ada3ce2ac824b51e633498c45c;hb=cfed430aaa7e26ec41ede426f0b1e604cafd38e7;hpb=aee134939b7ee4fe9dda27b1302ac70b311b5f81 diff --git a/templates/default/addressbook_list.tpl b/templates/default/addressbook_list.tpl index 5b82bcf5..bb54978a 100644 --- a/templates/default/addressbook_list.tpl +++ b/templates/default/addressbook_list.tpl @@ -1,49 +1,61 @@ +
- - - - - - - + + + + '; @@ -102,17 +124,21 @@ $colspan = $abook_has_extra_field ? 6 : 5; echo ''."\n"; } foreach ($source['Addresses'] as $contact) { - $id = $contact['NickName'] .'_'. $current_backend; - ?> - > + echo ''; + if (!empty($contact['special_message'])) { + echo ''; + } else { + $id = $current_backend . '_' . $contact['NickName']; + ?> - - - - + + + + '.$contact['Extra'].''."\n"; + if ($abook_has_extra_field) { + echo ''."\n"; + } } ?> @@ -122,3 +148,4 @@ $colspan = $abook_has_extra_field ? 6 : 5; ?>
class="header1"> +
- name="editaddr" id="editaddr" /> - name="deladdr" id="deladdr" /> - + +
+ display('addressbook_paginator.tpl'); + if (!empty($plugin_output['address_book_navigation'])) echo $plugin_output['address_book_navigation']; + ?> +
+ " 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" />
" onclick="toggle_all('address_book_form', 'sel', false); return false;" />
'._("Address book is empty").'
' . $contact['special_message'] . '' : ''); ?> '.$contact['Extra'].'
+