From 75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 26 Mar 2006 22:53:30 +0000 Subject: tweaks to upload --- templates/show_play_selected.inc.php | 2 ++ templates/show_preferences.inc | 2 +- templates/show_upload.inc | 10 +++++----- templates/style.inc | 3 +++ 4 files changed, 11 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/show_play_selected.inc.php b/templates/show_play_selected.inc.php index 53cc42d4..9b44e8a0 100644 --- a/templates/show_play_selected.inc.php +++ b/templates/show_play_selected.inc.php @@ -19,6 +19,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +$web_path = conf('web_path'); + ?> diff --git a/templates/show_preferences.inc b/templates/show_preferences.inc index e0c82225..9a96248a 100644 --- a/templates/show_preferences.inc +++ b/templates/show_preferences.inc @@ -79,7 +79,7 @@ if (($GLOBALS['user']->has_access(100)) AND ($user_id == '-1' AND conf('use_auth -
+
-
+
-


+


- +

  • OGG
  • @@ -69,8 +69,8 @@
- " /> - " /> + +
diff --git a/templates/style.inc b/templates/style.inc index a12bc5ad..a94c43a1 100644 --- a/templates/style.inc +++ b/templates/style.inc @@ -183,6 +183,9 @@ .fatalerror { padding-top: 3px; + padding-left: 3px; + padding-right: 3px; + display: table-cell; padding-bottom: 3px; color: ; border-right:4px solid ; -- cgit