diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-24 19:36:18 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-24 19:36:18 +0000 |
commit | 7c3a2b1456bf64bbbbc4a3ea366c16e17be5bee8 (patch) | |
tree | 46d78fa1adddef6fd5af6acacfbc521828828465 /update/plugin/phpBB3/trunk/root/adm/style | |
parent | f7a0bb1a348f68314f4a3f9a0525fd26350b9615 (diff) | |
download | instadisc-7c3a2b1456bf64bbbbc4a3ea366c16e17be5bee8.tar.gz instadisc-7c3a2b1456bf64bbbbc4a3ea366c16e17be5bee8.tar.bz2 instadisc-7c3a2b1456bf64bbbbc4a3ea366c16e17be5bee8.zip |
Update: Added encryption field to phpBB3 ACP
Refs #39
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}" /> |