aktuelle pot
This commit is contained in:
parent
abfee376d1
commit
87ba3e4ebc
|
@ -6,7 +6,7 @@
|
|||
<div class="box">
|
||||
<h1><?=__('dreamjob.registration.company');?></h1>
|
||||
<?php
|
||||
if($result){
|
||||
if(!$result){
|
||||
echo $this->Form->create(false,$default_Form);
|
||||
?>
|
||||
<fieldset>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<div class="box">
|
||||
<h1><?=__('dreamjob.registration.worker');?></h1>
|
||||
<?php
|
||||
if($result){
|
||||
if(!$result){
|
||||
echo $this->Form->create(false,$default_Form);
|
||||
?>
|
||||
<fieldset>
|
||||
|
|
Loading…
Reference in New Issue