diff --git a/server/documents/modules/modal.html.eco b/server/documents/modules/modal.html.eco
index ab769d3e6..737d4bef5 100755
--- a/server/documents/modules/modal.html.eco
+++ b/server/documents/modules/modal.html.eco
@@ -168,7 +168,7 @@ type : 'UI Module'
-
Modals will automatically tie approve deny callbacks to any positive/approve or negative/deny or ok/cancel buttons. If a callback returns false it will prevent the modal from closing
+
Modals will automatically tie approve deny callbacks to any positive/approve, negative/deny or ok/cancel buttons. If a callback returns false it will prevent the modal from closing
$('.basic.modal')
.modal('setting', {
@@ -450,12 +450,12 @@ type : 'UI Module'
onApprove |
Modal |
- Is called after a positive or approve button is pressed |
+ Is called after a positive, approve or ok button is pressed |
onDeny |
Modal |
- Is called after a negative or deny or cancel button is pressed. |
+ Is called after a negative, deny or cancel button is pressed. |
diff --git a/server/layouts/default.html.eco b/server/layouts/default.html.eco
index 1314bd751..201d35221 100755
--- a/server/layouts/default.html.eco
+++ b/server/layouts/default.html.eco
@@ -1,4 +1,5 @@
+
<% uiIntroduction = @getCollection("documents").findAll({type: $in: ['UI Introduction']},[{title: 1}]).toJSON() %>
<% uiProject = @getCollection("documents").findAll({type: $in: ['Semantic Project']},[{title: 1}]).toJSON() %>