Updated to nearly fully functional. Pre-release 1. Still needs some UI changes in the slideshow and admin pages (move the save button & fix the save detection for the internship list). Customer had one more page change request which I need to re-define and handle.
This commit is contained in:
@@ -15,6 +15,16 @@
|
||||
Internship Job List
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'SlideshowEditor'}}">
|
||||
<a href="{{pathFor 'SlideshowEditor'}}">
|
||||
Slideshows
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'SlideshowPageEditor'}}">
|
||||
<a href="{{pathFor 'SlideshowPageEditor'}}">
|
||||
Slideshow Page
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{isActiveRoute 'DatesEditor'}}">
|
||||
<a href="{{pathFor 'DatesEditor'}}">
|
||||
Important Dates
|
||||
|
||||
@@ -14,6 +14,9 @@ Template.Admin.toggleMenu = function($sidebar) {
|
||||
}
|
||||
};
|
||||
|
||||
Template.Admin.helpers({
|
||||
});
|
||||
|
||||
Template.Admin.events({
|
||||
"click .signOut": function(event, template) {
|
||||
AccountsTemplates.logout();
|
||||
|
||||
Reference in New Issue
Block a user