From a40aad33d13ccfb195f67bddb68c65ab5778a567 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 29 Feb 2016 08:14:19 -0500 Subject: [PATCH] * add 2 file support * TODO: add nicer widget for multifile --- contrib/static/site.css | 2 +- contrib/templates/default/postform.mustache | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index b300530..9462d1f 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -401,7 +401,7 @@ input, textarea { vertical-align: text-top; } -#postform_attachment { +.postform_attachment { max-width: 330px; } diff --git a/contrib/templates/default/postform.mustache b/contrib/templates/default/postform.mustache index 6c69f93..16a1427 100644 --- a/contrib/templates/default/postform.mustache +++ b/contrib/templates/default/postform.mustache @@ -41,12 +41,20 @@ {{#files}} + + + {{#i18n.Translations}}{{file}}{{/i18n.Translations}} + + + + + {{#i18n.Translations}}{{file}}{{/i18n.Translations}} - + {{/files}}