Include prefs_hints on prefs_notify, not prefs_settings
authorJeff Godin <jgodin@tadl.org>
Mon, 23 Jul 2012 17:49:19 +0000 (13:49 -0400)
committerJeff Godin <jgodin@tadl.org>
Mon, 23 Jul 2012 17:52:48 +0000 (13:52 -0400)
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 <jgodin@tadl.org>
templates_tadlskin/opac/myopac/prefs_notify.tt2
templates_tadlskin/opac/myopac/prefs_settings.tt2

index fcd9f47..4c80ca8 100644 (file)
@@ -92,6 +92,7 @@
     </table>
     <input type='submit' value="[% l('Save') %]" alt="[% l('Save') %]" class="opac-button" />
 </form>
+[% INCLUDE "opac/parts/myopac/prefs_hints.tt2" %]
 [% END %]
 
 
index b5d1f70..303aabb 100644 (file)
@@ -94,5 +94,4 @@
         </table>
         <input type="submit" value="[% l('Save') %]" alt="[% l('Save') %]" class="opac-button"/>
     </form>
-    [% INCLUDE "opac/parts/myopac/prefs_hints.tt2" %]
 [% END %]