__('Editando ') ?>


echo $this->Form->create(''); echo $this->Form->input('id'); ?> $details) : ?>
$this->Element('admin/lookup/_lookup'); ?>
$this->Form->input('', array( 'class' => 'form-control', 'label' => false )); ?>

$this->Html->link(__('Listar '), array( 'plugin' => false, 'admin' => true, 'controller' => '', 'action' => 'index', ), array( 'class' => 'btn btn-sm btn-outline-info', )) ?>
$this->Form->end(array('label' => __('Save Data'), 'class' => 'btn btn-sm btn-primary')); ?>