This commit is contained in:
Martin Müller 2014-09-10 19:31:55 +02:00
parent 5a2bdb4225
commit 6a48585cc0
1 changed files with 3 additions and 11 deletions

View File

@ -6,9 +6,9 @@
<div class="box">
<h1><?=__('dreamjob.application.extern');?></h1>
<?php echo $this->Form->create('DreamjobJobApplication',$default_Form); ?>
<?=$this->Form->input('DreamjobUser.mail');?>
<fieldset>
<fieldset>
<legend><?=__("dreamjob.mail.receiver");?></legend>
<?=$this->Form->input('DreamjobUser.mail');?>
<legend><?=__("dreamjob.application.form");?></legend>
<?=$WORKER['AppUser']['first_name'].' '.$WORKER['AppUser']['last_name'];?><br/>
<?=$WORKER['DreamjobUser']['street'];?><br/>
@ -32,14 +32,6 @@
<br/>
<br/>
<?php
/*
<?=$opening['AppUser']['nickname'];?><br/>
<?=$opening['DreamjobUser']['street'];?><br/>
<?=$opening['DreamjobUser']['postcode'].' '.$opening['DreamjobListCity']['name'];?><br/>
//echo $this->Form->hidden('DreamjobJobApplication.id');
echo $this->Form->hidden('DreamjobJobApplication.opening_id');
*/
echo $this->Form->hidden('DreamjobJobApplication.worker_id');
echo $this->Form->text('DreamjobJobApplication.subject',array('label'=>false,'placeholder'=>__('dreamjob.opening.subject.placeholder'),'class'=>'form-control')).'<br/>';
?>