* @package block * @version $Id$ * @link http://www.zentao.net */ ?>
title : '', "class='form-control'")?>
block->gridOptions; if($block) { $type = $block->block; $source = $block->source; $grid = $block->grid; } if(isset($config->block->longBlock[$source][$type])) { $grid = 8; unset($gridOptions[4]); } elseif(isset($config->block->shortBlock[$source][$type])) { $grid = 4; unset($gridOptions[8]); } echo html::select('grid', $gridOptions, $grid, "class='form-control'"); ?>