r734: Making global.js localized
[bugdar.git] / templates / global.js
1 /*=====================================================================*\
2 || ################################################################### ||
3 || # Bugdar [#]version[#]
4 || # --------------------------------------------------------------- # ||
5 || # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # ||
6 || # This file may not be reproduced in any way without permission. # ||
7 || # --------------------------------------------------------------- # ||
8 || # User License Agreement at http://www.iris-studios.com/license/ # ||
9 || ################################################################### ||
10 \*=====================================================================*/
11
12 function draw_cancel()
13 {
14 document.write('<input name="cancel" type="button" value="' + lang['Cancel'] + '" onclick="history.back(1)" />');
15 }
16
17 /*=====================================================================*\
18 || ###################################################################
19 || # $HeadURL$
20 || # $Id$
21 || ###################################################################
22 \*=====================================================================*/