From a3ee594ae84a5f559ef54a66530dea6270c8acde Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Thu, 30 Oct 2008 23:17:59 +0100 Subject: [PATCH] Adds a toggle button and a larger click target to toggle people in the ML/directory synchronisation page (Closes #914). Updates ChangeLog. --- ChangeLog | 3 +++ templates/xnetlists/sync.tpl | 36 ++++++++++++++++++++++++++++++++---- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 164bcfd..2ab6115 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,9 @@ Bug/Wish: - #791: Adds the possibility to do an exact search -JAC - #822: Adds the possibility to search on diplomas -JAC + * XnetList: + - #914: Adds a toggle button in the ML/directory sync. page -JAC + ================================================================================ VERSION 0.9.17 19 07 2008 diff --git a/templates/xnetlists/sync.tpl b/templates/xnetlists/sync.tpl index 4c313f4..5916750 100644 --- a/templates/xnetlists/sync.tpl +++ b/templates/xnetlists/sync.tpl @@ -28,13 +28,15 @@ - + {foreach from=$not_in_list item=u} - - - + + + {/foreach} @@ -44,6 +46,32 @@
Membre + {icon name="arrow_refresh" title="Tout (dé)cocher"} +
{$u.nom|strtoupper} {$u.prenom}{$u.promo}
+ + {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *} -- 2.1.4