From b3384b4a7a9d39dda282637b9d34e8449e8bb43a Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 7 May 2008 23:08:08 +0000 Subject: [PATCH 1/1] Add toggle all checkbox and plugin output section in nav bar git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13116 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/addressbook_list.tpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/default/addressbook_list.tpl b/templates/default/addressbook_list.tpl index b67d5c04..d0de0159 100644 --- a/templates/default/addressbook_list.tpl +++ b/templates/default/addressbook_list.tpl @@ -61,8 +61,9 @@ $colspan = $abook_has_extra_field ? 6 : 5; - name="editaddr" id="editaddr" /> - name="deladdr" id="deladdr" /> + name="editaddr" id="editaddr" /> + name="deladdr" id="deladdr" /> + class="abookSwitch"> - + " onclick="toggle_all('address_book_form', 'sel', false); return false;" /> -- 2.25.1