From 33547d9cf685df93e9c43c01cbd977ea838cd570 Mon Sep 17 00:00:00 2001 From: juanf <juanf@ethz.ch> Date: Mon, 15 Aug 2022 17:15:49 +0200 Subject: [PATCH] SSDM-12582 : Similar toolbar as other forms --- .../html/js/views/VocabularyManager/VocabularyManagerView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/VocabularyManager/VocabularyManagerView.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/VocabularyManager/VocabularyManagerView.js index 384f77aa7c7..a37ca1064f2 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/VocabularyManager/VocabularyManagerView.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/VocabularyManager/VocabularyManagerView.js @@ -128,7 +128,7 @@ function VocabularyManagerView(vocabularyManagerController, vocabularyManagerMod this._subtitle.empty(); this._subtitle.append("Terms from vocabulary " + vocabulary.code); - var $back = $("<a>", { "class" : "btn btn-primary", "style" : "margin-top: 10px;", "id" : "back-to-vocabularies"}).append("Back to Vocabularies"); + var $back = $("<a>", { "class" : "btn btn-default", "style" : "margin-top: 10px;", "id" : "back-to-vocabularies"}).append("⇦ Back"); $back.click(function() { _this._showVocabularies(); }); -- GitLab