Skip to content

Commit

Permalink
Fixing new join final layout
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Sep 29, 2017
1 parent 4f85bf5 commit 07e99be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Expand Up @@ -7,12 +7,12 @@
echo $d->control . "<br />\n";
endif;

if (!empty($d->frontEndAdd)) :
echo $d->frontEndAdd. "<br />\n";
if (!empty($d->frontEndSelect)) :
echo $d->frontEndSelect . "<br />\n";
endif;

if (!empty($d->description)) :
echo $d->description. "<br />\n";
echo $d->description . "<br />\n";
endif;

?>
Expand Down
Expand Up @@ -7,8 +7,8 @@
echo $d->control . "<br />\n";
endif;

if (!empty($d->frontEndAdd)) :
echo $d->frontEndAdd. "<br />\n";
if (!empty($d->frontEndSelect)) :
echo $d->frontEndSelect. "<br />\n";
endif;

if (!empty($d->description)) :
Expand Down
Expand Up @@ -7,12 +7,12 @@
echo $d->control . "<br />\n";
endif;

if (!empty($d->frontEndAdd)) :
echo $d->frontEndAdd. "<br />\n";
if (!empty($d->frontEndSelect)) :
echo $d->frontEndSelect . "<br />\n";
endif;

if (!empty($d->description)) :
echo $d->description. "<br />\n";
echo $d->description . "<br />\n";
endif;

?>
Expand Down

0 comments on commit 07e99be

Please sign in to comment.