|
From: Jirka P. <fi...@us...> - 2002-05-07 11:44:14
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory usw-pr-cvs1:/tmp/cvs-serv7308/phpbt/templates/default/admin
Modified Files:
project-edit.html resolutionlist.html severitylist.html
statuslist.html
Log Message:
Scrollbars.
Index: project-edit.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/project-edit.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project-edit.html 13 Apr 2002 14:51:57 -0000 1.7
+++ project-edit.html 7 May 2002 11:44:11 -0000 1.8
@@ -7,12 +7,12 @@
{literal}
function popupComponent(id) {
- window.open(me + '?op=edit_component&project_id='+projectId+'&use_js=1&id='+id, 'ewin', 'dependent=yes, width=450, height=300, scrollbars=auto');
+ window.open(me + '?op=edit_component&project_id='+projectId+'&use_js=1&id='+id, 'ewin', 'dependent=yes,width=450,height=300,scrollbars=1');
return false;
}
function popupVersion(id) {
- window.open(me + '?op=edit_version&project_id='+projectId+'&use_js=1&id='+id, 'ewin', 'dependent=yes, width=250, height=150, scrollbars=auto');
+ window.open(me + '?op=edit_version&project_id='+projectId+'&use_js=1&id='+id, 'ewin', 'dependent=yes,width=250,height=150,scrollbars=1');
return false;
}
{/literal}
Index: resolutionlist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/resolutionlist.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- resolutionlist.html 11 Apr 2002 22:03:57 -0000 1.8
+++ resolutionlist.html 7 May 2002 11:44:11 -0000 1.9
@@ -6,7 +6,7 @@
{literal}
function popupResolution(id) {
- window.open(me + '?op=edit&use_js=1&resolution_id='+id, 'ewin', 'dependent=yes, width=350, height=300, scrollbars=auto');
+ window.open(me + '?op=edit&use_js=1&resolution_id='+id, 'ewin', 'dependent=yes,width=350,height=300,scrollbars=1');
}
{/literal}
// -->
Index: severitylist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/severitylist.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- severitylist.html 11 Apr 2002 16:08:05 -0000 1.6
+++ severitylist.html 7 May 2002 11:44:11 -0000 1.7
@@ -6,7 +6,7 @@
{literal}
function popupSeverity(id) {
- window.open(me + '?op=edit&use_js=1&severity_id='+id, 'ewin', 'dependent=yes, width=350, height=300, scrollbars=auto');
+ window.open(me + '?op=edit&use_js=1&severity_id='+id, 'ewin', 'dependent=yes,width=350,height=300,scrollbars=1');
}
{/literal}
// -->
Index: statuslist.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/statuslist.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- statuslist.html 11 Apr 2002 16:08:05 -0000 1.6
+++ statuslist.html 7 May 2002 11:44:11 -0000 1.7
@@ -6,7 +6,7 @@
{literal}
function popupStatus(id) {
- window.open(me + '?op=edit&use_js=1&status_id='+id, 'ewin', 'dependent=yes, width=350, height=300, scrollbars=auto');
+ window.open(me + '?op=edit&use_js=1&status_id='+id, 'ewin', 'dependent=yes,width=350,height=300,scrollbars=1');
}
{/literal}
// -->
|