aktuelle pot

This commit is contained in:
Martin Müller 2014-04-13 21:51:07 +02:00
parent abfee376d1
commit 87ba3e4ebc
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>