This commit is contained in:
Martin Müller 2014-05-06 16:53:47 +02:00
parent 19e05fe060
commit a5fa7355fd
1 changed files with 1 additions and 1 deletions

View File

@ -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();