removing reference to dates with slashes / in the example text
authorChris Sharp <csharp@georgialibraries.org>
Mon, 12 Jan 2015 19:51:53 +0000 (14:51 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 12 Jan 2015 19:51:53 +0000 (14:51 -0500)
Open-ILS/src/templates/opac/register.tt2

index 4c3aead..ac60486 100644 (file)
@@ -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;
 
 %]