From 3a767f5e8405a463bc6a731d17a40e41f23da645 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 27 Jun 2012 18:25:12 -0400 Subject: [PATCH] Move the Make Default button on myopac/lists.tt2. MassLNC suggested that the button would go better if it came before the HTML and RSS links on public bookbags, so I moved it. Signed-off-by: Jason Stephenson --- Open-ILS/src/templates/opac/myopac/lists.tt2 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/lists.tt2 b/Open-ILS/src/templates/opac/myopac/lists.tt2 index 467139ea34..9fed05200d 100644 --- a/Open-ILS/src/templates/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates/opac/myopac/lists.tt2 @@ -130,6 +130,20 @@ + [% setting = 'opac.default_list'; %] +
+
+ + [%- INCLUDE "opac/parts/preserve_params.tt2"; %] + [% IF ctx.user_setting_map.$setting == bbag.id %] + + + [% ELSE %] + + + [% END %] +
+
[% IF bbag.pub == 't'; %] [% l('HTML View') %] [% END %]
- [% setting = 'opac.default_list'; %] -
-
- - [%- INCLUDE "opac/parts/preserve_params.tt2"; %] - [% IF ctx.user_setting_map.$setting == bbag.id %] - - - [% ELSE %] - - - [% END %] -
-
[% IF CGI.param("bbid") == bbag.id %] -- 2.11.0