Пример #1
0
				<div class="row">
					<?php 
    echo operations::flag($language) . ' ' . CHtml::label($this->tr("newAlbumName"), 'newAlbumName', array());
    ?>
					<br />
					<?php 
    echo CHtml::textField('newAlbumName_' . $language, '', array('class' => 'inputNewAlbum'));
    ?>
				</div>
				<div class="row">
					<?php 
    echo operations::flag($language) . ' ' . CHtml::label($this->tr("newAlbumDescription"), 'newAlbumDescription', array());
    ?>
					<br />
					<?php 
    echo CHtml::textArea('newAlbumDescription_' . $language, shop::predefinedItemDescriptionShop($language), array('class' => 'inputNewAlbum descriptionNewAlbum cle', 'data-info' => ''));
    ?>
				</div>
			</div>
		<?php 
}
?>
		</div>
		<div class="tagsNewGallery clearfix">
			<div class="row">
				<?php 
echo CHtml::label($this->tr("tags"), 'newAlbumTags', array());
?>
				<?php 
echo '<div class="leftCharsTag">256</div>';
?>