source: contrib/Timesheet/templates/default/confirm.tpl @ 3526

Revision 3526, 615 bytes checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado modulos Timesheet e DMS para a comunidade.

  • 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'><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                <input type='submit' value='Ok' onclick='javascript:window.close()'>
24                </form>
25        </td>
26</tr>
27</table>
28</center>
29</body>
30</html>
31<!-- END list -->
Note: See TracBrowser for help on using the repository browser.