diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-05-19 08:26:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-05-19 08:26:19 +0200 |
commit | 5572c4b69fb7dc6afc8447eeb71950ab13f7f218 (patch) | |
tree | ddfb94c224b7945a4187497bd56fc90099636fc0 /templates/layouts/default.html.ep | |
parent | 67fe9f56dc247c4bd958b1644a62c62489f34a7b (diff) |
main page: change defaults to infoscreen/clean template with IRIS backend
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r-- | templates/layouts/default.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
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.</div> Layout </div> <div> - %= select_field mode => [['Bahnhofstafel' => 'multi'], ['Gleis' => 'single'], ['Infoscreen' => 'clean']] + %= select_field mode => [ ['Infoscreen' => 'clean'], ['Bahnhofstafel' => 'multi'], ['Gleis' => 'single'] ] </div> </div> <div class="field"> @@ -109,7 +109,7 @@ on 2015-01-02 at 07:00 CET.</div> Backend </div> <div> - %= select_field backend => [['RIS' => 'ris'], ['IRIS' => 'iris']] + %= select_field backend => [ ['IRIS' => 'iris'], ['RIS' => 'ris'] ] </div> </div> <div class="field"> |