From 7765d2d51238e96f4e9f760c03204f3b98cc58e0 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Tue, 2 Aug 2016 15:02:30 +0200 Subject: [PATCH] Improved barcode input, needs CoffeeScript code! --- templates/partials/mdl_input.mustache | 3 +++ templates/partials/mdl_input_barcode.mustache | 14 +++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/templates/partials/mdl_input.mustache b/templates/partials/mdl_input.mustache index e423136..51691c3 100644 --- a/templates/partials/mdl_input.mustache +++ b/templates/partials/mdl_input.mustache @@ -7,6 +7,9 @@ {{#fieldtype_tel}} {{>mdl_input_tel}} {{/fieldtype_tel}} +{{#fieldtype_barcode}} + {{>mdl_input_barcode}} +{{/fieldtype_barcode}} {{#fieldtype_datetime}} {{>mdl_input_datetime}} {{/fieldtype_datetime}} diff --git a/templates/partials/mdl_input_barcode.mustache b/templates/partials/mdl_input_barcode.mustache index 106b263..8784d2a 100644 --- a/templates/partials/mdl_input_barcode.mustache +++ b/templates/partials/mdl_input_barcode.mustache @@ -1,5 +1,17 @@ +
+ + + Please select a type! +
- Please input a URL or barcode! + Please input a value!