summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-11-28 16:34:20 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-11-28 16:34:20 +0100
commitda0d796885f04271ebca145f3dc378f5c60b5fe3 (patch)
treece165ad9cb5252fb357e5c63d8d84ed7795712e1 /templates
parenteeb777112f61ec4f133c8f890ff76aeaabf5729e (diff)
add option to hide arrivals / departures
Diffstat (limited to 'templates')
-rw-r--r--templates/layouts/default.html.ep10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 17181e0..85ef48c 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -113,6 +113,16 @@
%= check_box 'hide_opts' => 1
</div>
</div>
+ <div class="break"></div>
+ <span class="optional">Nur für IRIS-Backend:</span>
+ <div class="field">
+ <div class="desc">
+ Ankunft- oder Abfahrtzeiten anzeigen?
+ </div>
+ <div>
+ %= select_field admode => [['Abfahrt bevorzugen' => 'deparr'], ['Nur Abfahrt' => 'dep'], ['Nur Ankunft' => 'arr']]
+ </div>
+ </div>
</div>
% end