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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/it/get_pending_lists.it.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.4 $ ; $Date: 2001/09/11 09:47:41 $ -->
2
 
 
3
 
 
4
 
<FORM ACTION="[path_cgi]" METHOD=POST>
5
 
 
6
 
<HR  WIDTH=90%>
7
 
 
8
 
<P>
9
 
<TABLE>
10
 
 <TR>
11
 
   <TD Colspan=3 bgcolor="[light_color]"><B>Liste in attesa</B></TD>
12
 
 </TR>
13
 
 <TR bgcolor="[light_color]">
14
 
   <TD><B>nome della lista</B></TD>
15
 
   <TD><B>soggetto</B></TD>
16
 
   <TD><B>Richiesto da</B></TD>
17
 
 </TR>
18
 
 
19
 
[FOREACH list IN pending]
20
 
<TR>
21
 
<TD><A HREF="[path_cgi]/set_pending_list_request/[list->NAME]">[list->NAME]</A></TD></TD>
22
 
<TD>[list->subject]</TD>
23
 
<TD>[list->by]</TD>
24
 
</TR>
25
 
[END]
26
 
</TABLE>
27
 
 
28
 
 
29
 
 
30