From: Chris Sharp Date: Mon, 12 Jan 2015 19:51:53 +0000 (-0500) Subject: removing reference to dates with slashes / in the example text X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6c8c5a27fd61f03171875f8a73da768ca9eddaa8;p=evergreen%2Fpines.git removing reference to dates with slashes / in the example text --- diff --git a/Open-ILS/src/templates/opac/register.tt2 b/Open-ILS/src/templates/opac/register.tt2 index 1daf5568d1..f63b9ae227 100644 --- a/Open-ILS/src/templates/opac/register.tt2 +++ b/Open-ILS/src/templates/opac/register.tt2 @@ -42,7 +42,7 @@ register_fields = [ # The dojo date widget in the patron edit UI only accepts default # values in ISO8601 format. It will not accept locale-shaped dates. IF !ctx.register.settings.stgu.dob.example; - ctx.register.settings.stgu.dob.example = l('YYYY-MM-DD or YYYY/MM/DD'); + ctx.register.settings.stgu.dob.example = l('YYYY-MM-DD'); END; %]