diff options
author | spocky <spocky@ampache> | 2007-09-24 19:49:38 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-09-24 19:49:38 +0000 |
commit | 0dce31de404c46555b0c0d9c58297b506e50e4f8 (patch) | |
tree | 803d317fff41537473c0d1ae77d971ab82df3f67 /templates/show_user_registration.inc.php | |
parent | a3d16d1cd6ec1b2fbba373177468a91a6ab49c99 (diff) | |
download | ampache-0dce31de404c46555b0c0d9c58297b506e50e4f8.tar.gz ampache-0dce31de404c46555b0c0d9c58297b506e50e4f8.tar.bz2 ampache-0dce31de404c46555b0c0d9c58297b506e50e4f8.zip |
- Cleaned up php files (removed useless inlines styles, replaced header td with th...)
- Cleaned up css (removed some unused classes)
- Changed quick search size and added ability to customize it
- Removed width=100% in preferences tables
- Corrected missing closing tag in sidebar
- Minor corrections
Diffstat (limited to 'templates/show_user_registration.inc.php')
-rw-r--r-- | templates/show_user_registration.inc.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index aa43af4e..d150c2da 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -38,7 +38,7 @@ $htmllang = str_replace("_","-",conf('lang')); <div id="topbar"> <div align="center"> <a href="http://www.ampache.org/"> - <img src="<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache.gif" border="0" title="Ampache: For the love of music" alt="Ampache: For the love of music" /> + <img src="<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache.gif" title="Ampache: For the love of music" alt="Ampache: For the love of music" /> </a> </div> </div> @@ -53,7 +53,7 @@ $email = scrub_in($_REQUEST['email']); <div align="center"> <?php show_box_top(_('Ampache New User Registration')); ?> <form name="update_user" method="post" action="<?php echo conf('web_path'); ?>/register.php" enctype="multipart/form-data"> -<table width='700px' cellpadding='0' cellspacing='0' border='0'> +<table width='700px' cellpadding='0' cellspacing='0'> <?php /* If we should show the user agreement */ if(conf('user_agreement')){ ?> @@ -63,7 +63,7 @@ if(conf('user_agreement')){ ?> </tr> <tr> <td> - <table border="0" cellpadding="2" cellspacing="0"> + <table cellpadding="2" cellspacing="0"> <tr> <td> <span class="box-title"><?php echo _('User Agreement'); ?></span> @@ -92,7 +92,7 @@ if(conf('user_agreement')){ ?> <td valign="top"> <p class="box-title"><?php echo _('User Information'); ?></p> - <table width='99%' cellpadding='0' cellspacing='0' border='0'> + <table width='99%' cellpadding='0' cellspacing='0'> <tr> <td align='right'> <?php echo _('Username'); ?>: |