Fix calendar print template

This commit is contained in:
Hadi Nategh
2015-02-18 09:31:34 +00:00
parent 23c51a7acd
commit 69e780fab8

View File

@ -54,7 +54,6 @@
</grid> </grid>
</template> </template>
<template id="calendar.print" template="" lang="" group="0" version="1.6.001"> <template id="calendar.print" template="" lang="" group="0" version="1.6.001">
<hbox options="0,0">
<grid width="100%" height="200"> <grid width="100%" height="200">
<columns> <columns>
<column width="95"/> <column width="95"/>
@ -130,6 +129,5 @@
</row> </row>
</rows> </rows>
</grid> </grid>
</hbox>
</template> </template>
</overlay> </overlay>