add Stationtype ?singlechoice?

This commit is contained in:
oliver 2016-02-27 19:05:54 +01:00
commit 178361ef94
9 changed files with 649 additions and 22 deletions

View file

@ -89,6 +89,8 @@
<?php switch($stationtype['classname']) {
case null: echo _('Stationttype Empty');
break;
case 'singlechoice': echo _('Stationtype singlechoice');
break;
case 'multiplechoice': echo _('Stationtype multiplechoice');
break;
case 'keyword': echo _('Stationtype keyword');