form correctur durch bootstrap update
This commit is contained in:
parent
8dba5be8fe
commit
0260bb798e
|
@ -31,8 +31,8 @@ class MiconwareSessionComponent extends Component {
|
||||||
$controller->set('default_hForm',array(
|
$controller->set('default_hForm',array(
|
||||||
'inputDefaults' => array(
|
'inputDefaults' => array(
|
||||||
'div' => array('class' => 'form-group'),
|
'div' => array('class' => 'form-group'),
|
||||||
'label' => array('class' => 'col-lg-3 control-label'),
|
'label' => array('class' => 'col-sm-3 control-label'),
|
||||||
'between' => '<div class="col-lg-9">',
|
'between' => '<div class="col-sm-9">',
|
||||||
'after' => '</div>',
|
'after' => '</div>',
|
||||||
'error' => array('attribute'=>array('wrap'=>'span','class'=>'help-block')),
|
'error' => array('attribute'=>array('wrap'=>'span','class'=>'help-block')),
|
||||||
'class' => 'form-control '),
|
'class' => 'form-control '),
|
||||||
|
@ -42,8 +42,8 @@ class MiconwareSessionComponent extends Component {
|
||||||
$controller->set('default_Form',array(
|
$controller->set('default_Form',array(
|
||||||
'inputDefaults' => array(
|
'inputDefaults' => array(
|
||||||
'div' => array('class' => 'form-group'),
|
'div' => array('class' => 'form-group'),
|
||||||
'label' => array('class' => 'col-lg-3 control-label'),
|
'label' => array('class' => 'col-sm-3 control-label'),
|
||||||
'between' => '<div class="col-lg-9">',
|
'between' => '<div class="col-sm-9">',
|
||||||
'after' => '</div>',
|
'after' => '</div>',
|
||||||
'error' => array('attribute'=>array('wrap'=>'span','class'=>'help-block')),
|
'error' => array('attribute'=>array('wrap'=>'span','class'=>'help-block')),
|
||||||
'class' => 'form-control '))
|
'class' => 'form-control '))
|
||||||
|
|
|
@ -68,8 +68,8 @@
|
||||||
}else{
|
}else{
|
||||||
$statusApp = __('dreamjob.application');
|
$statusApp = __('dreamjob.application');
|
||||||
}
|
}
|
||||||
echo $this->Html->link(__($status),array('controller'=>'job', 'action'=>'applicationByOpening', 'id'=> $profil['DreamjobJobApplication']['opening_id'],'?'=>$archiv),array("class" => "btn btn-default"));
|
echo $this->Html->link(__($status),array('controller'=>'job', 'action'=>'applicationByOpening', 'id'=> $profil['DreamjobJobApplication']['opening_id'],'?'=>$archiv),array("class" => "btn btn-default",'escape' => true));
|
||||||
echo $this->Html->link($statusApp,array('controller'=>'job', 'action'=>'applicationGet', 'id'=> $profil['DreamjobJobApplication']['id']),array("class" => "btn btn-default"));
|
echo $this->Html->link($statusApp,array('controller'=>'job', 'action'=>'applicationGet', 'id'=> $profil['DreamjobJobApplication']['id']),array("class" => "btn btn-default",'escape' => true));
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue