Fixes for Bug 3089, Date entry fields should indicate required date format
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / search.tmpl
index 6a16cd6..adcafbc 100644 (file)
@@ -102,6 +102,7 @@ to add to Batch <!-- TMPL_VAR NAME="batch_id" -->
         singleClick    :    false
     });
 </script>
+<div class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></div>
 </li>
 <li>
                <label for="dateto">Added on or before date</label>
@@ -116,6 +117,7 @@ to add to Batch <!-- TMPL_VAR NAME="batch_id" -->
         align          :    "Tl",
     });
 </script>
+<div class="hint"><!-- TMPL_INCLUDE NAME="date-format.inc" --></div>
 </li></ol>
 </fieldset>