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=a323577104a195c729acb24ca1cb7ff47021a851;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 4c3aead094..ac60486576 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; %]