File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1690,7 +1690,9 @@ file.editFile=Edit
16901690
16911691file.actionsBlock =File Actions
16921692file.accessBtn =Access File
1693+ file.accessBtn.header.access =File Access
16931694file.accessBtn.header.download =Download Options
1695+ file.accessBtn.header.metadata =Download Metadata
16941696file.optionsBtn =File Options
16951697file.optionsBtn.header.edit =Edit Options
16961698file.optionsBtn.header.configure =Configure Options
Original file line number Diff line number Diff line change 1212 xmlns:iqbs ="http://xmlns.jcp.org/jsf/composite/iqbs ">
1313
1414 <!-- Access Status -->
15- < li class ="dropdown-header "> File Access < span class ="glyphicon glyphicon-file "/> </ li >
15+ < li class ="dropdown-header "> #{bundle['file.accessBtn.header.access']} < span class ="glyphicon glyphicon-file "/> </ li >
1616 < li > < span class ="dropdown-item-text ">
1717 < span class ="#{!fileMetadata.restricted ?
1818 'glyphicon glyphicon-globe text-success' : (!fileDownloadHelper.canDownloadFile(fileMetadata) ? 'glyphicon glyphicon-lock text-danger' : 'icon-unlock text-success')} "/>
211211 <!-- END: CAN DOWNLOAD ACCESS Options -->
212212
213213 <!-- Download Metadata -->
214- < li class ="dropdown-header "> Download Metadata < span class ="glyphicon glyphicon-download-alt "/> </ li >
214+ < li class ="dropdown-header "> #{bundle['file.accessBtn.header.metadata']} < span class ="glyphicon glyphicon-download-alt "/> </ li >
215215
216216 < ui:fragment rendered ="#{fileMetadata.dataFile.tabularData and fileDownloadHelper.canDownloadFile(fileMetadata)} ">
217217 < li >
You can’t perform that action at this time.
0 commit comments