From 94e244305d5bdaef5254ce1079bb3fe3dfbcc75f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 8 Jul 2016 19:25:11 +0200 Subject: checkboxes --- templates/layouts/default.html.ep | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'templates') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index f4222bb..8e0dca2 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -100,18 +100,18 @@
- Nur Verspätungen >5 Min. anzeigen -
-
- %= check_box 'hidelowdelay' => 1 + %= check_box 'hidelowdelay' => 1, id => 'id_hidelowdelay' +
- Formular verstecken (für Infoscreens) -
-
- %= check_box 'hide_opts' => 1 + %= check_box 'hide_opts' => 1, id => 'id_hide_opts' +
@@ -126,18 +126,18 @@
- Erwartete Zeiten statt Fahrplandaten -
-
- %= check_box 'show_realtime' => 1 + %= check_box 'show_realtime' => 1, id => 'id_show_realtime' +
+ %= check_box 'recursive' => 1, id => 'id_recursive' +
-
- %= check_box 'recursive' => 1 +
-- cgit v1.2.3