modificata logica parametri email
This commit is contained in:
@ -42,6 +42,20 @@ HTMLHelper::_('bootstrap.tooltip');
|
||||
</div>
|
||||
</div>
|
||||
<?php echo HTMLHelper::_('uitab.endTab'); ?>
|
||||
<?php echo HTMLHelper::_('uitab.addTab', 'myTab', 'mail', JText::_('Mail')); ?>
|
||||
<div class="row-fluid">
|
||||
<div class="col-md-12 form-horizontal">
|
||||
<fieldset class="adminform">
|
||||
<legend><?php echo Text::_('Pubblicazione'); ?></legend>
|
||||
|
||||
<?php echo $this->form->renderField('email_subject');
|
||||
echo $this->form->renderField('email_body');
|
||||
echo $this->form->renderField('dirigente_nome'); ?>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
<?php echo HTMLHelper::_('uitab.endTab'); ?>
|
||||
|
||||
<input type="hidden" name="jform[id]" value="<?php echo isset($this->item->id) ? $this->item->id : ''; ?>" />
|
||||
|
||||
<input type="hidden" name="jform[state]" value="<?php echo isset($this->item->state) ? $this->item->state : ''; ?>" />
|
||||
|
||||
Reference in New Issue
Block a user