Skip to content

Commit

Permalink
Dev: input type "columns" for question attribute "display_columns"
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Mar 22, 2016
1 parent 20dd6bc commit 9f9ceac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/helpers/common_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2781,7 +2781,8 @@ function questionAttributes($returnByName=false)
"types"=>"LM",
'category'=>gT('Display'),
'sortorder'=>100,
'inputtype'=>'integer',
//'inputtype'=>'integer',
'inputtype'=>'columns',
'default'=>'1',
'min'=>'1',
'max'=>'100',
Expand Down

0 comments on commit 9f9ceac

Please sign in to comment.