diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-26 22:53:30 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-26 22:53:30 +0000 |
commit | 75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f (patch) | |
tree | 64752a60736e9dff5f4bda45fe22bc4bba599ce3 /templates/show_upload.inc | |
parent | feffae660e250ba631e74dea0b62088749d10b6b (diff) | |
download | ampache-75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f.tar.gz ampache-75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f.tar.bz2 ampache-75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f.zip |
tweaks to upload
Diffstat (limited to 'templates/show_upload.inc')
-rw-r--r-- | templates/show_upload.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/show_upload.inc b/templates/show_upload.inc index 029e6c5c..e2ccb542 100644 --- a/templates/show_upload.inc +++ b/templates/show_upload.inc @@ -24,12 +24,12 @@ ?> <form action="<?php echo conf('web_path'); ?>/upload.php?" method="post" name="upload_form" enctype="multipart/form-data" id="upload_form"> -<table class="text-box" cellspacing="0" cellpadding="0" border="0"> +<table class="text-box"> <tr> <td> - <h3><?php echo _("Uploading Music to Ampache"); ?><br /></h3> + <h3><?php echo _('Uploading Music to Ampache'); ?><br /></h3> <p> - <b><?php echo _("The following Audio file formats are supported"); ?></b> + <b><?php echo _('The following Audio file formats are supported'); ?></b> </p> <ul> <li>OGG</li> @@ -69,8 +69,8 @@ <tr> <td> <input type="hidden" name="action" value="upload" /> - <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo _("max_upload_size"); ?>" /> - <input class='button' type="submit" value="<?php echo _("Upload"); ?>" /> + <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo _('max_upload_size'); ?>" /> + <input class='button' type="submit" value="<?php echo _('Upload'); ?>" /> </td> </tr> </table> |