Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/v.2015.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoor committed Nov 29, 2014
2 parents fc752bf + de95216 commit 02e7c50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/ajax/m_date_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
{/if}
{/foreach}
</select>
{foreach from=$meetings item="m"}
{if $m->date == $date}
{if $m->place}<span>{$m->place}</span>{/if}
{/if}
{/foreach}
{foreach from=$meetings item="m" name="m_loop"}
{if $m->date == $date && $smarty.foreach.m_loop.index == 0}
{if $m->place}<span>{$m->place}</span>{/if}
{/if}
{/foreach}
</span>
<input type="submit" value="zapisz termin" />
</fieldset>
Expand Down

0 comments on commit 02e7c50

Please sign in to comment.