Index: lams_admin/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_admin/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.12 -r1.1.2.13
--- lams_admin/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:05 -0000 1.1.2.12
+++ lams_admin/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:45 -0000 1.1.2.13
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_central/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.17 -r1.1.2.18
--- lams_central/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:03 -0000 1.1.2.17
+++ lams_central/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:59:00 -0000 1.1.2.18
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_central/web/includes/javascript/common.js
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/common.js,v
diff -u -r1.8.2.4 -r1.8.2.5
--- lams_central/web/includes/javascript/common.js 23 Jul 2016 16:48:27 -0000 1.8.2.4
+++ lams_central/web/includes/javascript/common.js 3 Dec 2016 00:59:00 -0000 1.8.2.5
@@ -10,7 +10,7 @@
if(instructionsWindow && instructionsWindow.open && !instructionsWindow.closed){
instructionsWindow.close();
}
- instructionsWindow = window.open(url,'instructions','resizable,width=796,height=570,scrollbars');
+ instructionsWindow = window.open(url,'instructions','resizable,width=1152,height=648,scrollbars');
instructionsWindow.window.focus();
// }
}
Index: lams_central/web/includes/javascript/openUrls.js
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/openUrls.js,v
diff -u -r1.38.2.8 -r1.38.2.9
--- lams_central/web/includes/javascript/openUrls.js 27 Sep 2016 06:22:58 -0000 1.38.2.8
+++ lams_central/web/includes/javascript/openUrls.js 3 Dec 2016 00:59:00 -0000 1.38.2.9
@@ -37,13 +37,13 @@
function openProfile() {
if(isMac) {
- pWin = window.open('profile.do?method=view','pWindow','width=796,height=570,resizable,scrollbars');
+ pWin = window.open('profile.do?method=view','pWindow','width=1152,height=648,resizable,scrollbars');
} else {
if (pWin && !pWin.closed) {
pWin.location='profile.do?method=view';
pWin.focus();
} else {
- pWin = window.open('profile.do?method=view','pWindow','width=796,height=570,resizable,scrollbars');
+ pWin = window.open('profile.do?method=view','pWindow','width=1152,height=648,resizable,scrollbars');
pWin.focus();
}
}
@@ -158,8 +158,8 @@
}
function openOrgManagement(orgId) {
- var height = 570;
- var width = 796;
+ var height = 648;
+ var width = 1152;
var left = 0;
var top = 0;
if (self.screen) {
Index: lams_gradebook/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_gradebook/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.2 -r1.1.2.3
--- lams_gradebook/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:04 -0000 1.1.2.2
+++ lams_gradebook/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:35 -0000 1.1.2.3
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_learning/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.13 -r1.1.2.14
--- lams_learning/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:43:08 -0000 1.1.2.13
+++ lams_learning/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:41 -0000 1.1.2.14
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_monitoring/web/monitor.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/monitor.jsp,v
diff -u -r1.27.2.38 -r1.27.2.39
--- lams_monitoring/web/monitor.jsp 23 Nov 2016 10:06:50 -0000 1.27.2.38
+++ lams_monitoring/web/monitor.jsp 3 Dec 2016 00:58:54 -0000 1.27.2.39
@@ -493,7 +493,7 @@
+ onClick="javascript:openPopUp('learning/notebook.do?method=viewAllJournals&lessonID=${lesson.lessonID}', 'JournalEntries', 648, 1152, true)">
Index: lams_monitoring/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_monitoring/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.12 -r1.1.2.13
--- lams_monitoring/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:00 -0000 1.1.2.12
+++ lams_monitoring/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:54 -0000 1.1.2.13
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_assessment/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_assessment/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_assessment/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:07 -0000 1.1.2.14
+++ lams_tool_assessment/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:56 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_bbb/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_bbb/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.15 -r1.1.2.16
--- lams_tool_bbb/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:43:59 -0000 1.1.2.15
+++ lams_tool_bbb/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:36 -0000 1.1.2.16
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_chat/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.15 -r1.1.2.16
--- lams_tool_chat/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:01 -0000 1.1.2.15
+++ lams_tool_chat/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:37 -0000 1.1.2.16
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_daco/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_daco/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_daco/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:06 -0000 1.1.2.14
+++ lams_tool_daco/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:37 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_forum/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.16 -r1.1.2.17
--- lams_tool_forum/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:45:18 -0000 1.1.2.16
+++ lams_tool_forum/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:58 -0000 1.1.2.17
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_gmap/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_gmap/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.15 -r1.1.2.16
--- lams_tool_gmap/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:54 -0000 1.1.2.15
+++ lams_tool_gmap/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:52 -0000 1.1.2.16
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_images/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_images/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_images/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:52 -0000 1.1.2.14
+++ lams_tool_images/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:39 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_imscc/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_imscc/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:57 -0000 1.1.2.14
+++ lams_tool_imscc/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:55 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_kaltura/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_kaltura/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:58 -0000 1.1.2.14
+++ lams_tool_kaltura/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:48 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_lamc/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.15 -r1.1.2.16
--- lams_tool_lamc/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:55 -0000 1.1.2.15
+++ lams_tool_lamc/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:52 -0000 1.1.2.16
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_laqa/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_laqa/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.16 -r1.1.2.17
--- lams_tool_laqa/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:53 -0000 1.1.2.16
+++ lams_tool_laqa/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:47 -0000 1.1.2.17
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_larsrc/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_larsrc/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:44:56 -0000 1.1.2.14
+++ lams_tool_larsrc/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:42 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_leader/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_leader/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_leader/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:45:20 -0000 1.1.2.14
+++ lams_tool_leader/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:53 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_mindmap/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_mindmap/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:45:22 -0000 1.1.2.14
+++ lams_tool_mindmap/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:51 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_nb/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.15 -r1.1.2.16
--- lams_tool_nb/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:45:21 -0000 1.1.2.15
+++ lams_tool_nb/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:49 -0000 1.1.2.16
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_notebook/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_notebook/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.17 -r1.1.2.18
--- lams_tool_notebook/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:45:19 -0000 1.1.2.17
+++ lams_tool_notebook/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:56 -0000 1.1.2.18
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_pixlr/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_pixlr/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_pixlr/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:45:58 -0000 1.1.2.14
+++ lams_tool_pixlr/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:43 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_pixlr/web/pages/learning/pixlr.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_pixlr/web/pages/learning/pixlr.jsp,v
diff -u -r1.6.2.1 -r1.6.2.2
--- lams_tool_pixlr/web/pages/learning/pixlr.jsp 11 Mar 2016 19:37:11 -0000 1.6.2.1
+++ lams_tool_pixlr/web/pages/learning/pixlr.jsp 3 Dec 2016 00:58:43 -0000 1.6.2.2
@@ -8,7 +8,7 @@
url += "&target=" + escape("${returnURL}");
url += "&image=" + escape("${currentImageURL}");
- openPopup(url, 570, 796);
+ openPopup(url, 648, 1152);
}
function refresh() {
Index: lams_tool_preview/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_preview/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_preview/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:45:59 -0000 1.1.2.14
+++ lams_tool_preview/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:38 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_sbmt/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.15 -r1.1.2.16
--- lams_tool_sbmt/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:45:57 -0000 1.1.2.15
+++ lams_tool_sbmt/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:50 -0000 1.1.2.16
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_sbmt/web/monitoring/parts/summary.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/monitoring/parts/summary.jsp,v
diff -u -r1.21.2.8 -r1.21.2.9
--- lams_tool_sbmt/web/monitoring/parts/summary.jsp 23 Oct 2016 10:41:59 -0000 1.21.2.8
+++ lams_tool_sbmt/web/monitoring/parts/summary.jsp 3 Dec 2016 00:58:50 -0000 1.21.2.9
@@ -104,7 +104,7 @@
wd.close();
}
wd = window.open(url, title,
- 'resizable,width=796,height=570,scrollbars');
+ 'resizable,width=1152,height=648,scrollbars');
wd.window.focus();
}
Index: lams_tool_scratchie/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_scratchie/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:45:57 -0000 1.1.2.14
+++ lams_tool_scratchie/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:59 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_scribe/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.15 -r1.1.2.16
--- lams_tool_scribe/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:46:29 -0000 1.1.2.15
+++ lams_tool_scribe/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:44 -0000 1.1.2.16
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_spreadsheet/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_spreadsheet/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.15 -r1.1.2.16
--- lams_tool_spreadsheet/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:46:30 -0000 1.1.2.15
+++ lams_tool_spreadsheet/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:40 -0000 1.1.2.16
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_spreadsheet/web/pages/monitoring/summary.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_spreadsheet/web/pages/monitoring/summary.jsp,v
diff -u -r1.7.2.5 -r1.7.2.6
--- lams_tool_spreadsheet/web/pages/monitoring/summary.jsp 21 Oct 2016 01:11:55 -0000 1.7.2.5
+++ lams_tool_spreadsheet/web/pages/monitoring/summary.jsp 3 Dec 2016 00:58:40 -0000 1.7.2.6
@@ -25,7 +25,7 @@
wd.close();
}
wd = window.open("" + sessionId + "&sessionMapID=${sessionMapID}",
- "mark", 'resizable, width=796, height=570, scrollbars');
+ "mark", 'resizable, width=1152, height=648, scrollbars');
wd.window.focus();
}
Index: lams_tool_survey/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_survey/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.15 -r1.1.2.16
--- lams_tool_survey/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:46:28 -0000 1.1.2.15
+++ lams_tool_survey/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:57 -0000 1.1.2.16
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_task/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_task/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.15 -r1.1.2.16
--- lams_tool_task/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:46:31 -0000 1.1.2.15
+++ lams_tool_task/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:44 -0000 1.1.2.16
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_vote/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_vote/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:46:32 -0000 1.1.2.14
+++ lams_tool_vote/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:48 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_wiki/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_wiki/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.14 -r1.1.2.15
--- lams_tool_wiki/web/WEB-INF/tags/Page.tag 8 Nov 2016 02:46:32 -0000 1.1.2.14
+++ lams_tool_wiki/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:46 -0000 1.1.2.15
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}
Index: lams_tool_wiki/web/includes/javascript/wikiCommon.js
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_wiki/web/includes/javascript/wikiCommon.js,v
diff -u -r1.9.2.2 -r1.9.2.3
--- lams_tool_wiki/web/includes/javascript/wikiCommon.js 2 Oct 2016 05:54:21 -0000 1.9.2.2
+++ lams_tool_wiki/web/includes/javascript/wikiCommon.js 3 Dec 2016 00:58:46 -0000 1.9.2.3
@@ -67,7 +67,7 @@
if(compareWindow && compareWindow.open && !compareWindow.closed){
compareWindow.close();
}
- compareWindow = window.open(url,'compareWindow','resizable,width=796,height=570,scrollbars');
+ compareWindow = window.open(url,'compareWindow','resizable,width=1152,height=648,scrollbars');
compareWindow.window.focus();
}
Index: lams_tool_wiki/web/pages/monitoring/summary.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_wiki/web/pages/monitoring/summary.jsp,v
diff -u -r1.5.2.2 -r1.5.2.3
--- lams_tool_wiki/web/pages/monitoring/summary.jsp 21 Sep 2016 08:17:45 -0000 1.5.2.2
+++ lams_tool_wiki/web/pages/monitoring/summary.jsp 3 Dec 2016 00:58:46 -0000 1.5.2.3
@@ -35,7 +35,7 @@
if(viewWindow && viewWindow.open && !viewWindow.closed){
viewWindow.close();
}
- viewWindow = window.open(url,'viewWindow','resizable,width=796,height=570,scrollbars');
+ viewWindow = window.open(url,'viewWindow','resizable,width=1152,height=648,scrollbars');
viewWindow.window.focus();
}
Index: lams_www/web/WEB-INF/tags/Page.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_www/web/WEB-INF/tags/Attic/Page.tag,v
diff -u -r1.1.2.3 -r1.1.2.4
--- lams_www/web/WEB-INF/tags/Page.tag 9 Nov 2016 06:00:13 -0000 1.1.2.3
+++ lams_www/web/WEB-INF/tags/Page.tag 3 Dec 2016 00:58:40 -0000 1.1.2.4
@@ -112,7 +112,7 @@
function viewNotebookEntries(){
openPopUp(APP_URL + "notebook.do?method=viewAll&lessonID=" + lessonId,
"Notebook",
- 570,796,
+ 648,1152,
"no");
hideSlideMenu(); /* For touch screen */
}