This commit is contained in:
parent
19e05fe060
commit
a5fa7355fd
|
@ -53,7 +53,7 @@
|
|||
echo $this->Form->input('mail.text',array('placeholder'=>'Nachricht'));
|
||||
?>
|
||||
<div class="buttonrow">
|
||||
<?=$this->Form->button(__('dreamjob.application.send'),array('div' => false,'class'=>"btn btn-primary ",'type' => 'submit'));?>
|
||||
<?=$this->Form->button('senden',array('div' => false,'class'=>"btn btn-primary ",'type' => 'submit'));?>
|
||||
</div>
|
||||
<?php
|
||||
echo $this->Form->end();
|
||||
|
|
Loading…
Reference in New Issue