X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2Fdefault%2Faddressbook_list.tpl;h=4732c7a7123580e170dbf155e6d33566d217b385;hb=353d074afac6827c90f4bb03e846c5e453d3b5b1;hp=b67d5c0483eeba4708ef6894e0e29b9eb38bb4a9;hpb=c91b2e3b5b2b35ab39b7c44bc866318b7341f7a1;p=squirrelmail.git diff --git a/templates/default/addressbook_list.tpl b/templates/default/addressbook_list.tpl index b67d5c04..4732c7a7 100644 --- a/templates/default/addressbook_list.tpl +++ b/templates/default/addressbook_list.tpl @@ -1,49 +1,61 @@ +
+
- - - - - - - - + + + + + '; @@ -101,17 +125,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"; + } } ?> @@ -121,3 +149,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'].'
+