[Easymod-cvs] easymod2/mods/easymod/templates helpwin.tpl,1.1,1.2
Status: Beta
Brought to you by:
wgeric
From: Markus P. <mar...@us...> - 2005-11-05 23:25:26
|
Update of /cvsroot/easymod/easymod2/mods/easymod/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15891/mods/easymod/templates Modified Files: helpwin.tpl Log Message: Here we go with more Nux' suggestions Index: helpwin.tpl =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/templates/helpwin.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** helpwin.tpl 24 Apr 2005 14:59:53 -0000 1.1 --- helpwin.tpl 5 Nov 2005 23:25:16 -0000 1.2 *************** *** 11,15 **** else href=mylink.href; ! window.open(href, 'easymod_help', 'width={{WIDTH}},height={{HEIGHT}},scrollbars=yes'); return false; } --- 11,15 ---- else href=mylink.href; ! window.open(href, 'easymod_help', 'width={{WIDTH}},height={{HEIGHT}},scrollbars=yes,resizable=yes'); return false; } |