This commit is contained in:
parent
19e05fe060
commit
a5fa7355fd
|
@ -53,7 +53,7 @@
|
||||||
echo $this->Form->input('mail.text',array('placeholder'=>'Nachricht'));
|
echo $this->Form->input('mail.text',array('placeholder'=>'Nachricht'));
|
||||||
?>
|
?>
|
||||||
<div class="buttonrow">
|
<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>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
echo $this->Form->end();
|
echo $this->Form->end();
|
||||||
|
|
Loading…
Reference in New Issue