Added Second Chance Scholarship; Needs some work to the wisiwig editor to allow download links.

This commit is contained in:
Wynne Crisman
2020-11-14 11:32:15 -08:00
parent 114cce02c1
commit da36c139eb
8 changed files with 46 additions and 16 deletions

View File

@@ -25,11 +25,16 @@
Slideshow Page
</a>
</li>
<li class="{{isActiveRoute 'DatesEditor'}}">
<a href="{{pathFor 'DatesEditor'}}">
Important Dates
</a>
</li>
<li class="{{isActiveRoute 'DatesEditor'}}">
<a href="{{pathFor 'DatesEditor'}}">
Important Dates
</a>
</li>
<li class="{{isActiveRoute 'SecondChanceEditor'}}">
<a href="{{pathFor 'SecondChanceEditor'}}">
Second Chance
</a>
</li>
<li class="{{isActiveRoute 'JrHighSummerEditor'}}">
<a href="{{pathFor 'JrHighSummerEditor'}}">
Jr High Summer
@@ -63,4 +68,4 @@
{{> Template.dynamic template=content}}
</div>
</div>
</template>
</template>

View File

@@ -26,7 +26,7 @@ Template.Public.events({
// '<li class="donateLink donateOnce"><button type="button" class="swal2-styled" onclick="' + openAnnually + '">Annually</button></li>' +
// '</ul>'
html: '<div class="btn-group" role="group" aria-label="Donation Types">' +
'<button type="button" class="swal2-styled btn btn-secondary" onclick="' + openOnce + '">Once</button>' +
'<button type="button" class="swal2-styled btn btn-secondary" onclick="' + openOnce + '">Once</button>' +
'<button type="button" class="swal2-styled btn btn-secondary" onclick="' + openMonthly + '">Monthly</button>' +
'<button type="button" class="swal2-styled btn btn-secondary" onclick="' + openAnnually + '">Annually</button>' +
'</div>'