RPC requests should use their own template sets with different content-type.
[squirrelmail.git] / templates / default / compose_newwin_close.tpl
1 <?php
2 /**
3 * compose_newwin_close.tpl
4 *
5 * Description
6 *
7 * The following variables are available in this template:
8 *
9 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
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 **/
19 extract($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>