mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
fix #PHRAS-395 time 15m
This commit is contained in:
@@ -1011,6 +1011,7 @@
|
||||
case "kterm_newts": // nouveau terme specifique
|
||||
case "kterm_newsy": // nouveau synonyme
|
||||
var typ = menuelem_id=="kterm_newts" ? "TS" : "SY";
|
||||
$("#NEWSY_DLG input[type=\"text\"]").val("");
|
||||
$("#NEWSY_DLG .label").html(
|
||||
typ=="TS" ? "{% trans 'thesaurus:: terme' %}" : "{% trans 'thesaurus:: synonyme' %}"
|
||||
);
|
||||
|
Reference in New Issue
Block a user