Skip to content

Commit

Permalink
swapped out pcp-table__sort with fsa-table__sort [ref #81]
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Mar 15, 2018
1 parent 0199de0 commit 361f69a
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 63 deletions.
6 changes: 3 additions & 3 deletions src/includes/table_assignments.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<table class="fsa-table fsa-table--borderless fsa-table--responsive fsa-table--responsive-horizontal pcp-table pcp-table--middle pcp-table--fixed">
<thead>
<tr class="pcp-table__row">
<th colspan="2" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="pcp-table__sort pcp-table__sort--down" type="button">Program</button></th>
<th colspan="4" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="pcp-table__sort" type="button">Assignee</button></th>
<th colspan="6" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="pcp-table__sort" type="button">Status</button></th>
<th colspan="2" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="fsa-table__sort fsa-table__sort--ascending" type="button">Program</button></th>
<th colspan="4" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="fsa-table__sort" type="button">Assignee</button></th>
<th colspan="6" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="fsa-table__sort" type="button">Status</button></th>
</tr>
</thead>
<tbody>
Expand Down
6 changes: 3 additions & 3 deletions src/includes/table_assignments__complete.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<table class="fsa-table fsa-table--borderless fsa-table--responsive fsa-table--responsive-horizontal pcp-table pcp-table--middle pcp-table--fixed">
<thead>
<tr class="pcp-table__row">
<th colspan="2" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="pcp-table__sort pcp-table__sort--down" type="button">Program</button></th>
<th colspan="4" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="pcp-table__sort" type="button">Assignee</button></th>
<th colspan="6" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="pcp-table__sort" type="button">Status</button></th>
<th colspan="2" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="fsa-table__sort fsa-table__sort--ascending" type="button">Program</button></th>
<th colspan="4" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="fsa-table__sort" type="button">Assignee</button></th>
<th colspan="6" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="fsa-table__sort" type="button">Status</button></th>
</tr>
</thead>
<tbody>
Expand Down
6 changes: 3 additions & 3 deletions src/includes/table_assignments__limited.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<table class="fsa-table fsa-table--borderless fsa-table--responsive fsa-table--responsive-horizontal pcp-table pcp-table--middle pcp-table--fixed">
<thead>
<tr class="pcp-table__row">
<th colspan="2" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="pcp-table__sort pcp-table__sort--down" type="button">Program</button></th>
<th colspan="4" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="pcp-table__sort" type="button">Assignee</button></th>
<th colspan="6" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="pcp-table__sort" type="button">Status</button></th>
<th colspan="2" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="fsa-table__sort fsa-table__sort--ascending" type="button">Program</button></th>
<th colspan="4" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="fsa-table__sort" type="button">Assignee</button></th>
<th colspan="6" class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"><button class="fsa-table__sort" type="button">Status</button></th>
</tr>
</thead>
<tbody>
Expand Down
24 changes: 12 additions & 12 deletions src/includes/table_classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@
<thead>
<tr class="pcp-table__row">
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort pcp-table__sort--down" type="button">Name</button>
<button class="fsa-table__sort fsa-table__sort--ascending" type="button">Name</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button" title="Abbreviation">Abbr</button>
<button class="fsa-table__sort" type="button" title="Abbreviation">Abbr</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Commodity</button>
<button class="fsa-table__sort" type="button">Commodity</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Order</button>
<button class="fsa-table__sort" type="button">Order</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button"><abbr title="Rift Minimum">Min</abbr></button>
<button class="fsa-table__sort" type="button"><abbr title="Rift Minimum">Min</abbr></button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button"><abbr title="RiftMaximum">Max</abbr></button>
<button class="fsa-table__sort" type="button"><abbr title="RiftMaximum">Max</abbr></button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Type</button>
<button class="fsa-table__sort" type="button">Type</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Season</button>
<button class="fsa-table__sort" type="button">Season</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Sub-class</button>
<button class="fsa-table__sort" type="button">Sub-class</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Market</button>
<button class="fsa-table__sort" type="button">Market</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Adjust</button>
<button class="fsa-table__sort" type="button">Adjust</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Active</button>
<button class="fsa-table__sort" type="button">Active</button>
</th>
</tr>
</thead>
Expand Down
10 changes: 5 additions & 5 deletions src/includes/table_commodities.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<table class="fsa-table fsa-table--borderless fsa-table--responsive fsa-table--responsive-horizontal pcp-table">
<thead>
<tr class="pcp-table__row">
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort pcp-table__sort--up" type="button">Name</button>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col" aria-sort="descending">
<button class="fsa-table__sort fsa-table__sort--descending" type="button">Name</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Abbreviation</button>
<button class="fsa-table__sort" type="button">Abbreviation</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Class</button>
<button class="fsa-table__sort" type="button">Class</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Active</button>
<button class="fsa-table__sort" type="button">Active</button>
</th>
</tr>
</thead>
Expand Down
6 changes: 3 additions & 3 deletions src/includes/table_edit-state-adjustments.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<thead>
<tr class="pcp-table__row">
<th colspan="8" class="pcp-table__cell" scope="col">
<button class="pcp-table__sort pcp-table__sort--down" type="button">State</button>
<button class="fsa-table__sort fsa-table__sort--ascending" type="button">State</button>
</th>
<th colspan="8" class="pcp-table__cell" scope="col">
<button class="pcp-table__sort" type="button">Market</button>
<button class="fsa-table__sort" type="button">Market</button>
</th>
<th colspan="5" class="pcp-table__cell" scope="col">
<button class="pcp-table__sort" type="button">Name</button>
<button class="fsa-table__sort" type="button">Name</button>
</th>
<th colspan="3" class="pcp-table__cell fsa-text-align--right" scope="col"></th>
</tr>
Expand Down
6 changes: 3 additions & 3 deletions src/includes/table_edit-state-adjustments__empty.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<thead>
<tr class="pcp-table__row">
<th colspan="8" class="pcp-table__cell" scope="col">
<button class="pcp-table__sort pcp-table__sort--down" type="button">State</button>
<button class="fsa-table__sort fsa-table__sort--ascending" type="button">State</button>
</th>
<th colspan="8" class="pcp-table__cell" scope="col">
<button class="pcp-table__sort" type="button">Market</button>
<button class="fsa-table__sort" type="button">Market</button>
</th>
<th colspan="5" class="pcp-table__cell" scope="col">
<button class="pcp-table__sort" type="button">Name</button>
<button class="fsa-table__sort" type="button">Name</button>
</th>
<th colspan="3" class="pcp-table__cell fsa-text-align--right" scope="col"></th>
</tr>
Expand Down
12 changes: 6 additions & 6 deletions src/includes/table_markets.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<table class="fsa-table fsa-table--borderless fsa-table--responsive fsa-table--responsive-horizontal pcp-table">
<thead>
<tr class="pcp-table__row">
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col" role="button">
<button class="pcp-table__sort pcp-table__sort--up" type="button">Name</button>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col" aria-sort="descending">
<button class="fsa-table__sort fsa-table__sort--descending" type="button">Name</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col" role="button">
<button class="pcp-table__sort" type="button">Abbreviation</button>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="fsa-table__sort" type="button">Abbreviation</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col" role="button">
<button class="pcp-table__sort" type="button">Active</button>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="fsa-table__sort" type="button">Active</button>
</th>
</tr>
</thead>
Expand Down
10 changes: 5 additions & 5 deletions src/includes/table_permissions.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<table class="fsa-table fsa-table--borderless fsa-table--responsive fsa-table--responsive-horizontal pcp-table">
<thead>
<tr class="pcp-table__row">
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort pcp-table__sort--up" type="button">Name</button>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col" aria-sort="descending">
<button class="fsa-table__sort fsa-table__sort--descending" type="button">Name</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button"> Description </button>
<button class="fsa-table__sort" type="button"> Description </button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button"> Category </button>
<button class="fsa-table__sort" type="button"> Category </button>
</th>
<!-- <th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col"> Roles </th> -->
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button" >Active</button>
<button class="fsa-table__sort" type="button" >Active</button>
</th>
</tr>
</thead>
Expand Down
20 changes: 10 additions & 10 deletions src/includes/table_programs.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<table class="fsa-table fsa-table--borderless fsa-table--responsive fsa-table--responsive-horizontal pcp-table">
<thead>
<tr class="pcp-table__row">
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col" role="button">
<button class="pcp-table__sort pcp-table__sort--up" type="button">Name</button>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col" aria-sort="descending">
<button class="fsa-table__sort fsa-table__sort--descending" type="button">Name</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col" role="button">
<button class="pcp-table__sort" type="button">Abbreviation</button>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="fsa-table__sort" type="button">Abbreviation</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col" role="button">
<button class="pcp-table__sort" type="button">Type</button>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="fsa-table__sort" type="button">Type</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col" role="button">
<button class="pcp-table__sort" type="button">Markets</button>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="fsa-table__sort" type="button">Markets</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col" role="button">
<button class="pcp-table__sort" type="button">Active</button>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="fsa-table__sort" type="button">Active</button>
</th>
</tr>
</thead>
Expand Down
12 changes: 6 additions & 6 deletions src/includes/table_roles.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<table class="fsa-table fsa-table--borderless fsa-table--responsive fsa-table--responsive-horizontal pcp-table">
<thead>
<tr class="pcp-table__row">
<th class="pcp-table__cell pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort pcp-table__sort--up" type="button">Name</button>
<th class="pcp-table__cell pcp-table__th--sticky" scope="col" aria-sort="descending">
<button class="fsa-table__sort fsa-table__sort--descending" type="button">Name</button>
</th>
<th class="pcp-table__cell pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">FSA-13 Value</button>
<button class="fsa-table__sort" type="button">FSA-13 Value</button>
</th>
<th class="pcp-table__cell pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Description</button>
<button class="fsa-table__sort" type="button">Description</button>
</th>
<th class="pcp-table__cell pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Permissions</button>
<button class="fsa-table__sort" type="button">Permissions</button>
</th>
<th class="pcp-table__cell pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Active</button>
<button class="fsa-table__sort" type="button">Active</button>
</th>
</tr>
</thead>
Expand Down
8 changes: 4 additions & 4 deletions src/includes/table_subclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<thead>
<tr class="pcp-table__row">
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort pcp-table__sort--down" type="button">Name</button>
<button class="fsa-table__sort fsa-table__sort--ascending" type="button">Name</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort pcp-table__sort--down" type="button">Abbreviation</button>
<button class="fsa-table__sort fsa-table__sort--ascending" type="button">Abbreviation</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Class</button>
<button class="fsa-table__sort" type="button">Class</button>
</th>
<th class="pcp-table__cell pcp-table__th pcp-table__th--sticky" scope="col">
<button class="pcp-table__sort" type="button">Active</button>
<button class="fsa-table__sort" type="button">Active</button>
</th>
</tr>
</thead>
Expand Down

0 comments on commit 361f69a

Please sign in to comment.