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

« back to all changes in this revision

Viewing changes to web_tt2/create_list.tt2

  • 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
<!-- $Id: create_list.tt2,v 1.1 2004/08/09 14:24:00 sympa-authors Exp $ -->
 
2
 
 
3
[% IF status == 'open' %]
 
4
[%|loc%]Your list is created.[%END%]<br /> 
 
5
[%|loc%]You can configure it via the admin button beside.[%END%]
 
6
<br />
 
7
[% IF auto_aliases %]
 
8
[%|loc%]Aliases have been installed.[%END%]
 
9
[% ELSE %]
 
10
 <table border="1">
 
11
 <tr style="background: [% light_color %];"><td style="text-align: center;">[%|loc%]Required aliases[%END%]</td></tr>
 
12
 <tr>
 
13
 <td>
 
14
 <pre><code>
 
15
 [% aliases %]
 
16
 </code></pre>
 
17
 </td>
 
18
 </tr>
 
19
 </table>
 
20
[% END %]
 
21
 
 
22
[% ELSE %]
 
23
[%|loc%]Your list creation request is registered. You can now  modify its
 
24
configuration using the admin button but the list will be unusable until the listmaster validates it.[%END%]
 
25
[% END %]