Index: lams_admin/web/themeManagement.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/themeManagement.jsp,v diff -u -r1.2 -r1.3 --- lams_admin/web/themeManagement.jsp 20 Aug 2009 04:37:46 -0000 1.2 +++ lams_admin/web/themeManagement.jsp 13 Nov 2009 03:13:57 -0000 1.3 @@ -32,7 +32,7 @@ } function removeTheme(id, name, type) { - var answer = confirm('') + var answer = confirm("") if (answer) { document.getElementById("name").value = name; document.getElementById("id").value = id; @@ -52,13 +52,13 @@ var name = document.getElementById("name").value; if (name == null || name == "") { - alert(''); + alert(""); return; } if (name == '${theme.name}') { - alert(''); + alert(""); return; } @@ -130,16 +130,16 @@ " onclick="editTheme('${theme.name}', '${theme.description}', '${theme.imageDirectory}', '${theme.themeId}', '${theme.currentDefaultTheme}', '${theme.type}')" > " onclick="removeTheme('${theme.themeId}', '${theme.name}', '${theme.type}')" > - + ">