+
Add your cultural questions
{%if techGroup !=undefined and techGroup !=null and techGroup | length >0%}
@@ -982,39 +1002,16 @@ management information or reporting by the Supplier
{% endif %}
#}
+ {#
+
#}
-
-
+
-
How you will score suppliers
- {%if tierData !=undefined and tierData !=null and tierData | length >0%}
- {% for data in tierData%}
- {%if loop.index ==1%}
-
- {%endif%}
- {%if loop.index !=1%}
-
- {%endif%}
- Level Name
- Score
- Description
- {% endfor %}
- {%endif%}
-
- -
-
- {%if tierData !=undefined and tierData !=null and tierData | length >0%}
-
- {% for data in tierData %}
- {%if loop.index ==1%}
-
- {%endif%}
-
- {{data.name}}
- {{data.id}}
- {{data.text}}
- {% endfor%}
- {%endif%}
-
-
-
+
+
-
+
+
+
-
{% if eventStatus != "published"%}
Changeproject name
@@ -1022,13 +1019,45 @@ management information or reporting by the Supplier
{% endif %}
+ {%if tierData !=undefined and tierData !=null and tierData | length >0%}
+ {% for data in tierData%}
+
+
+
-
+
Level Name
+
+
-
+
{{data.name}}
+
+
+
+
-
+
Score
+
+
-
+
{{data.id}}
+
+
+
+
-
+
Description
+
+
-
+
{{data.text}}
+
+
+
+ {% endfor %}
+ {%endif%}
+
+
{%endblock%}
{# END-----------Your assessment criteria #}
{# START-----------Review and publish your further competition #}
{%block Review_and_publish_your_further_competition%}
-
+
6. Review and publish {% if selectedeventtype!='DA' %}your further competition{%endif%}
@@ -1164,7 +1193,7 @@ management information or reporting by the Supplier
}) }}
{%endif%}
-
+
diff --git a/src/main/public/assets/styles/application.css b/src/main/public/assets/styles/application.css
index 1b5abb215c..27c61bdc6f 100644
--- a/src/main/public/assets/styles/application.css
+++ b/src/main/public/assets/styles/application.css
@@ -8596,6 +8596,13 @@ body {
margin-bottom: 1.2rem;
}
+.onelinedesc{
+ display: inline-block;
+ overflow: hidden;
+ white-space: nowrap;
+ width: 150px;
+}
+
.margin-left{
margin-left: 800px;
}
diff --git a/src/main/public/assets/styles/custom.css b/src/main/public/assets/styles/custom.css
index 28d9633ac8..e87aa30b27 100644
--- a/src/main/public/assets/styles/custom.css
+++ b/src/main/public/assets/styles/custom.css
@@ -9,7 +9,15 @@
.cookie-message__heading {
padding-right: 4.375rem !important;
}
-
+.border-bottom-rfp-review
+{
+ border-bottom:0px !important
+}
+.border-top-rfp-review-
+{
+ border-top:1px solid #b1b4b6 !important;
+ margin-bottom:15px !important;
+}
.cookie-message__actions {
display: -ms-flexbox !important;
display: flex !important;