about summary refs log tree commit diff stats
path: root/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-28 19:08:18 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-28 19:08:18 +0000
commit65e7975414f6b6887fed9834bb6e1a3fa6d12863 (patch)
tree87863220c0e0f15a85e45749b5a0b3ba41067aeb /update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html
parentdbdf94e953b0b1fe7c19e98888d512d6d16ee4cf (diff)
downloadinstadisc-65e7975414f6b6887fed9834bb6e1a3fa6d12863.tar.gz
instadisc-65e7975414f6b6887fed9834bb6e1a3fa6d12863.tar.bz2
instadisc-65e7975414f6b6887fed9834bb6e1a3fa6d12863.zip
Update: Modifed phpBB3 ACP
Also modified subscription file to look pretty and to show verification when the subscription is encrypted. Fixes #68
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html')
-rw-r--r--update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html11
1 files changed, 9 insertions, 2 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 3443649..283fae7 100644 --- a/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html +++ b/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html
@@ -4,7 +4,7 @@
4 4
5<H1>{L_INSTADISC}</H1> 5<H1>{L_INSTADISC}</H1>
6 6
7<P>{L_INSTADISC_EXPLAIN}<A HREF="http://central.fourisland.com/release/update/phpBB3/">{L_INSTADISC_LINK_TEXT}</A></P> 7<P>{L_INSTADISC_EXPLAIN}<A HREF="http://instadisc.org/phpBB3">{L_INSTADISC_LINK_TEXT}</A></P>
8 8
9<form id="acp_instadisc" method="post" action="{U_ACTION}"> 9<form id="acp_instadisc" method="post" action="{U_ACTION}">
10 <fieldset> 10 <fieldset>
@@ -15,10 +15,17 @@
15 </DL> 15 </DL>
16 <DL> 16 <DL>
17 <DT> 17 <DT>
18 <LABEL FOR="subscription_file">{L_SUBSCRIPTION_FILE}</LABEL>
19 <BR><SPAN>{L_SUBSCRIPTION_FILE_DESC}</SPAN>
20 </DT>
21 <DD>{S_SUBSCRIPTION_FILE}</DD>
22 </DL>
23 <DL>
24 <DT>
18 <LABEL FOR="encryption_key">{L_ENCRYPTION}</LABEL> 25 <LABEL FOR="encryption_key">{L_ENCRYPTION}</LABEL>
19 <BR><SPAN>{L_ENCRYPTION_DESC}</SPAN> 26 <BR><SPAN>{L_ENCRYPTION_DESC}</SPAN>
20 </DT> 27 </DT>
21 <DD><INPUT NAME="encryption_key" TYPE="password" ID="encryption_key" MAXLENGTH="255" VALUE="{S_ENCRYPTION}" SIZE="40"></DD> 28 <DD><INPUT NAME="encryption_key" TYPE="password" ID="encryption_key" MAXLENGTH="255" VALUE="{S_ENCRYPTION_KEY}" SIZE="40"></DD>
22 </DL> 29 </DL>
23 </fieldset> 30 </fieldset>
24 <p class="submit-buttons"> 31 <p class="submit-buttons">