diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-20 03:04:17 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2013-01-20 03:04:17 +0100 |
commit | 35c4ad13a52bdcaab251358e4b7df99dd852c76d (patch) | |
tree | 8fcafeae85ae97332a6a5e9d0ff2abcd178e537b /templates/list-locals.html | |
parent | f7701a60f217ab154fe53a5d13bbd223f6182150 (diff) |
New domains.
Diffstat (limited to 'templates/list-locals.html')
-rw-r--r-- | templates/list-locals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list-locals.html b/templates/list-locals.html index 4f21ee8..0c3a3ab 100644 --- a/templates/list-locals.html +++ b/templates/list-locals.html @@ -96,7 +96,7 @@ </TMPL_LOOP> <TMPL_IF NAME=catchalls> <TMPL_IF NAME=CAodd><tr class="odd"><TMPL_ELSE><tr></TMPL_IF> - <td><a href="./?a=edit#catch-all">*</a></td> + <td><a class="dunno" href="./?a=edit#catch-all">—</a></td> <td>Catch-all alias(es) for domain <span class="domain"><TMPL_VAR NAME=domain></span>.</td> <td><span class="dunno">—</span></td> <td><TMPL_LOOP NAME=catchalls><span class="email"><TMPL_VAR NAME=catchall></span><TMPL_UNLESS NAME=__last__>, </TMPL_UNLESS></TMPL_LOOP></td> |