summaryrefslogtreecommitdiff
path: root/modules/html5_uploader/controllers/uploader.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/html5_uploader/controllers/uploader.php')
-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ö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")));