diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-25 14:17:08 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-25 14:17:08 +0000 |
commit | 681a40af319373510f30793d3b892bd9700213fb (patch) | |
tree | 06bae9ed1f84f044d2edc45e0a75303e92239ba8 /central/trunk/theme/userpanel.tpl | |
parent | 19ecd42bcc8f3da1cdfce989126f009cb7b990d0 (diff) | |
download | instadisc-681a40af319373510f30793d3b892bd9700213fb.tar.gz instadisc-681a40af319373510f30793d3b892bd9700213fb.tar.bz2 instadisc-681a40af319373510f30793d3b892bd9700213fb.zip |
Central: Added Activate Subscription form
Also added an option to the user panel that allows you to edit configuration values if you're an admin. Refs #25
Diffstat (limited to 'central/trunk/theme/userpanel.tpl')
-rw-r--r-- | central/trunk/theme/userpanel.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/central/trunk/theme/userpanel.tpl b/central/trunk/theme/userpanel.tpl index 63be6f1..c10c0dc 100644 --- a/central/trunk/theme/userpanel.tpl +++ b/central/trunk/theme/userpanel.tpl | |||
@@ -21,6 +21,14 @@ | |||
21 | <LI><A HREF="activatesub.php">Activate a Subscription</A></LI> | 21 | <LI><A HREF="activatesub.php">Activate a Subscription</A></LI> |
22 | <LI><A HREF="mansub.php">Manage subscriptions</A></LI> | 22 | <LI><A HREF="mansub.php">Manage subscriptions</A></LI> |
23 | </UL> | 23 | </UL> |
24 | |||
25 | <!--BEGIN ADMIN--> | ||
26 | <P>Since you are the almighty admin of this Central Server, you can edit configurational values! | ||
27 | |||
28 | <UL> | ||
29 | <LI><A HREF="admin.php">Edit Configuration</A></LI> | ||
30 | </UL> | ||
31 | <!--END ADMIN--> | ||
24 | </CENTER> | 32 | </CENTER> |
25 | </BODY> | 33 | </BODY> |
26 | </HTML> | 34 | </HTML> |