Skip to content

Commit f28fa4e

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents d0c0cd9 + c549941 commit f28fa4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/webapp/metadataFragment.xhtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,13 @@
314314
</div>
315315
<!-- Add / Remove buttons -->
316316
<div class="col-xs-3 field-add-delete" jsf:rendered="#{dsf.datasetFieldType.allowMultiples and !dsf.datasetFieldType.controlledVocabulary}">
317-
<p:commandLink title="#{bundle.add}"
317+
<p:commandLink aria-label="#{bundle.add}" title="#{bundle.add}"
318318
styleClass="btn btn-default btn-sm bootstrap-button-tooltip #{dsf.datasetFieldType.compound ? 'compound-field-btn' : ''}"
319319
actionListener="#{dsf.addDatasetFieldValue(valCount.index + 1)}"
320320
update=":#{p:resolveClientIds('@id(editPrimitiveValueFragment)', view)}">
321321
<span class="glyphicon glyphicon-plus no-text"/>
322322
</p:commandLink>
323-
<p:commandLink title="#{bundle.delete}"
323+
<p:commandLink aria-label="#{bundle.delete}" title="#{bundle.delete}"
324324
styleClass="btn btn-default btn-sm bootstrap-button-tooltip #{dsf.datasetFieldType.compound ? 'compound-field-btn' : ''}"
325325
rendered="#{dsf.datasetFieldValues.size() > 1}"
326326
actionListener="#{dsf.removeDatasetFieldValue(valCount.index)}"

0 commit comments

Comments
 (0)