summaryrefslogtreecommitdiff
path: root/modules/html5_uploader
diff options
context:
space:
mode:
authorTristan Zur <tzur@webserver.ccwn.org>2015-06-14 00:31:48 +0200
committerTristan Zur <tzur@webserver.ccwn.org>2015-06-14 00:31:48 +0200
commit6d695f9f698592b323ed3e00e1b2f7f3d388bb3c (patch)
tree86dbc521cb2c466e0ac2db731d1d534a21c9f27c /modules/html5_uploader
parent44c9ccf1aba8af2797d15e8d145fb1c541a8450e (diff)
Added Tags to upload
Diffstat (limited to 'modules/html5_uploader')
-rw-r--r--modules/html5_uploader/controllers/uploader.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/html5_uploader/controllers/uploader.php b/modules/html5_uploader/controllers/uploader.php
index 8f839a0..fb00288 100644
--- a/modules/html5_uploader/controllers/uploader.php
+++ b/modules/html5_uploader/controllers/uploader.php
@@ -113,6 +113,7 @@ class Uploader_Controller extends Controller {
$group = $form->group("add_photos")
->label(t("Add photos to %album_title", array("album_title" => html::purify($album->title))));
$group->input("files[]")->type("file")->multiple();
+ $group->input("tags")->type("text")->label(t("Tags"));
$form->input("FOO")->type("hidden")->label(sprintf("Es k&ouml;nnen mehrere Bilder auf einmal hochgeladen werden. Dies dauert allerdings etwas - ohne extra Ladebalken. Also Geduld bewahren. Max. upload size of all pictures: %.0f MB.", ini_get("upload_max_filesize")));