diff options
author | xgizzmo <xgizzmo@ampache> | 2006-12-10 01:15:58 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-12-10 01:15:58 +0000 |
commit | 71febbd440d5d1a3d980891af5ca9e093d79d10e (patch) | |
tree | 9b3760d22126fdf46208f8f7df9b558560d31ba6 /templates/show_install.inc | |
parent | 7b573c10178323578a0f882d78d90f2bf0a229f8 (diff) | |
download | ampache-71febbd440d5d1a3d980891af5ca9e093d79d10e.tar.gz ampache-71febbd440d5d1a3d980891af5ca9e093d79d10e.tar.bz2 ampache-71febbd440d5d1a3d980891af5ca9e093d79d10e.zip |
small fixups and tweakage
Diffstat (limited to 'templates/show_install.inc')
-rw-r--r-- | templates/show_install.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_install.inc b/templates/show_install.inc index 92c649b3..29f1570d 100644 --- a/templates/show_install.inc +++ b/templates/show_install.inc @@ -1,8 +1,8 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $htmllang; ?>" lang="<?php echo $htmllang; ?>"> <head> <title>Ampache :: For The Love Of Music - Install</title> -<?php //require_once(conf('prefix') . "/templates/install.css"); ?> +<?php require_once(conf('prefix') . "/templates/install.css"); ?> </head> <body> <script src="lib/javascript-base.js" language="javascript" type="text/javascript"></script> @@ -56,7 +56,7 @@ </tr> <tr> <td class="align"><?php echo _("Create Database User for New Database"); ?>? </td> - <td><input type="checkbox" value="create_db_user" name="db_user" onClick="flipField('db_username');flipField('db_password');" /></td> + <td><input type="checkbox" value="create_db_user" name="db_user" onclick="flipField('db_username');flipField('db_password');" /></td> </tr> <tr> <td class="align"><?php echo _("Ampache Database Username"); ?></td> |