From 5572c4b69fb7dc6afc8447eeb71950ab13f7f218 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 19 May 2015 08:26:19 +0200 Subject: main page: change defaults to infoscreen/clean template with IRIS backend --- templates/layouts/default.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 0df7f39..2b27455 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -101,7 +101,7 @@ on 2015-01-02 at 07:00 CET. Layout
- %= select_field mode => [['Bahnhofstafel' => 'multi'], ['Gleis' => 'single'], ['Infoscreen' => 'clean']] + %= select_field mode => [ ['Infoscreen' => 'clean'], ['Bahnhofstafel' => 'multi'], ['Gleis' => 'single'] ]
@@ -109,7 +109,7 @@ on 2015-01-02 at 07:00 CET.
Backend
- %= select_field backend => [['RIS' => 'ris'], ['IRIS' => 'iris']] + %= select_field backend => [ ['IRIS' => 'iris'], ['RIS' => 'ris'] ]
-- cgit v1.2.3