summaryrefslogtreecommitdiffstats
path: root/xslt
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-01 19:07:24 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-01 19:07:24 +0200
commit88dcbd1a0b62bde794ab8a56661f2412503574e6 (patch)
tree0f8ad4c32a5853e6e8f4c7450cd0fa5512428957 /xslt
parentaec2553a8ff182353804fc498797dfcb8212bd92 (diff)
downloadeurephia-88dcbd1a0b62bde794ab8a56661f2412503574e6.tar.gz
eurephia-88dcbd1a0b62bde794ab8a56661f2412503574e6.tar.xz
eurephia-88dcbd1a0b62bde794ab8a56661f2412503574e6.zip
Modified eurephiadm users and usercerts commands to use the new db API
In regards to modifying usercerts links, make use of the new unified eDBadminUserCertsLink(...) function.
Diffstat (limited to 'xslt')
-rw-r--r--xslt/eurephiadm/usercerts.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/xslt/eurephiadm/usercerts.xsl b/xslt/eurephiadm/usercerts.xsl
index 38ea6fd..ff5eaea 100644
--- a/xslt/eurephiadm/usercerts.xsl
+++ b/xslt/eurephiadm/usercerts.xsl
@@ -24,10 +24,10 @@
<xsl:strip-space elements="*"/>
<xsl:template match="/eurephia">
- <xsl:apply-templates select="usercerts_links"/>
+ <xsl:apply-templates select="usercerts"/>
</xsl:template>
- <xsl:template match="/eurephia/usercerts_links">
+ <xsl:template match="/eurephia/usercerts">
<xsl:text> UICID - Registered&#10;</xsl:text>
<xsl:text> U: [uid] Username&#10;</xsl:text>
<xsl:text> C: [certid] Common name/Organisation (cert.depth)&#10;</xsl:text>
@@ -39,7 +39,7 @@
<xsl:text> ------------------------------------------------------------------------------&#10;</xsl:text>
</xsl:template>
- <xsl:template match="/eurephia/usercerts_links/usercert_link">
+ <xsl:template match="/eurephia/usercerts/usercert_link">
<xsl:text> </xsl:text>
<xsl:call-template name="right-align">
<xsl:with-param name="value" select="@uicid"/>