~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/et/get_closed_lists.et.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2007-01-20 18:09:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070120180928-0e42mbwg87mlo44y
Tags: 5.2.3-1.2
* Non-maintainer upload to re-fix l10n issues
* As debconf-updatepo was not run in previous versions, the French
  translation was outdated. Hence fix it.
* Remove several duplicate spaces in the debconf templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- RCS Identication ; $Revision: 1.1 $ ; $Date: 2002/04/22 11:42:19 $ -->
2
 
 
3
 
 
4
 
<FORM ACTION="[path_cgi]" METHOD=POST>
5
 
 
6
 
<B>Suletud listist</B>
7
 
<P>
8
 
<TABLE WIDTH="100%">
9
 
 <TR bgcolor="[light_color]">
10
 
   <TD><B>X</B></TD>
11
 
   <TD><B>listi nimi</B></TD>
12
 
   <TD><B>listi teema</B></TD>
13
 
   <TD><B>listi soovis</B></TD>
14
 
 </TR>
15
 
 
16
 
[FOREACH list IN closed]
17
 
<TR>
18
 
<TD><INPUT TYPE=checkbox name="selected_lists" value="[list->NAME]"></TD>
19
 
<TD><A HREF="[path_cgi]/admin/[list->NAME]">[list->NAME]</A></TD>
20
 
<TD>[list->subject]</TD>
21
 
<TD>[list->by]</TD>
22
 
</TR>
23
 
[END]
24
 
</TABLE>
25
 
 
26
 
<INPUT TYPE="submit" NAME="action_purge_list" VALUE="Korista valitud listid">
27
 
 
28
 
</FORM>
29
 
 
30
 
 
31