From 11bb0e1e6e0fd0effa8ab9b9fe02bda3405776a0 Mon Sep 17 00:00:00 2001
From: Kelly Rauchenberger <fefferburbia@gmail.com>
Date: Wed, 6 Aug 2008 01:59:52 +0000
Subject: Update: Completed phpBB3 plugin's ACP

Also used a new method of providing the
subscription file's URL as static text
instead inside a text box. Refs #7
---
 .../phpBB3/trunk/root/adm/style/acp_instadisc.html | 29 +++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

(limited to 'update/plugin/phpBB3/trunk/root/adm')

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 1322f24..387658a 100644
--- a/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html
+++ b/update/plugin/phpBB3/trunk/root/adm/style/acp_instadisc.html
@@ -15,13 +15,40 @@
 			<dt><label for="subscription_title">{L_SUBSCRIPTION_TITLE}:</label></dt>
 			<dd><input name="subscription_title" type="text" id="subscription_title" maxlength="255" VALUE="{S_SUBSCRIPTION_TITLE}" SIZE="40"/></dd>
 		</DL>
+		<DL>
+			<DT>
+				<LABEL FOR="subscription_file">{L_SUBSCRIPTION_FILE}</LABEL>
+				<BR><SPAN>This is the URL of your subscription file</SPAN>
+			</DT>
+			<DD>{S_SUBSCRIPTION_FILE}</DD>
+		</DL>
 		<DL>
 			<dt><label for="central_server">{L_CENTRAL_SERVER}:</label><BR>
 				<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>
 				</dt>
 			<dd><input name="central_server" type="text" id="central_server" maxlength="255" VALUE="{S_CENTRAL_SERVER}" SIZE="40"/></dd>
 		</dl>
-											
+		<DL>
+			<DT>
+				<LABEL FOR="central_server_username">{L_USERNAME}</LABEL>
+				<BR><SPAN>Enter the username you registered for at your Central Server</SPAN>
+			</DT>
+			<DD><INPUT NAME="central_server_username" TYPE="text" ID="central_server_username" MAXLENGTH="255" VALUE="{S_USERNAME}" SIZE="40"></DD>
+		</DL>
+		<DL>
+			<DT>
+				<LABEL FOR="central_server_password">{L_PASSWORD}</LABEL>
+				<BR><SPAN>Enter the password to go with the username above</SPAN>
+			</DT>
+			<DD><INPUT NAME="central_server_password" TYPE="password" ID="central_server_password" MAXLENGTH="255" VALUE="{S_PASSWORD}" SIZE="40"></DD>
+		</DL>
+		<DL>
+			<DT>
+				<LABEL FOR="central_server_activation">{L_ACTIVATION}</LABEL>
+				<BR><SPAN>After submitting your subscription for sponsership at your Central Server, it should provide you with an Activation Key</SPAN>
+			</DT>
+			<DD><INPUT NAME="central_server_activation" TYPE="text" ID="central_server_activation" MAXLENGTH="255" VALUE="{S_ACTIVATION}" SIZE="40"></DD>
+		</DL>
 	</fieldset>
 	<p class="submit-buttons">
 		<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />&nbsp;
-- 
cgit 1.4.1