Stabilization
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @version CVS: 1.0.0
|
||||
* @package Com_Highlights
|
||||
@ -26,7 +27,7 @@ HTMLHelper::_('bootstrap.tooltip');
|
||||
action="<?php echo Route::_('index.php?option=com_circolari&layout=edit&id=' . (int) $this->item->id); ?>"
|
||||
method="post" enctype="multipart/form-data" name="adminForm" id="etichetta-form" class="form-validate form-horizontal">
|
||||
|
||||
|
||||
|
||||
<?php echo HTMLHelper::_('uitab.startTabSet', 'myTab', array('active' => 'etichetta')); ?>
|
||||
<?php echo HTMLHelper::_('uitab.addTab', 'myTab', 'etichetta', Text::_('COM_CIRCOLARI_TAB_ETICHETTA', true)); ?>
|
||||
<div class="row-fluid">
|
||||
@ -35,7 +36,7 @@ HTMLHelper::_('bootstrap.tooltip');
|
||||
<legend><?php echo Text::_('COM_CIRCOLARI_FIELDSET_ETICHETTA'); ?></legend>
|
||||
<?php echo $this->form->renderField('nome'); ?>
|
||||
<?php echo $this->form->renderField('descrizione'); ?>
|
||||
<?php echo $this->form->renderField('bottoni_firma'); ?>
|
||||
<?php echo $this->form->renderField('bottoni_firma'); ?>
|
||||
|
||||
</fieldset>
|
||||
</div>
|
||||
@ -48,10 +49,10 @@ HTMLHelper::_('bootstrap.tooltip');
|
||||
<?php echo $this->form->renderField('created_by'); ?>
|
||||
<?php echo $this->form->renderField('modified_by'); ?>
|
||||
|
||||
|
||||
|
||||
<?php echo HTMLHelper::_('uitab.endTabSet'); ?>
|
||||
|
||||
<input type="hidden" name="task" value=""/>
|
||||
<input type="hidden" name="task" value="" />
|
||||
<?php echo HTMLHelper::_('form.token'); ?>
|
||||
|
||||
</form>
|
||||
</form>
|
||||
Reference in New Issue
Block a user