|
From: Ben C. <php...@be...> - 2002-05-07 02:47:20
|
Does scrollbars=auto work without the spaces between the height, width,
etc.? All of the popups will need to be changed and I can't remember if
that works or not.
On Thu, May 02, 2002 at 01:35:40AM -0700, Jirka Pech wrote:
> Update of /cvsroot/phpbt/phpbt/templates/default/admin
> In directory usw-pr-cvs1:/tmp/cvs-serv22133/phpbt/templates/default/admin
>
> Modified Files:
> userlist.html
> Log Message:
> Scrollbars=auto not working (bug 551262). It's browser specific.
>
>
> Index: userlist.html
> ===================================================================
> RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/userlist.html,v
> retrieving revision 1.8
> retrieving revision 1.9
> diff -u -r1.8 -r1.9
> --- userlist.html 11 Apr 2002 16:08:05 -0000 1.8
> +++ userlist.html 2 May 2002 08:35:38 -0000 1.9
> @@ -6,7 +6,7 @@
> {literal}
>
> function popupUser(id) {
> - window.open(me + '?op=edit&use_js=1&user_id='+id, 'ewin', 'dependent=yes, width=350, height=300, scrollbars=auto');
> + window.open(me + '?op=edit&use_js=1&user_id='+id, 'ewin', 'dependent=yes,width=350,height=300,scrollbars=1');
> }
> {/literal}
> // -->
>
>
> _______________________________________________________________
>
> Have big pipes? SourceForge.net is looking for download mirrors. We supply
> the hardware. You get the recognition. Email Us: ban...@so...
> _______________________________________________
> phpbt-dev mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/phpbt-dev
|