All pastes #2055530 Raw Edit

Unnamed

public text v1 · immutable
#2055530 ·published 2011-05-09 01:46 UTC
rendered paste body
<div class="form">
<?php echo CHtml::beginForm(); ?>
    <div class="row">
		
		<?php echo CHtml::textArea('content'); ?>
		
	</div>
	<div class="row buttons">
		<?php echo CHtml::ajaxSubmitButton('Comment',  Yii::app()->createUrl('/deal/comment'),array('type'=>'POST','data'=>"uuid=>"+$uuid),array('type'=>'submit')); ?>
	</div>

<?php echo CHtml::endForm(); ?>
</div>