Skip to content

Commit

Permalink
Dev: add an information about browser speed with samelistheight and s…
Browse files Browse the repository at this point in the history
…amechoiceheight
  • Loading branch information
Shnoulle committed Jan 10, 2019
1 parent 67b313a commit 760bb53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/helpers/questionHelper.php
Expand Up @@ -857,7 +857,7 @@ public static function getAttributesDefinitions()
'options'=>array(0=>gT('No'), 1=>gT('Yes')),
'default'=>1,
"caption"=>gT('Same height for all answer options'),
"help"=>gT('Force each answer option to have the same height')
"help"=>gT('Force each answer option to have the same height. If you have a lot of item and filter : you can disable this to improve browser speed.')
);

self::$attributes["samelistheight"] = array(
Expand All @@ -868,7 +868,7 @@ public static function getAttributesDefinitions()
'options'=>array(0=>gT('No'), 1=>gT('Yes')),
'default'=>1,
"caption"=>gT('Same height for lists'),
"help"=>gT('Force the choice list and the rank list to have the same height')
"help"=>gT('Force the choice list and the rank list to have the same height. If you have a lot of item and filter : you can disable this to improve browser speed.')
);

self::$attributes["parent_order"] = array(
Expand Down

0 comments on commit 760bb53

Please sign in to comment.