Skip to content

Commit

Permalink
Remove AIdP column from the members table. Correctly label the corres…
Browse files Browse the repository at this point in the history
…ponding column in the non-members table.
  • Loading branch information
iay committed Feb 10, 2010
1 parent ded9fd4 commit efa0be2
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions build/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
<th>Entities</th>
<th>IdPs</th>
<th>SPs</th>
<th>AIdP</th>
<th>OSrc</th>
<th align="left">Primary Scope</th>
</tr>
Expand Down Expand Up @@ -238,7 +237,7 @@
<th>Entities</th>
<th>IdPs</th>
<th>SPs</th>
<th>AIdP</th>
<th>OSrc</th>
<th align="left">Scope</th>
</tr>
<xsl:apply-templates select="$nonMembers" mode="count">
Expand Down Expand Up @@ -743,17 +742,6 @@
</xsl:otherwise>
</xsl:choose>
</td>
<!-- has Athens IdP access? -->
<td align="center">
<xsl:choose>
<xsl:when test="@usesAthensIdP = 'true'">
*
</xsl:when>
<xsl:otherwise>
&#160;
</xsl:otherwise>
</xsl:choose>
</td>

<!-- Outsourcing in general -->
<td align="center">
Expand Down

0 comments on commit efa0be2

Please sign in to comment.