Index: lams_admin/web/WEB-INF/tags/Page.tag
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_admin/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_admin/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_central/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_central/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -reac8bde01757bcad6b96174cfd2e0433834364ed -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_central/web/includes/javascript/common.js (.../common.js) (revision eac8bde01757bcad6b96174cfd2e0433834364ed)
+++ lams_central/web/includes/javascript/common.js (.../common.js) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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_gradebook/web/WEB-INF/tags/Page.tag
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_gradebook/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_gradebook/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rfb1e4ed83170cf87f100a0c5b02f86e1b6480b2d -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_learning/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision fb1e4ed83170cf87f100a0c5b02f86e1b6480b2d)
+++ lams_learning/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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/WEB-INF/tags/Page.tag
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_monitoring/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_monitoring/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -r4bbff846d0964a517ddad7020fe6cf10536c347e -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_monitoring/web/monitor.jsp (.../monitor.jsp) (revision 4bbff846d0964a517ddad7020fe6cf10536c347e)
+++ lams_monitoring/web/monitor.jsp (.../monitor.jsp) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -493,7 +493,7 @@
+ onClick="javascript:openPopUp('learning/notebook.do?method=viewAllJournals&lessonID=${lesson.lessonID}', 'JournalEntries', 648, 1152, true)">
Index: lams_tool_assessment/web/WEB-INF/tags/Page.tag
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_assessment/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_assessment/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_bbb/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_bbb/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_chat/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_chat/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_daco/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_daco/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_forum/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_forum/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_gmap/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_gmap/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_images/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_images/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_imscc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_imscc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_kaltura/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_kaltura/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_lamc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_lamc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_laqa/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_laqa/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_larsrc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_larsrc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_leader/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_leader/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_mindmap/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_mindmap/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_nb/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_nb/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_notebook/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_notebook/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_pixlr/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_pixlr/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -r47cbd6e6676ba330de8e1256da0ae1f840c11d25 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_pixlr/web/pages/learning/pixlr.jsp (.../pixlr.jsp) (revision 47cbd6e6676ba330de8e1256da0ae1f840c11d25)
+++ lams_tool_pixlr/web/pages/learning/pixlr.jsp (.../pixlr.jsp) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_preview/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_preview/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_sbmt/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_sbmt/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rf13b1534ec64926e154910f0c61b70f7cfc33ec8 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_sbmt/web/monitoring/parts/summary.jsp (.../summary.jsp) (revision f13b1534ec64926e154910f0c61b70f7cfc33ec8)
+++ lams_tool_sbmt/web/monitoring/parts/summary.jsp (.../summary.jsp) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_scratchie/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_scratchie/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_scribe/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_scribe/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_spreadsheet/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_spreadsheet/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -r5d05673976aa715400f33268ec1ca38b6483b11d -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_spreadsheet/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 5d05673976aa715400f33268ec1ca38b6483b11d)
+++ lams_tool_spreadsheet/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_survey/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_survey/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_task/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_task/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_vote/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_vote/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -rca6edf56d178f125b9224f254c91d69f38e208b0 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_wiki/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision ca6edf56d178f125b9224f254c91d69f38e208b0)
+++ lams_tool_wiki/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -r3f6a314d2a87004bd18a5d5076cd9162dea82437 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_wiki/web/includes/javascript/wikiCommon.js (.../wikiCommon.js) (revision 3f6a314d2a87004bd18a5d5076cd9162dea82437)
+++ lams_tool_wiki/web/includes/javascript/wikiCommon.js (.../wikiCommon.js) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -r61408a87d647c32ac6a6a42d3ac009828eb5ce6d -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_tool_wiki/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision 61408a87d647c32ac6a6a42d3ac009828eb5ce6d)
+++ lams_tool_wiki/web/pages/monitoring/summary.jsp (.../summary.jsp) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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
===================================================================
diff -u -r0441b6caf440e4a40163c2aa4ba1f4002051fc81 -rf2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94
--- lams_www/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 0441b6caf440e4a40163c2aa4ba1f4002051fc81)
+++ lams_www/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision f2c6fdd167bba44e7c7b4fa9c837a3d7d9e05f94)
@@ -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 */
}