예제 #1
0
    ?>
				</select>
			</div>
		</div>
		<div class="control-group">
			<label class="control-label"><?php 
    echo $this->_item->form_btn_next_text ? JText::_($this->_item->form_btn_next_text) : JText::_('NEXT');
    ?>
</label>

			<div class="controls">

				<select class="input-large jsn-select2" name="form_style[button_next_color]" id="button_next_color">
					<?php 
    $buttonNextColor = !empty($this->formStyle->button_next_color) ? $this->formStyle->button_next_color : "btn btn-primary";
    echo JSNUniformHelper::renderOptionsButtonStyle($buttonNextColor);
    ?>
				</select>
			</div>
		</div>
		<?php 
}
?>
</div>
<div id="formCustomCss">
	<textarea id="style_custom_css" name="form_style[custom_css]"><?php 
echo $this->formStyle->custom_css;
?>
</textarea>
</div>
</div>