Skip to content

Commit

Permalink
refs NetCommons3/NetCommons3/#923
Browse files Browse the repository at this point in the history
  • Loading branch information
RikaFujiwara committed Jan 10, 2019
1 parent 131a441 commit 251d3fb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions View/QuestionnaireBlocks/not_found.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@

<div class="tab-content">
<div class="text-right clearfix">
<?php echo $this->element('Questionnaires.Questionnaires/add_button'); ?>
<?php echo $this->BlockIndex->addLink('',
array(
'controller' => 'questionnaire_add',
'action' => 'add',
'frame_id' => Current::read('Frame.id'),
'block_id' => Current::read('Block.id'),
'q_mode' => 'setting'
)); ?>
</div>

<div class="text-left">
<?php echo __d('net_commons', 'Not found.'); ?>
</div>
Expand Down

0 comments on commit 251d3fb

Please sign in to comment.