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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/cn/editfile.cn.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.3 $ ; $Date: 2002/12/12 16:39:21 $ -->
2
 
 
3
 
<FORM ACTION="[path_cgi]" METHOD="POST">
4
 
 
5
 
[IF file]
6
 
  <INPUT TYPE="hidden" NAME="list" VALUE="[list]">
7
 
  <INPUT TYPE="hidden" NAME="file" VALUE="[file]">
8
 
<TEXTAREA NAME="content" COLS=80 ROWS=25>
9
 
[INCLUDE filepath]
10
 
</TEXTAREA>
11
 
  <INPUT TYPE="submit" NAME="action_savefile" VALUE="����">
12
 
 
13
 
[ELSE]
14
 
<INPUT TYPE="hidden" NAME="list" VALUE="[list]">
15
 
             <SELECT NAME="file">
16
 
              [FOREACH f IN files]
17
 
                <OPTION VALUE="[f->NAME]" [f->selected]>[f->complete]
18
 
              [END]
19
 
            </SELECT>
20
 
            <INPUT TYPE="submit" NAME="action_editfile" VALUE="�༭">
21
 
 
22
 
<P>
23
 
[PARSE '/var/lib/sympa/bin/etc/wws_templates/help_editfile.cn-gb.tpl']
24
 
 
25
 
[ENDIF]
26
 
</FORM>