diff options
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/adm')
-rw-r--r-- | update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html | 17 |
1 files changed, 4 insertions, 13 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 501fcd3..a3906ee 100644 --- a/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html +++ b/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html | |||
@@ -4,9 +4,7 @@ | |||
4 | 4 | ||
5 | <H1>{L_INSTADISC}</H1> | 5 | <H1>{L_INSTADISC}</H1> |
6 | 6 | ||
7 | <P>{L_INSTADISC_EXPLAIN} | 7 | <P>{L_INSTADISC_EXPLAIN}<A HREF="http://central.fourisland.com/release/update/phpBB3/">{L_INSTADISC_LINK_TEXT}</A></P> |
8 | <A HREF="http://fourisland.com/projects/instadisc/wiki/Update/phpBB3">{L_INSTADISC_LINK_TEXT}</A> | ||
9 | </P> | ||
10 | 8 | ||
11 | <form id="acp_instadisc" method="post" action="{U_ACTION}"> | 9 | <form id="acp_instadisc" method="post" action="{U_ACTION}"> |
12 | <fieldset> | 10 | <fieldset> |
@@ -17,17 +15,10 @@ | |||
17 | </DL> | 15 | </DL> |
18 | <DL> | 16 | <DL> |
19 | <DT> | 17 | <DT> |
20 | <LABEL FOR="series_url">{L_SERIES_URL}</LABEL> | 18 | <LABEL FOR="series_url">{L_SUBSCRIPTION_URL}</LABEL> |
21 | <BR><SPAN>{L_SERIES_URL_DESC}</SPAN> | 19 | <BR><SPAN>{L_SUBSCRIPTION_URL_DESC}</SPAN> |
22 | </DT> | 20 | </DT> |
23 | <DD><INPUT NAME="series_url" TYPE="text" ID="series_url" MAXLENGTH="255" VALUE="{S_SERIES_URL}" SIZE="40"></DD> | 21 | <DD><INPUT NAME="subscription_url" TYPE="text" ID="subscription_url" MAXLENGTH="255" VALUE="{S_SUBSCRIPTION_URL}" SIZE="40"></DD> |
24 | </DL> | ||
25 | <DL> | ||
26 | <DT> | ||
27 | <LABEL FOR="subscription_id">{L_SUBSCRIPTION_ID}</LABEL> | ||
28 | <BR><SPAN>{L_SUBSCRIPTION_ID_DESC}</SPAN> | ||
29 | </DT> | ||
30 | <DD><INPUT NAME="subscription_id" TYPE="text" ID="subscription_id" MAXLENGTH="255" VALUE="{S_SUBSCRIPTION_ID}" SIZE="40"></DD> | ||
31 | </DL> | 22 | </DL> |
32 | <DL> | 23 | <DL> |
33 | <DT> | 24 | <DT> |