1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-02-15 18:00:09 +01:00
egroupware/calendar/templates/default/overlap.tpl

15 lines
268 B
Smarty
Executable File

<!-- $Id$ -->
<!-- BEGIN overlap -->
<center>
<h2>
<font color="{color}">Scheduling Conflict</font>
</h2>
<table>
<tr><td>{overlap_text}</td></tr>
<tr><td><ul>{overlap_list}</ul></td></tr>
</table>
{resubmit_button}
{reedit_button}
</center>
<!-- END overlap -->