Skip to content

Commit

Permalink
Fix page titles for RPB
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Oct 25, 2023
1 parent 88594fe commit d894b8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/advanced.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
@import play.api.libs.json.Json
@import play.api.libs.json.JsValue

@main("NWBib - Erweiterte Suche") {
@main("RPB - Erweiterte Suche") {
@tags.search_advanced("Suchen", person="_", name="_", subject="_")
}
4 changes: 2 additions & 2 deletions app/views/main.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
<li @if(title=="RPB - Ergebnisliste"){class="active"}>
<a href="@nwbib.routes.Application.search()">Suche</a>
</li>
<li @if(title=="NWBib - Erweiterte Suche"){class="active"}>
<li @if(title=="RPB - Erweiterte Suche"){class="active"}>
<a href="@nwbib.routes.Application.advanced()">Erweiterte Suche</a>
</li>
@*
<li @if(title=="NWBib - Themensuche"){class="active"}>
<li @if(title=="RPB - Themensuche"){class="active"}>
<a href="@nwbib.routes.Application.topics()">Themensuche</a>
</li>
*@
Expand Down
2 changes: 1 addition & 1 deletion app/views/topics.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@import play.api.libs.json.JsValue
@import controllers.nwbib.Lobid

@main("NWBib - Themensuche") {
@main("RPB - Themensuche") {
@helper.form(action = controllers.nwbib.routes.Application.topics(q), 'id -> "nwbib-form") {
<div class="input-group">
<input type="text" name="q" title="Suchtext" id="nwbibQuery" value="@q" class="form-control" autocomplete="off"/>
Expand Down

0 comments on commit d894b8f

Please sign in to comment.