summaryrefslogtreecommitdiff
path: root/print/templates
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-04-28 13:36:03 -0400
committerLex Neva <github.com@lexneva.name>2018-04-28 13:36:03 -0400
commit8e3dd74a286d4549fdb1dd9cc7a9fcfadb85bb9e (patch)
treea57c2d995bdab530323255c29ed6ff3537f361ce /print/templates
parent250ae0d7179699b2baa8561e959cbeb7e4007d63 (diff)
add hint about clicking logo
Diffstat (limited to 'print/templates')
-rw-r--r--print/templates/headline.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/templates/headline.html b/print/templates/headline.html
index 421202e4..7a7059b9 100644
--- a/print/templates/headline.html
+++ b/print/templates/headline.html
@@ -3,6 +3,7 @@
<img src="{{ logo.src or "resources/inkstitch-logo.svg" }}" alt="{{ logo.title }}" title="{{ logo.title }}" data-field-name="logo">
<input type=file id="logo-picker" />
</label>
+ <span class="logo-instructions">{{ _("Click to choose another logo") }}</span>
</figure>
<div class="headline">
<div class="pageTitle">
@@ -10,6 +11,6 @@
<p class="header-field" data-label="{{ _('CLIENT') }}:" contenteditable="true" data-placeholder="{{ _('Enter client name...') }}" data-field-name="client-name"></p>
<p class="header-field" data-label="{{ _('PURCHASE ORDER #:') }}" contenteditable="true" data-placeholder="{{ _('Enter purchase order number...') }}" data-field-name="purchase-order"></p>
</div>
-
+
<div class="currentDate">{{ date|datetimeformat(_('%Y.%m.%d')) }}</div>
</div>