From 8dc1b995863426067ff10afacea459062c71c3df Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 8 Mar 2010 23:39:53 +0000 Subject: feature 1489: integrate UploadForm into Piwigo core. The integration is not 100% done, I just "made it work" on trunk. pclzip library was updated to version 2.8.2 for memory usage improvement. git-svn-id: http://piwigo.org/svn/trunk@5089 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/photos_add_settings.tpl | 74 +++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 admin/template/goto/photos_add_settings.tpl (limited to 'admin/template/goto/photos_add_settings.tpl') diff --git a/admin/template/goto/photos_add_settings.tpl b/admin/template/goto/photos_add_settings.tpl new file mode 100644 index 000000000..10e4633dd --- /dev/null +++ b/admin/template/goto/photos_add_settings.tpl @@ -0,0 +1,74 @@ +{literal} + +{/literal} + +
+

{'Upload Photos'|@translate}

+
+ +
+ +
+
{'Web size photo'|@translate}
+ + + + + + + + + + + + + + + + + + +
{'Maximum Width'|@translate} {'pixels'|@translate}
{'Maximum Height'|@translate} {'pixels'|@translate}
{'Image Quality'|@translate} %
+
+ +
+
{'Thumbnail'|@translate}
+ + + + + + + + + + + + + + +
{'Maximum Width'|@translate} {'pixels'|@translate}
{'Maximum Height'|@translate} {'pixels'|@translate}
{'Image Quality'|@translate} %
+
+ +

+ +

+ +
-- cgit v1.2.3