diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-14 15:49:20 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-14 15:49:20 +0000 |
commit | abb2d3c67ddc132c4cc7ea435e13731527c32634 (patch) | |
tree | 65aa76b08708397dd79cee29f4bc09826825a1bb /series/trunk/install.php | |
parent | 7bb63b11cd21e97ddece876d46d9e06e81b95a55 (diff) | |
download | instadisc-abb2d3c67ddc132c4cc7ea435e13731527c32634.tar.gz instadisc-abb2d3c67ddc132c4cc7ea435e13731527c32634.tar.bz2 instadisc-abb2d3c67ddc132c4cc7ea435e13731527c32634.zip |
Series: Worked on ACP
Refs #53
Diffstat (limited to 'series/trunk/install.php')
-rw-r--r-- | series/trunk/install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/series/trunk/install.php b/series/trunk/install.php index 868726d..905344b 100644 --- a/series/trunk/install.php +++ b/series/trunk/install.php | |||
@@ -208,7 +208,6 @@ function showStepTwo($siteName, $adminUser, $adminPass, $errors) | |||
208 | <DIV CLASS="ctrlHolder<?php ifErrors($errors, 'siteName'); ?>"> | 208 | <DIV CLASS="ctrlHolder<?php ifErrors($errors, 'siteName'); ?>"> |
209 | <?php doErrors($errors, 'siteName'); ?> <LABEL FOR="siteName"><EM>*</EM> Site Name: </LABEL> | 209 | <?php doErrors($errors, 'siteName'); ?> <LABEL FOR="siteName"><EM>*</EM> Site Name: </LABEL> |
210 | <INPUT TYPE="text" ID="siteName" NAME="siteName" CLASS="textInput" VALUE="<?php echo($siteName); ?>"> | 210 | <INPUT TYPE="text" ID="siteName" NAME="siteName" CLASS="textInput" VALUE="<?php echo($siteName); ?>"> |
211 | <P CLASS="formHint">Your website's name is required for a little personalization of emails.</P> | ||
212 | </DIV> | 211 | </DIV> |
213 | </FIELDSET><FIELDSET CLASS="inlineLabels"><LEGEND>Administrator User Details</LEGEND> | 212 | </FIELDSET><FIELDSET CLASS="inlineLabels"><LEGEND>Administrator User Details</LEGEND> |
214 | <DIV CLASS="ctrlHolder<?php ifErrors($errors, 'adminUser'); ?>"> | 213 | <DIV CLASS="ctrlHolder<?php ifErrors($errors, 'adminUser'); ?>"> |