Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ private void _start() throws IOException, OpacErrorException {
if (!accountFormOldstyle) {
List<NameValuePair> nvpairs_a = new ArrayList(s_pageform);
nvpairs_a.add(new BasicNameValuePair("$ScriptButton_hidden", "BK"));
nvpairs_a.add(new BasicNameValuePair("selected", "ZTEXT *SBK"));
accountFormBody = nvpairs_a;
}

Expand Down Expand Up @@ -1805,7 +1806,7 @@ public List<SearchField> parseSearchFields() throws IOException,
fieldIds.add(field.getId());
}

for (Element row : doc.select("div[id~=F\\d+], .search-adv-source")) {
for (Element row : doc.select("div[id~=F\\d+], .search-adv-source, .field-library")) {
if (row.select("input[type=text]").size() == 1
&& row.select("input, select").first().tagName()
.equals("input")) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Bibliotheksstandorte",
"library",
"Sie suchen in der Bibliothek:",
"Suchbereich:",
"Suchbereich",
"Lesesaalbestand"
],
"LOCATION": [
Expand Down