Index: lams_admin/web/themeManagement.jsp
===================================================================
diff -u -r7998a31f6d7d4f1eef3e866bafef22caa012eb7a -rce3e782fd6844641f7298e09104f8d7554f073ff
--- lams_admin/web/themeManagement.jsp (.../themeManagement.jsp) (revision 7998a31f6d7d4f1eef3e866bafef22caa012eb7a)
+++ lams_admin/web/themeManagement.jsp (.../themeManagement.jsp) (revision ce3e782fd6844641f7298e09104f8d7554f073ff)
@@ -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}')"
>
-
+ ">