From 33037754d80dce07e6d806b6cee6df56311bb954 Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 27 Jan 2011 18:45:19 -0800 Subject: removed java photo uploader from mainline. Photo uploaders are now plugins, but a single item upload is available by default. --- view/en/htconfig.tpl | 6 ++++++ view/photos_upload.tpl | 35 +++-------------------------------- view/theme/default/style.css | 3 +++ view/theme/duepuntozero/style.css | 4 ++++ 4 files changed, 16 insertions(+), 32 deletions(-) (limited to 'view') diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index c7c19bf69..0182dbe5c 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -62,3 +62,9 @@ $a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com'; $a->config['system']['rino_encrypt'] = true; +// Addons or plugins are configured here. +// This is a comma seperated list of addons to enable. Example: +// $a->config['system']['addon'] = 'js_upload,randplace,oembed'; + +$a->config['system']['addon'] = 'js_upload'; + diff --git a/view/photos_upload.tpl b/view/photos_upload.tpl index 8a9dc3c68..2dbcddefd 100644 --- a/view/photos_upload.tpl +++ b/view/photos_upload.tpl @@ -23,41 +23,12 @@ -
$filestext
- -
- - - - - - - - - - - - - - - - -
+
-
- $nojava -
+ $uploader - + $default -
- -
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 6e643d4fe..3ef63e265 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1727,6 +1727,9 @@ a.mail-list-link { #photos-upload-album-select { float: left; } +#photos-upload-spacer { + margin-top: 25px; +} #photos-upload-new-end, #photos-upload-exist-end { clear: both; } diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 1f713f28d..59a5bf88a 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1600,6 +1600,10 @@ a.mail-list-link { #photos-upload-album-select { float: left; } + +#photos-upload-spacer { + margin-top: 25px; +} #photos-upload-new-end, #photos-upload-exist-end { clear: both; } -- cgit v1.2.3