Blank Admin Pages
Added all the admin pages, but they have no content.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<template name="AppreciationEditor">
|
||||
<div id="appreciationEditor" class="textView">
|
||||
<div id="appreciationEditor">
|
||||
</div>
|
||||
</template>
|
||||
@@ -1,4 +1,4 @@
|
||||
<template name="BoardEditor">
|
||||
<div id="boardEditor" class="textView">
|
||||
<div id="boardEditor" >
|
||||
</div>
|
||||
</template>
|
||||
@@ -1,4 +1,4 @@
|
||||
<template name="DatesEditor">
|
||||
<div id="datesEditor" class="textView">
|
||||
<div id="datesEditor">
|
||||
</div>
|
||||
</template>
|
||||
4
imports/ui/Admin/InternshipsEditor.html
Normal file
4
imports/ui/Admin/InternshipsEditor.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<template name="InternshipsEditor">
|
||||
<div id="internshipsEditor">
|
||||
</div>
|
||||
</template>
|
||||
2
imports/ui/Admin/InternshipsEditor.js
Normal file
2
imports/ui/Admin/InternshipsEditor.js
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
import './InternshipsEditor.html';
|
||||
2
imports/ui/Admin/InternshipsEditor.styl
Normal file
2
imports/ui/Admin/InternshipsEditor.styl
Normal file
@@ -0,0 +1,2 @@
|
||||
#internshipsEditor
|
||||
display: block
|
||||
@@ -1,4 +1,4 @@
|
||||
<template name="NewsEditor">
|
||||
<div id="newsEditor" class="textView">
|
||||
<div id="newsEditor">
|
||||
</div>
|
||||
</template>
|
||||
@@ -7,7 +7,7 @@
|
||||
<div class="logoLeft" onclick="{{pathFor 'Home'}}"></div>
|
||||
<div class="menuBar">
|
||||
<div onmousedown="return false">
|
||||
<a href="{{pathFor 'Admin/Home'}}"><li class="fa fa-key theKey" aria-hidden="true"></li></a>
|
||||
<a href="{{pathFor 'InternshipsEditor'}}"><li class="fa fa-key theKey" aria-hidden="true"></li></a>
|
||||
<li class="barButton"><a href="#"><i class="fa fa-bars"></i></a></li>
|
||||
<li><a id="datesMenu" class="{{isActiveRoute 'ImportantDates'}}" href="{{pathFor 'ImportantDates'}}">Important Dates</a></li>
|
||||
<li><a id="supportMenu" class="{{isActiveRoute 'Support'}}" href="{{pathFor 'Support'}}">Support </a></li>
|
||||
|
||||
Reference in New Issue
Block a user