Skip to content

Commit

Permalink
Merge pull request #66 from s-nakajima/master
Browse files Browse the repository at this point in the history
公開状態の並び順修正
  • Loading branch information
s-nakajima committed Jun 24, 2016
2 parents 2996edc + d29a39a commit e9f66c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/Elements/public_type.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ClassRegistry::init('Blocks.Block');
<?php echo $this->NetCommonsForm->label('Block.public_type', __d('blocks', 'Publishing setting')); ?>
<?php
$options = array(
Block::TYPE_PRIVATE => __d('blocks', 'Private'),
Block::TYPE_PUBLIC => __d('blocks', 'Public'),
Block::TYPE_PRIVATE => __d('blocks', 'Private'),
Block::TYPE_LIMITED => __d('blocks', 'Limited'),
);
echo $this->NetCommonsForm->radio('Block.public_type', $options, array('outer' => true));
Expand Down

0 comments on commit e9f66c3

Please sign in to comment.