summaryrefslogtreecommitdiff
path: root/templates/layouts
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-10-05 20:14:25 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-10-05 20:14:25 +0200
commitf25e38c3dee72c038f4c314f073e9db25ec5b8ad (patch)
treee6b9a0cc06c9c256b61878888b65f0ff2126404f /templates/layouts
parenta1db5b626ff8a23c6c0e1c47b793774f6fb499bc (diff)
query all related stations by default1.09
* we've got better caching now * as a consequence: parameter change recursive |-> !no_recursive
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/default.html.ep6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 92ee22a..1f21a6e 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -140,9 +140,9 @@ Bitte eine Station aus der Liste auswählen</div>
</div>
<div class="field">
<div class="desc">
- %= check_box 'recursive' => 1, id => 'id_recursive'
- <label for="id_recursive">
- Betriebliche Bahnhofstrennungen ignorieren (z.B. "Hbf (Fern+Regio)" vs. "Hbf (S)")
+ %= check_box 'no_related' => 1, id => 'id_no_related'
+ <label for="id_no_related">
+ Betriebliche Bahnhofstrennungen berücksichtigen (z.B. "Hbf (Fern+Regio)" vs. "Hbf (S)")
</label>
</div>
</div>