diff options
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/adm/style')
-rw-r--r-- | update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html b/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html index 387658a..a3e60da 100644 --- a/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html +++ b/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html | |||
@@ -49,6 +49,13 @@ | |||
49 | </DT> | 49 | </DT> |
50 | <DD><INPUT NAME="central_server_activation" TYPE="text" ID="central_server_activation" MAXLENGTH="255" VALUE="{S_ACTIVATION}" SIZE="40"></DD> | 50 | <DD><INPUT NAME="central_server_activation" TYPE="text" ID="central_server_activation" MAXLENGTH="255" VALUE="{S_ACTIVATION}" SIZE="40"></DD> |
51 | </DL> | 51 | </DL> |
52 | <DL> | ||
53 | <DT> | ||
54 | <LABEL FOR="encryption_key">{L_ENCRYPTION}</LABEL> | ||
55 | <BR><SPAN>If you have the PHP module "mcrypt" installed, you can password protect this subscription so that users who wish to subscribe to it must provide the correct password. Leave this field blank if you do not wish to encrypt this subscription.</SPAN> | ||
56 | </DT> | ||
57 | <DD><INPUT NAME="encryption_key" TYPE="text" ID="encryption_key" MAXLENGTH="255" VALUE="{S_ENCRYPTION}" SIZE="40"></DD> | ||
58 | </DL> | ||
52 | </fieldset> | 59 | </fieldset> |
53 | <p class="submit-buttons"> | 60 | <p class="submit-buttons"> |
54 | <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> | 61 | <input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /> |