projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5faba3
)
list search scope change
author
William Rockwood
<wrockwood@tadl.org>
Fri, 7 Sep 2012 14:45:56 +0000
(10:45 -0400)
committer
William Rockwood
<wrockwood@tadl.org>
Fri, 7 Sep 2012 14:45:56 +0000
(10:45 -0400)
- Changed the 'search only within the chosen list' option to always
be unchecked by default when viewing a list.
Signed-off-by: William Rockwood <wrockwood@tadl.org>
templates_tadlskin/opac/parts/searchbar.tt2
patch
|
blob
|
history
diff --git
a/templates_tadlskin/opac/parts/searchbar.tt2
b/templates_tadlskin/opac/parts/searchbar.tt2
index
b38c7b1
..
b47e3ae
100644
(file)
--- a/
templates_tadlskin/opac/parts/searchbar.tt2
+++ b/
templates_tadlskin/opac/parts/searchbar.tt2
@@
-34,7
+34,7
@@
[% IF ctx.bookbag %]
<div id="search-only-bookbag-container">
<input type="checkbox" id="search-only-bookbag" name="bookbag"
- value="[% ctx.bookbag.id | html %]"
checked="checked"
/>
+ value="[% ctx.bookbag.id | html %]" />
<label for="search-only-bookbag">
[% l('Search only within the chosen list') %]
</label>