Example #1
0
echo Chtml::hiddenField("scenario", $model->scenario);
?>
	<div id="setGalleryAspect" class="containerMessage displaySetting" style="display: block;">
		<div class="titleCategoryRow"><?php 
echo $this->tr('cPanelGallery') . ' - ' . $this->tr('cpAppearance');
?>
</div>
		<div class="row">
			<?php 
echo FBAdmin::helpTooltip('cssTheme');
?>
			<?php 
echo $form->labelEx($model, 'cssTheme');
?>
			<?php 
echo $form->dropDownList($model, 'cssTheme', operations::existingThemes(), array());
?>
			<?php 
echo FBAdmin::getDefaultValue('gallery', 'cssTheme');
?>
		</div>

		<div class="row">
			<?php 
echo FBAdmin::helpTooltip('thumbStyle');
?>
			<?php 
echo $form->labelEx($model, 'thumbStyle');
?>
			<?php 
echo $form->dropDownList($model, 'thumbStyle', array('landscape' => $this->tr('landscape'), 'portrait' => $this->tr('portrait'), 'square' => $this->tr('square')), array());