diff options
author | momo-i <momo-i@ampache> | 2008-08-27 00:59:11 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2008-08-27 00:59:11 +0000 |
commit | 7d8db9b0ec124fc0708492486a375f09291f3a8f (patch) | |
tree | c75a63be3854a8e7dd5649dc1e192e316684568a /templates/show_install_account.inc.php | |
parent | de6d146ca3ee28541aad998a422b20311597e0d1 (diff) | |
download | ampache-7d8db9b0ec124fc0708492486a375f09291f3a8f.tar.gz ampache-7d8db9b0ec124fc0708492486a375f09291f3a8f.tar.bz2 ampache-7d8db9b0ec124fc0708492486a375f09291f3a8f.zip |
Updated tempalate, po files, and Install process.
Diffstat (limited to 'templates/show_install_account.inc.php')
-rw-r--r-- | templates/show_install_account.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_install_account.inc.php b/templates/show_install_account.inc.php index 486a316e..9eb5183a 100644 --- a/templates/show_install_account.inc.php +++ b/templates/show_install_account.inc.php @@ -47,14 +47,14 @@ if (INSTALL != '1') { exit; } <div class="content"> <?php echo _("Step 1 - Creating and Inserting the Ampache Database"); ?><br /> <?php echo _("Step 2 - Creating the ampache.cfg.php file"); ?><br /> - <b><?php echo _("Step 3 - Setup Initial Account"); ?></b><br /> + <strong><?php echo _("Step 3 - Setup Initial Account"); ?></strong><br /> <dl> <dd><?php echo _("This step creates your initial Ampache admin account. Once your admin account has been created you will be directed to the login page"); ?></dd> </dl> <?php Error::display('general'); ?> <br /> <span class="header2"><?php echo _('Create Admin Account'); ?></span> - <form method="post" action="<?php echo $GLOBALS['php_self'] . "?action=create_account"; ?>" enctype="multipart/form-data" > + <form method="post" action="<?php echo $GLOBALS['php_self'] . "?action=create_account&htmllang=$htmllang&charset=$charset"; ?>" enctype="multipart/form-data" > <table> <tr> <td class="align"><?php echo _('Username'); ?></td> @@ -76,7 +76,7 @@ if (INSTALL != '1') { exit; } </form> </div> <div id="bottom"> - <p><b>Ampache Installation.</b><br /> + <p><strong>Ampache Installation.</strong><br /> For the love of Music.</p> </div> |