Skip to content

Commit

Permalink
#8191 fix label and close tabs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Mar 14, 2022
1 parent 595d8c9 commit db3e27f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/propertyFiles/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ file.dataFilesTab.terms.list.termsOfUse.addInfo.conditions=Conditions
file.dataFilesTab.terms.list.termsOfUse.addInfo.conditions.title=Any additional information that will assist the user in understanding the access and use conditions of the Dataset.
file.dataFilesTab.terms.list.termsOfUse.addInfo.disclaimer=Disclaimer
file.dataFilesTab.terms.list.termsOfUse.addInfo.disclaimer.title=Information regarding responsibility for uses of the Dataset.
file.dataFilesTab.terms.list.termsOfAccess.header=Additional Access Information
file.dataFilesTab.terms.list.termsOfAccess.header=Restricted Files + Terms of Access
file.dataFilesTab.terms.list.termsOfAccess.description=Restricting limits access to published files. People who want to use the restricted files can request access by default. If you disable request access, you must add information about access to the Terms of Access field.
file.dataFilesTab.terms.list.termsOfAccess.description.line.2=Learn about restricting files and dataset access in the <a href="{0}/{1}/user/dataset-management.html#restricted-files-terms-of-access" title="Dataverse User Guide" target="_blank">User Guide</a>.

Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/dataset-license-terms.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<h:outputText value="#{settingsWrapper.publicInstall ? bundle['file.dataFilesTab.terms.list.termsOfAccess.termsOfsAccess'] : bundle['file.dataFilesTab.terms.list.termsOfAccess.header']}"/>
&#160;<span class="glyphicon glyphicon-chevron-up"/>
</div>
<div id="panelCollapseTOA" class="collapse in">
<div id="panelCollapseTOA" class="collapse">
<div class="panel-body">
<ui:fragment rendered="#{empty editMode}">
<div class="form-group" jsf:rendered="#{!settingsWrapper.publicInstall}">
Expand Down Expand Up @@ -480,7 +480,7 @@
<div data-toggle="collapse" data-target="#panelCollapseGuestbook" class="panel-heading text-info">
#{bundle['file.dataFilesTab.terms.list.guestbook']} &#160;<span class="glyphicon glyphicon-chevron-up"/>
</div>
<div id="panelCollapseGuestbook" class="collapse in">
<div id="panelCollapseGuestbook" class="collapse">
<div class="panel-body">
<div class="form-group">
<label for="datasetForm:tabView:metadata_Guestbook" class="col-sm-3 control-label">
Expand Down

0 comments on commit db3e27f

Please sign in to comment.