diff --git a/app/assets/stylesheets/dmpopidor.scss b/app/assets/stylesheets/dmpopidor.scss
index 4c8bc4b..2888a6f 100644
--- a/app/assets/stylesheets/dmpopidor.scss
+++ b/app/assets/stylesheets/dmpopidor.scss
@@ -3,7 +3,7 @@
*/
$blue: #2c7dad;
-$light-blue: #92c5de;
+$dark-blue: #1c5170;
$very-light-blue: #dcecf6;
$very-very-light-blue: #edf5fa;
$white: #fff;
@@ -429,6 +429,21 @@
border: 1px solid $blue;
border-bottom-color: transparent;
}
+
+ li.phase-tab > a {
+ background-color: $dark-blue;
+ }
+
+ li.phase-tab > a:hover,
+ li.phase-tab > a:focus,
+ li.active.phase-tab > a,
+ li.active.phase-tab > a:focus,
+ li.active.phase-tab > a:hover {
+ color: $dark-blue;
+ background-color: white;
+ border: 1px solid $dark-blue;
+ border-bottom-color: transparent;
+ }
}
.nav-pills {
background-color: $blue;
diff --git a/app/views/branded/plans/_navigation.html.erb b/app/views/branded/plans/_navigation.html.erb
index f8ec62c..4b7c11c 100644
--- a/app/views/branded/plans/_navigation.html.erb
+++ b/app/views/branded/plans/_navigation.html.erb
@@ -7,10 +7,10 @@
<%= link_to(d_('dmpopidor', 'Research outputs'), plan_research_outputs_path(plan), role: 'tab', 'aria-controls': 'content') %>
- <%= link_to(_('Plan overview'), overview_plan_path(plan), role: 'tab', 'aria-controls': 'content') %>
+ <%= link_to(d_('dmpopidor', 'Selected Template'), overview_plan_path(plan), role: 'tab', 'aria-controls': 'content') %>
<% phases.each do |phase| %>
-
+
<%= (phases.size > 1 ? phase.title : _('Write Plan')) %>
diff --git a/config/locale/dmpopidor.pot b/config/locale/dmpopidor.pot
index a0ea457..ecd4eba 100644
--- a/config/locale/dmpopidor.pot
+++ b/config/locale/dmpopidor.pot
@@ -420,4 +420,8 @@
msgstr ""
msgid "INIST website"
-msgstr ""
\ No newline at end of file
+msgstr ""
+
+msgid "Selected Template"
+msgstr ""
+
diff --git a/config/locale/en_GB/dmpopidor.po b/config/locale/en_GB/dmpopidor.po
index 444f411..6f18e0e 100644
--- a/config/locale/en_GB/dmpopidor.po
+++ b/config/locale/en_GB/dmpopidor.po
@@ -415,4 +415,7 @@
msgstr "CNRS website"
msgid "INIST website"
-msgstr "INIST website"
\ No newline at end of file
+msgstr "INIST website"
+
+msgid "Selected Template"
+msgstr "Selected Template"
\ No newline at end of file
diff --git a/config/locale/fr_FR/dmpopidor.po b/config/locale/fr_FR/dmpopidor.po
index cf6ab5d..b3d9dff 100644
--- a/config/locale/fr_FR/dmpopidor.po
+++ b/config/locale/fr_FR/dmpopidor.po
@@ -416,3 +416,6 @@
msgid "INIST website"
msgstr "Site INIST"
+
+msgid "Selected Template"
+msgstr "Modèle choisi"