Skip to Content.
Sympa Menu

en - Re: [sympa-users] adding users to a list

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Adam Bernstein <address@concealed>
  • To: Michael Redinger <address@concealed>
  • Cc: Olivier Salaün - CRU <address@concealed>, address@concealed
  • Subject: Re: [sympa-users] adding users to a list
  • Date: Fri, 12 Aug 2005 10:03:16 -0700

> IMHO it would be better calling it "Manage Subscribers" and putting it
> right after "Admin" (or placing "Admin" right before this entry, sothat
> all the admin tasks are grouped together).

Or better yet, here's a perfect opportunity for me to suggest another
one of my changes: Take out the Review button entirely, don't add a new
one under Manage, but just turn Subscribers in the list_panel (and
Errors, Owners, and Moderators also) into live links to the appropriate
pages. Owners and Moderators become links to the basic settings page,
Subscribers goes to the Subscribers page, Errors goes to the Bounces
page.

Attached is my list_panel.tt2, if anyone wants it. (Also have to edit
list_menu.tt2.)

adam

[% IF may_review %] [% IF action == 'review' %][% SET class = 'menuLinksCurrentPage' %][% ELSE %][% SET class = 'menuLinks' %][% END %] [%|loc%]Subscribers:[%END%] [% ELSE %] [%|loc%]Subscribers:[%END%] [% END %] [% total %]
[% IF is_priv %] [% IF action == 'reviewbouncing' %][% SET class = 'menuLinksCurrentPage' %][% ELSE %][% SET class = 'menuLinks' %][% END %] ([%|loc%]Error rate:[%END%] [% bounce_rate %] %)
[% END %] [% IF is_priv %] [% IF group == 'description' %][% SET class = 'menuLinksCurrentPage' %][% ELSE %][% SET class = 'menuLinks' %][% END %] [%|loc%]Owners:[%END%] [% ELSE %] [%|loc%]Owners:[%END%] [% END %] [% FOREACH o = owner %] [% IF o.value.gecos %][% o.value.gecos %][% ELSE %][% o.value.local %][% END %][% IF ! loop.last %],[% END %] [% END %]
[% IF is_priv %] [% IF group == 'description' %][% SET class = 'menuLinksCurrentPage' %][% ELSE %][% SET class = 'menuLinks' %][% END %] [%|loc%]Moderators[%END%]: [% ELSE %] [%|loc%]Moderators[%END%]: [% END %] [% FOREACH e = editor %] [% IF e.value.gecos %][% e.value.gecos %][% ELSE %][% e.value.local %][% END %][% IF ! loop.last %],[% END %] [% END %] [% IF !is_priv %]

[% hidden_head %][%|loc%]Contact owners[%END%][% hidden_end %] [% END %] [% IF list_as_x509_cert %]
[%|loc%]Load certificate[%END%]
[% END %]



Archive powered by MHonArc 2.6.19+.

Top of Page