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

« back to all changes in this revision

Viewing changes to wwsympa/wws_templates/us/admin_menu.us.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2005-04-09 23:33:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050409233335-fm1lfafyokbq4bsx
Tags: 4.1.5-2

* added /etc/mail to directory list (Closes: #298404, thanks to Massimo
  Cetra <mcetra@navynet.it> for the report)
* fixed typo in package description (Closes: #300038, thanks to Florian
  Zumbiehl <florz@gmx.de> for the report) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- RCS Identication ; $Revision: 1.10 $ ; $Date: 2002/10/11 13:43:20 $ -->
 
1
<!-- RCS Identication ; $Revision: 1.13 $ ; $Date: 2003/11/13 08:58:30 $ -->
2
2
 
3
3
<!-- begin admin_menu.us.tpl -->
4
 
    <TD BGCOLOR="[selected_color]" ALIGN="CENTER" COLSPAN="7">
 
4
    <TD BGCOLOR="[selected_color]" ALIGN="CENTER" COLSPAN="9">
5
5
        <FONT COLOR="[bg_color]"><b>List Administration Panel</b></font>
6
6
    </TD>
7
7
    </TR>
61
61
    </TD>
62
62
    [ENDIF]
63
63
 
 
64
   [IF is_archived]
 
65
    [IF action=arc_manage]
 
66
    <TD BGCOLOR="[selected_color]" ALIGN="CENTER">
 
67
      <A HREF="[path_cgi]/arc_manage/[list]" >
 
68
      <FONT size="-1" COLOR="[bg_color]"><b>Manage Archives</b></FONT></A>
 
69
    </TD>
 
70
    [ELSE]
 
71
    <TD BGCOLOR="[light_color]" ALIGN="CENTER">
 
72
        [IF is_owner]
 
73
        <A HREF="[path_cgi]/arc_manage/[list]" >
 
74
        <FONT size="-1"><b>Manage Archives</b></FONT></A>
 
75
        [ENDIF]
 
76
    </TD>
 
77
    [ENDIF]
 
78
  [ENDIF]
 
79
 
64
80
    [IF action=reviewbouncing]
65
81
    <TD BGCOLOR="[selected_color]" ALIGN="CENTER">
66
82
       <FONT size="-1" COLOR="[bg_color]"><b>Bounces</b></FONT>
108
124
       <A HREF="[path_cgi]/close_list/[list]" onClick="request_confirm_link('[path_cgi]/close_list/[list]', 'Are you sure you wish to close [list] list ?'); return false;"><FONT size=-1><b>Remove List</b></font></A>
109
125
       [ENDIF]                               
110
126
    </TD>       
 
127
   <TD BGCOLOR="[light_color]" ALIGN="CENTER">
 
128
        [IF may_create_list]  
 
129
          <A HREF="[path_cgi]/rename_list_request/[list]"><FONT size=-1><b>Rename List</b></font></A>
 
130
        [ELSE]                 
 
131
          <FONT size="-1" COLOR="[bg_color]"><b>Rename List</b></font>
 
132
        [ENDIF]
 
133
   </TD>       
111
134
    [IF action=edit_list_request]
112
135
    </TR>
113
136
    <TR>