|
From: Jirka P. <fi...@us...> - 2002-05-07 11:36:09
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv1658/phpbt/templates/default/admin
Modified Files:
grouplist.html
Log Message:
Scrollbars.
Index: grouplist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/grouplist.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- grouplist.html 11 Apr 2002 16:08:05 -0000 1.3
+++ grouplist.html 7 May 2002 11:36:06 -0000 1.4
@@ -6,7 +6,7 @@
{literal}
function popupGroup(id) {
- window.open(me + '?op=edit&use_js=1&group_id='+id, 'ewin', 'dependent=yes, width=250, height=150, scrollbars=auto');
+ window.open(me + '?op=edit&use_js=1&group_id='+id, 'ewin', 'dependent=yes,width=250,height=150,scrollbars=1');
}
{/literal}
// -->
|