+<%= jspUtil.label("knowledge.navbar.data.connect") %>
+
+<% if(jspUtil.is(Boolean.TRUE, "custom")) { %>
+
+
+ Information <%= jspUtil.label("knowledge.connection.msg.custom.enable") %>
+
+
+ <% if (jspUtil.is(Boolean.TRUE, "transfer")) { %>
+
+
+ Warning! <%= jspUtil.label("knowledge.connection.msg.custom.transfer") %>
+
+ <% } %>
+
+<% } else { %>
+
+
+ Information <%= jspUtil.label("knowledge.connection.msg.custom.disable") %>
+
+<% } %>
+
+
+
+
+
+
+
+