* Unify the count of assigntome block,
This commit is contained in:
@@ -25,7 +25,7 @@ $blockSize = !empty($config->block->size[$module][$code]) ? $config->block->si
|
||||
/* 根据区块的可选尺寸生成区块的可选宽度列表。 */
|
||||
$widthOptions = array();
|
||||
foreach(array_keys($blockSize) as $width) $widthOptions[$width] = zget($this->lang->block->widthOptions, $width);
|
||||
$defaultWidth = reset(array_keys($blockSize));
|
||||
$defaultWidth = reset($widthOptions);
|
||||
row
|
||||
(
|
||||
set::id('blockCreateForm'),
|
||||
|
||||
Reference in New Issue
Block a user