Skip to content

Commit

Permalink
Merge pull request #3708 from devlab-oy/satu/varkalenteri_lisatiedot
Browse files Browse the repository at this point in the history
Varauskalenterit
  • Loading branch information
satuaalto authored Aug 2, 2017
2 parents 6000188 + 80e57f7 commit b1f8083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varauskalenteri/varauskalenteri_syota.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<input type='text' name='kentta04' size='30'></td></tr>
<tr><th>".t("Lisätiedot").":</th><td><textarea name='kentta05' cols='30' rows='3' wrap='hard'></textarea></td></tr>";

if ($toim == "Sauna") {
if ($toim != "") {
echo "<tr><td colspan='2' class='back'><br><br>".t("Tilaisuuden tarkemmat tiedot").":</td></tr>";
echo "<tr><th>".t("Isännät").":</th><td><textarea name='kentta06' cols='30' rows='3' wrap='hard'>$kukarow[nimi]</textarea></td></tr>";
echo "<tr><th>".t("Vieraat").":</th><td><textarea name='kentta07' cols='30' rows='2' wrap='hard'></textarea></td></tr>";
Expand Down

0 comments on commit b1f8083

Please sign in to comment.