Skip to content

Commit

Permalink
Dev: simple helper library
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Feb 15, 2018
1 parent 0f69c26 commit 45ae242
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -166,7 +166,7 @@
<input type="hidden" id="question_type" name="type" value="<?php echo $oQuestion->type; ?>" />

<?php if( $activated != "Y" && isset($selectormodeclass) && $selectormodeclass != "none"): ?>
<label class=" control-label" for="question_type_button" title="<?php eT("Question type");?>" data-gethelp='{ "title":"Get help", "text" : "More on questions", "href":"https://manual.limesurvey.org/Questions_-_introduction" }' data-help="<?=gT("Select the question type here.")?>">
<label class=" control-label" for="question_type_button" title="<?php eT("Question type");?>" data-gethelp='{ "title":"Get help", "text" : "More on questions", "href":"https://manual.limesurvey.org/Questions_-_introduction" }' data-helptitle="<?php eT("Question type");?>" data-help="<?=gT("Select the question type here.")?>">
<?php
eT("Question type:");
?>
Expand Down

0 comments on commit 45ae242

Please sign in to comment.