It is very important to the safety of all children that you do not share your login credentials with anyone.
+It is very important to the safety of all children that you do not share your login credentials with anyone.
+It is very important to the safety of all children that you do not share your login credentials with anyone.
+If you want to disable System Admin registration after creating this account, please check the box.
+A system administrator has disabled the ability to register as a new system admin. If you believe this was done mistakenly, contact a current system administrator for this system, and have them change this setting.
+ {{/if}} +It is very important to the safety of all children that you do not share your login credentials with anyone.
+It is very important to the safety of all children that you do not share your login credentials with anyone.
+This is where messages will go once it's built out.
+ \ No newline at end of file diff --git a/client/General/Messages/messageView.js b/client/General/Messages/messageView.js new file mode 100644 index 0000000..fdff23c --- /dev/null +++ b/client/General/Messages/messageView.js @@ -0,0 +1,17 @@ + + +Template.messageView.onCreated(function() { + +}); + +Template.messageView.onRendered(function() { + +}); + +Template.messageView.helpers({ + +}); + +Template.messageView.events({ + +}); \ No newline at end of file diff --git a/client/General/headerBar.css b/client/General/headerBar.css new file mode 100644 index 0000000..5a22df3 --- /dev/null +++ b/client/General/headerBar.css @@ -0,0 +1,8 @@ +.padMe { + margin-left: 5px; + margin-right: 5px; +} + +i.icon-red { + color: red; +} \ No newline at end of file diff --git a/client/General/headerBar.html b/client/General/headerBar.html new file mode 100644 index 0000000..457d830 --- /dev/null +++ b/client/General/headerBar.html @@ -0,0 +1,57 @@ + +