Skip to Content.
Sympa Menu

en - little bug in admin.es.tpl

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "X-Term" <address@concealed>
  • To: address@concealed
  • Subject: little bug in admin.es.tpl
  • Date: Wed, 5 Apr 2000 16:03:49 -0500


Found a little bug in admin.es.tpl that makes reviewing and searching a list
NOT possible (while using this admin.tpl).

Here's a patch to solve this. Maybe it's not the best way to fix it, but it
works
for me ;)

BTW, anyone noticed that if you try to UPDATE your "reception mode" on any
list you're subscribed, gecos_user from user_table is changed to a NULL field
?
email_user, password_user, cookie_delay_user and lang_user are the same,
but gecos_user is reset.

--- admin.es.tpl Wed Apr 5 15:35:44 2000
+++ admin.es.tpl.orig Wed Apr 5 15:36:40 2000
@@ -8,12 +8,11 @@
</TH>
</TR><TR>
<TD COLSPAN=2>
- <DL>
<FORM ACTION="[path_cgi]" METHOD=POST>
<INPUT TYPE="hidden" NAME="previous_action" VALUE="admin">
<INPUT TYPE=hidden NAME=list VALUE=[list]>

-
+ <DL>
[IF is_owner]
<DD><INPUT TYPE="submit" NAME="action_review" VALUE="Listar
subscriptores">
page size
@@ -25,7 +24,10 @@
</SELECT>
[ENDIF]

+ <FORM ACTION="[path_cgi]" METHOD=POST>
<DD><INPUT SIZE=20 NAME=filter VALUE=[filter]>
+ <INPUT TYPE="hidden" NAME="previous_action" VALUE="admin">
+ <INPUT TYPE=hidden NAME=list VALUE=[list]>
<INPUT TYPE="submit" NAME="action_search" VALUE="Buscar un
subscriptor">
<I>Ejemplo : *.es</I>
</FORM>
@@ -64,7 +66,6 @@
<OPTION VALUE="100">100
<OPTION VALUE="500">500
</SELECT>
- </FORM>
[ENDIF]
</TD>
</TR><TR>


  • little bug in admin.es.tpl, X-Term, 04/05/2000

Archive powered by MHonArc 2.6.19+.

Top of Page