Fix XSS problem with unsanitized style tags in messages [CVE-2011-2023]
[squirrelmail.git] / templates / default / compose_newwin_close.tpl
CommitLineData
762853f4 1<?php
2/**
3 * compose_newwin_close.tpl
4 *
5 * Description
6 *
7 * The following variables are available in this template:
8 *
ae5dddc0 9 * @copyright 1999-2011 The SquirrelMail Project Team
762853f4 10 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
11 * @version $Id$
12 * @package squirrelmail
13 * @subpackage templates
14 */
15
16/** add required includes **/
17
18/** extract template variables **/
19extract($t);
20
21/** Begin template **/
22?>
23<div class="compose">
24<table class="close" cellspacing="0">
25 <tr>
26 <td>
27 <input type="button" value="<?php echo _("Close"); ?>" onclick="self.close()" />
28 </td>
29 </tr>
30</table>
31</div>