Hi, my modification suggestion for the cool hack (close button added in graemlinpanel.php):
-----
$graemlinpanel
$tbclose
<!-- Extra Close button -->
<br><div align="center">
<input type="button" value="{$ubbt_lang['CLOSE_WINDOW']}" onClick="self.close()" class="buttons">
</div>
</body>
</html>
UBBTPRINT;
---
and in language files something like this:
$ubbt_lang['CLOSE_WINDOW'] = "close window";
Last edited by caymuc; 06/15/2003 5:49 PM.