source: branches/2.2/calendar/templates/default/conflict.tpl @ 3241

Revision 3241, 829 bytes checked in by rafaelraymundo, 14 years ago (diff)

Ticket #816 - Arquivo necessario, no caso de conflitos com agendamentos.

  • Property svn:executable set to *
Line 
1<!-- BEGIN list -->
2<html>
3<head>
4<title> .: Expresso :. </title>
5<link href='/phpgwapi/templates/classic/login.css' rel='stylesheet' type='text/css'>
6</head>
7<body class='body'>
8<br>
9<center>
10<table border='0' cellpading='0' cellspacing='0'>
11        <tr>
12                <td class='td' align="center"><b><font face='Verdana, Arial, Helvetica, sans-serif'>{notify_message}</font></b></td>
13        </tr>
14        <tr>
15</table>
16</center>
17<br>
18<center>
19<table border='0' cellpading='0' cellspacing='0'>
20<tr>
21        <td>
22                <form>
23                <tr>
24                  <td>
25                        <input type='button' value="{ignore_conflict}" onclick='javascript:window.location="{action_ignore}"'>
26                  </td>
27                  <td>
28                   &nbsp;<input type='button' value="{reject_event}" onclick='javascript:window.location="{action_reject}"'>
29                  </td>
30                </tr>
31                </form>
32        </td>
33</tr>
34</table>
35</center>
36</body>
37</html>
38<!-- END list -->
Note: See TracBrowser for help on using the repository browser.