Skip to content

Commit

Permalink
dev: removed uncommented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 committed Jun 18, 2021
1 parent 513fc0f commit 34c06a4
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -85,8 +85,6 @@
// modal
'actionType' => 'modal',
'modalType' => 'cancel-apply',
//'yes' => gT('Apply'),
//'no' => gT('Cancel'),
'keepopen' => 'no',
'sModalTitle' => gT('Set "Mandatory" state'),
'htmlModalBody' => $this->renderPartial('/admin/survey/Question/massive_actions/_set_questions_mandatory', ['model' => $model, 'oSurvey' => $oSurvey], true),
Expand All @@ -105,8 +103,6 @@
// modal
'actionType' => 'modal',
'modalType' => 'cancel-apply',
//'yes' => gT('Apply'),
//'no' => gT('Cancel'),
'keepopen' => 'no',
'sModalTitle' => gT('Set CSS class'),
'htmlModalBody' => $this->renderPartial('/admin/survey/Question/massive_actions/_set_css_class', ['model' => $model], true),
Expand All @@ -125,8 +121,6 @@
// modal
'actionType' => 'modal',
'modalType' => 'cancel-apply',
//'yes' => gT('Apply'),
//'no' => gT('Cancel'),
'keepopen' => 'no',
'sModalTitle' => gT('Set statistics options'),
'htmlModalBody' => $this->renderPartial('/admin/survey/Question/massive_actions/_set_statistics_options', ['model' => $model], true),
Expand Down

0 comments on commit 34c06a4

Please sign in to comment.