diff options
Diffstat (limited to 'update/plugin/phpBB3/trunk/root/adm')
-rw-r--r-- | update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html | 14 |
1 files changed, 10 insertions, 4 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 2722623..1322f24 100644 --- a/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html +++ b/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html | |||
@@ -8,12 +8,18 @@ | |||
8 | <A HREF="http://fourisland.com/projects/instadisc/wiki/Update/phpBB3">{L_INSTADISC_LINK_TEXT}</A> | 8 | <A HREF="http://fourisland.com/projects/instadisc/wiki/Update/phpBB3">{L_INSTADISC_LINK_TEXT}</A> |
9 | </P> | 9 | </P> |
10 | 10 | ||
11 | <form id="acp_hello" method="post" action="{U_ACTION}"> | 11 | <form id="acp_instadisc" method="post" action="{U_ACTION}"> |
12 | <fieldset> | 12 | <fieldset> |
13 | <legend>{L_HELLO} {S_HELLO}</legend> | 13 | <legend>{L_INSTADISC} {L_SUBSCRIPTION}</legend> |
14 | <dl> | 14 | <dl> |
15 | <dt><label for="hello">{L_HELLO_WHO}:</label></dt> | 15 | <dt><label for="subscription_title">{L_SUBSCRIPTION_TITLE}:</label></dt> |
16 | <dd><input name="hello" type="text" id="hello" maxlength="255" /></dd> | 16 | <dd><input name="subscription_title" type="text" id="subscription_title" maxlength="255" VALUE="{S_SUBSCRIPTION_TITLE}" SIZE="40"/></dd> |
17 | </DL> | ||
18 | <DL> | ||
19 | <dt><label for="central_server">{L_CENTRAL_SERVER}:</label><BR> | ||
20 | <SPAN>This is the Central Server's XML-RPC URL. They should have provided this for you in an email and also on their site. </SPAN> | ||
21 | </dt> | ||
22 | <dd><input name="central_server" type="text" id="central_server" maxlength="255" VALUE="{S_CENTRAL_SERVER}" SIZE="40"/></dd> | ||
17 | </dl> | 23 | </dl> |
18 | 24 | ||
19 | </fieldset> | 25 | </fieldset> |