Skip to content

Commit

Permalink
* Home: Fix birthdays were not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangray committed Jun 13, 2023
1 parent d2cc3f2 commit 147549a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions home/templates/default/birthdays.xet
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<!DOCTYPE overlay PUBLIC "-//EGroupware GmbH//eTemplate 2.0//EN" "https://www.egroupware.org/etemplate2.0.dtd">
<overlay>
<template id="home.birthdays" template="" lang="" group="0" version="1.9.001">
<grid>
<columns>
<column/>
</columns>
<rows>
<row>
<et2-link id="${row}" app=""></et2-link>
</row>
</rows>
</grid>
<grid width="100%">
<columns>
<column/>
</columns>
<rows>
<row>
<et2-link id="$row_cont[id]" app="$row_cont[app]" title="$row_cont[title]"></et2-link>
</row>
</rows>
</grid>
</template>
</overlay>

0 comments on commit 147549a

Please sign in to comment.