From 9f96a2a7b491fed4ea3d6089588ceef63d97a7a2 Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Thu, 6 Jan 2022 14:15:06 -0500 Subject: [PATCH 01/14] avoid empty lang tags (acc. issue) --- src/main/webapp/search-include-fragment.xhtml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/search-include-fragment.xhtml b/src/main/webapp/search-include-fragment.xhtml index 2d03349acf1..3981a24667e 100644 --- a/src/main/webapp/search-include-fragment.xhtml +++ b/src/main/webapp/search-include-fragment.xhtml @@ -196,9 +196,11 @@ - - - + + + + + @@ -215,9 +217,11 @@ - - - + + + + + From 615e7ca9b3def55184508bf7a315e098abbe3fc1 Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Wed, 12 Jan 2022 08:50:34 -0500 Subject: [PATCH 02/14] #87 - breadcrumb carrot contrast --- src/main/webapp/resources/css/structure.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/resources/css/structure.css b/src/main/webapp/resources/css/structure.css index 1f3098349f5..d8a3c76e3d6 100644 --- a/src/main/webapp/resources/css/structure.css +++ b/src/main/webapp/resources/css/structure.css @@ -244,7 +244,7 @@ body.widget-view #dataverse-header-block {padding-top:0px;} #breadcrumbNavBlock a[id^='breadcrumbLnkTree'] span.glyphicon-chevron-down {vertical-align:middle;padding-bottom:2px;} #breadcrumbNavBlock > .ui-panel-content {overflow:hidden;} #breadcrumbNavBlock.panelLayoutBlock > .ui-widget-content {border-bottom: 0;} -#breadcrumbNavBlock .breadcrumbCarrot {float:left; margin:0 .4em; color:#B3B3B3;} +#breadcrumbNavBlock .breadcrumbCarrot {float:left; margin:0 .4em; color:#757575;} #breadcrumbNavBlock div.dropdown-menu {padding-right:.5em; min-width:280px;} #breadcrumbNavBlock .ui-tree {width: auto;} #breadcrumbNavBlock div.ui-tree.ui-widget-content {border:0;} From 333ecfe0111b187dc29f016e38a078d846ba4ae9 Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Wed, 12 Jan 2022 09:20:33 -0500 Subject: [PATCH 03/14] #73 - avoid empty aria-label on first value (first value gets the real label, repeat values get the aria label 'Additional Entry') --- .../webapp/datasetFieldForEditFragment.xhtml | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/datasetFieldForEditFragment.xhtml b/src/main/webapp/datasetFieldForEditFragment.xhtml index b7f61f2cafa..2a0e693f3cd 100644 --- a/src/main/webapp/datasetFieldForEditFragment.xhtml +++ b/src/main/webapp/datasetFieldForEditFragment.xhtml @@ -8,10 +8,10 @@ xmlns:jsf="http://xmlns.jcp.org/jsf"> - + - + + + - + + + @@ -44,7 +50,7 @@ - + + + - + rendered="#{dsfv.datasetField.datasetFieldType.fieldType == 'TEXTBOX'}"> + + + +
From e6466f378e2320cfc559b81e7f91400b3a6f8489 Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Wed, 12 Jan 2022 12:51:21 -0500 Subject: [PATCH 04/14] #73 fix hostDataverse label reference --- src/main/webapp/dataset.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/dataset.xhtml b/src/main/webapp/dataset.xhtml index c43232583ac..1bfb3cc4362 100644 --- a/src/main/webapp/dataset.xhtml +++ b/src/main/webapp/dataset.xhtml @@ -656,7 +656,7 @@
-
-