forked from services/mlmmj-light-web-ecg
Initial commit for release of version 1.0
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">Mailing lists service</div>
|
||||
<div id="header">{$headline}</div>
|
||||
<div id="error">
|
||||
{if $error_code == 1}
|
||||
Domain can contain only english letters, dots, hyphens and digits.
|
||||
@@ -25,6 +25,8 @@
|
||||
There is an incorrect email in the subscribers list.
|
||||
{elseif $error_code == 10}
|
||||
There is an incorrect email in the moderators list.
|
||||
{elseif $error_code == 11}
|
||||
You do not own this list.
|
||||
{else}
|
||||
Unknown error.
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user