Skip to content
Snippets Groups Projects
Commit 33547d9c authored by juanf's avatar juanf
Browse files

SSDM-12582 : Similar toolbar as other forms

parent 5d325def
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -128,7 +128,7 @@ function VocabularyManagerView(vocabularyManagerController, vocabularyManagerMod ...@@ -128,7 +128,7 @@ function VocabularyManagerView(vocabularyManagerController, vocabularyManagerMod
this._subtitle.empty(); this._subtitle.empty();
this._subtitle.append("Terms from vocabulary " + vocabulary.code); 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() { $back.click(function() {
_this._showVocabularies(); _this._showVocabularies();
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment