Skip to Content.
Sympa Menu

en - [sympa-users] Re: ErrorBlocks in edit_list_request.tt2

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: David Verdin <address@concealed>
  • To: David Mayo <address@concealed>
  • Cc: address@concealed
  • Subject: [sympa-users] Re: ErrorBlocks in edit_list_request.tt2
  • Date: Mon, 02 Jul 2007 18:26:38 +0200

Hi David,

David Mayo a écrit :
Hi there,

We have just started piloting Sympa and the biggest question I'm getting
from users is, "On the Edit Lists page, why does the section go red when
you've changed something in it? It says it's been successful but red makes
me think there's been an error."

I can see the line that's doing it in bin/etc/web_tt2/edit_list_request.tt2:

[% IF p.changed == '1' %]
<div class="ErrorBlock">
[% ELSE %]
<div class="block">
[% END %]

However before I go changing this, I'd like to understand the rationale
behind this - as I presume there is a good reason for this?
Red color is mainly there to focus user's attention on what they just modified. Do not fool with your config and stuff.
I guess that there is only one CSS class for historical reasons mainly. Also the set of colors to use for CSS in Sympa is limited, as they are stored in config files.
It sure could be better to set a CSS class for "ModifiedBlock" rather than "Errorblock".
Please feel free to fill a feature request, we will try to catch some time to do it!

Regards,
Regards,


Dave.

David Mayo
Networks/Systems Administrator
University of Bath Computing Services

Tel: 01225 38 6046
Email: address@concealed

--
David Verdin
Comité réseau des universités




Archive powered by MHonArc 2.6.19+.

Top of Page