File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)} "
You can’t perform that action at this time.
0 commit comments