mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-726_delete-candidate
- remove : prod / replace candidate is removed from menu - fix : thesaurus / delete candidate is ok #time 1h
This commit is contained in:
@@ -460,13 +460,8 @@
|
||||
// alert(url);
|
||||
|
||||
ret = loadXMLDoc(url, null, true);
|
||||
// alert(ret);
|
||||
allhits = ret.getElementsByTagName("allhits").item(0).firstChild.nodeValue;
|
||||
|
||||
if(allhits==0)
|
||||
msg = "{{ 'thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)' | trans }}";
|
||||
else
|
||||
msg = "{{ 'thesaurus:: Des reponses sont retournees par cette branche. Supprimer quand meme ? (les termes concernes remonteront en candidats a la prochaine indexation)' | trans }}";
|
||||
msg = "{{ 'thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)' | trans }}";
|
||||
|
||||
if(confirm(msg))
|
||||
{
|
||||
|
Reference in New Issue
Block a user