Skip to Content.
Sympa Menu

en - Re: [en@sympa] Bulk moderation of messages

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: David Carter <address@concealed>
  • To: Thomas Scheffczyk <address@concealed>, address@concealed
  • Subject: Re: [en@sympa] Bulk moderation of messages
  • Date: Wed, 22 Jan 2025 14:15:25 +0000

On 22/01/2025 13:46, David Carter (via en Mailing List) wrote:
The difference is a new AJAX trigger (see below).

The problem was just an broken HTML tag in the new modindex.tt2 file. One missing '>' character. I'll write that up as a new ticket on:

https://github.com/sympa-community/sympa/issues

--
David Carter Email: address@concealed
University of Cambridge,
Information Services,
7 J J Thomson Avenue,
Cambridge UK. CB3 0RB

--8<--

--- sympa-6.2.74/default/web_tt2/modindex.tt2 2024-12-16 10:46:08.000000000 +0000
+++ /etc/sympa/web_tt2/modindex.tt2 2025-01-22 14:10:05.594077652 +0000
@@ -69,7 +69,7 @@
<div class="small-6 medium-3 columns" role="cell">
<a href="[% 'ajax/viewmod' | url_rel([list,msg.key]) %]"
data-reveal-id="mainviewmod" data-reveal-ajax="true"
- data-tooltip aria-haspopup="true"
+ data-tooltip aria-haspopup="true">
[% UNLESS msg.value.subject.length ~%]
<i>[%|loc%]No subject[%END%]</i>
[%~ ELSE ~%]




Archive powered by MHonArc 2.6.19+.

Top of Page