Arreglo estético en lista de productos
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_PROFIND_Web/trunk@60 3fe1ab16-cfe0-e34b-8c9f-7d8c168d430d
This commit is contained in:
parent
8e107564ba
commit
ee0f80dc4d
@ -3,7 +3,7 @@
|
||||
<?php Yii::app()->clientScript->registerScript(
|
||||
'uniform', "
|
||||
$(document).ready(function(){
|
||||
//$('.uni_style').uniform();
|
||||
$('.uni_style').uniform();
|
||||
});
|
||||
", CClientScript::POS_END);
|
||||
?>
|
||||
@ -37,7 +37,7 @@
|
||||
<fieldset>
|
||||
<?php echo $form->hiddenField($model, 'id'); ?>
|
||||
<p><span class="label label-info"><?php echo Yii::t('profing', 'Cuenta Personal'); ?></span></p>
|
||||
<label class="uni-radio">
|
||||
<label class="uni-radio">
|
||||
<input type="radio" <?php echo ($model->producto->id == 1) ? 'checked=""' : ''; ?> value="1" class="uni_style" id="Producto1" name="Subscripcion[id_producto]">1 Publicación - Gratis
|
||||
</label>
|
||||
<label class="uni-radio">
|
||||
@ -18,4 +18,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php echo $this->renderPartial('_form', array('model' => $model)); ?>
|
||||
<?php echo $this->renderPartial('_lista_productos', array('model' => $model)); ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user