diff options
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.html | 11 |
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"> |