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