From: Jeff Godin Date: Mon, 23 Jul 2012 17:49:19 +0000 (-0400) Subject: Include prefs_hints on prefs_notify, not prefs_settings X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=228bf913653b2a06951ea168c4200338a5563024;p=evergreen%2Ftadl.git Include prefs_hints on prefs_notify, not prefs_settings Include the prefs_hints.tt2 file at the bottom of prefs_notify.tt2, as prefs_hints contains only a single notification-related hint at this time. Future: a way to tag prefs hints into some category, and include one (contextually-appropriate) hint at a time. Signed-off-by: Jeff Godin --- diff --git a/templates_tadlskin/opac/myopac/prefs_notify.tt2 b/templates_tadlskin/opac/myopac/prefs_notify.tt2 index fcd9f47823..4c80ca8e73 100644 --- a/templates_tadlskin/opac/myopac/prefs_notify.tt2 +++ b/templates_tadlskin/opac/myopac/prefs_notify.tt2 @@ -92,6 +92,7 @@ +[% INCLUDE "opac/parts/myopac/prefs_hints.tt2" %] [% END %] diff --git a/templates_tadlskin/opac/myopac/prefs_settings.tt2 b/templates_tadlskin/opac/myopac/prefs_settings.tt2 index b5d1f70765..303aabbda9 100644 --- a/templates_tadlskin/opac/myopac/prefs_settings.tt2 +++ b/templates_tadlskin/opac/myopac/prefs_settings.tt2 @@ -94,5 +94,4 @@ - [% INCLUDE "opac/parts/myopac/prefs_hints.tt2" %] [% END %]