Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Commit

Permalink
Temporarily hide search&print navigation links
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Oct 7, 2016
1 parent 2bb7fd3 commit 4472b5b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sencha-workspace/SlateAdmin/app/view/progress/NavPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Ext.define('SlateAdmin.view.progress.NavPanel', {
text: 'Section Interim Reports',
href: '#progress/interims',
children: [
{
text: 'Search & Print',
href: '#progress/interims/print'
}
// {
// text: 'Search & Print',
// href: '#progress/interims/print'
// }
// {
// text: 'Email',
// href: '#progress/interims/email'
Expand All @@ -30,10 +30,10 @@ Ext.define('SlateAdmin.view.progress.NavPanel', {
text: 'Section Term Reports',
href: '#progress/narratives',
children: [
{
text: 'Search & Print',
href: '#progress/narratives/print'
}
// {
// text: 'Search & Print',
// href: '#progress/narratives/print'
// }
// {
// text: 'Email',
// href: '#progress/narratives/email'
Expand Down

0 comments on commit 4472b5b

Please sign in to comment.