Skip to content

Commit b97d7e0

Browse files
committed
SNAPSHOT bump
Don't show `acl:Control` in the access form
1 parent 1f8f524 commit b97d7e0

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

  • src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.atomgraph</groupId>
55
<artifactId>linkeddatahub</artifactId>
6-
<version>5.0.9-SNAPSHOT</version>
6+
<version>5.0.10-SNAPSHOT</version>
77
<packaging>${packaging.type}</packaging>
88

99
<name>AtomGraph LinkedDataHub</name>

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/modal.xsl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -412,14 +412,13 @@ LIMIT 10
412412
<xsl:param name="agent" as="xs:anyURI"/>
413413
<!-- TO-DO: support agent-group? -->
414414
<xsl:param name="this" select="ac:absolute-path(ldh:base-uri(.))" as="xs:anyURI"/>
415-
<xsl:param name="access-modes" select="(xs:anyURI('&acl;Read'), xs:anyURI('&acl;Append'), xs:anyURI('&acl;Write'), xs:anyURI('&acl;Control'))" as="xs:anyURI*"/>
415+
<xsl:param name="access-modes" select="(xs:anyURI('&acl;Read'), xs:anyURI('&acl;Append'), xs:anyURI('&acl;Write'))" as="xs:anyURI*"/>
416416

417417
<fieldset>
418418
<legend>URL-based access</legend>
419419
<table class="table table-striped">
420420
<colgroup>
421-
<col style="width: 40%;"/>
422-
<col style="width: 15%;"/>
421+
<col style="width: 55%;"/>
423422
<col style="width: 15%;"/>
424423
<col style="width: 15%;"/>
425424
<col style="width: 15%;"/>
@@ -468,8 +467,7 @@ LIMIT 10
468467
<legend>Class-based access</legend>
469468
<table class="table table-striped">
470469
<colgroup>
471-
<col style="width: 40%;"/>
472-
<col style="width: 15%;"/>
470+
<col style="width: 55%;"/>
473471
<col style="width: 15%;"/>
474472
<col style="width: 15%;"/>
475473
<col style="width: 15%;"/>

0 commit comments

Comments
 (0)