PHRAS-3148

This commit is contained in:
Harrys Ravalomanana
2020-07-02 14:32:42 +04:00
parent 2b432e2a8f
commit e7e1e08c33
2 changed files with 1 additions and 16 deletions

View File

@@ -33,13 +33,6 @@
<a href="javascript:void(0)" id="delete_sy">{{ 'thesaurus:properties:: Mettre dans le stock' | trans }}</a> <a href="javascript:void(0)" id="delete_sy">{{ 'thesaurus:properties:: Mettre dans le stock' | trans }}</a>
</div> </div>
<div id="desktop" class="dialog"> <div id="desktop" class="dialog">
{#<div class="menu" id="flagsMenu" style="z-index:999">
{% for code, language in languages %}
<a id='flagMenu_{{ code }}' href='javascript:void(0)' class=''>
<img src='/assets/common/images/lng/{{ code }}_flag_18.gif' />{{ language }}</a>
{% endfor %}
</div>#}
<H4>{{ fullpath | raw }}</H4> <H4>{{ fullpath | raw }}</H4>
<div style='float:right'> <div style='float:right'>
@@ -137,14 +130,6 @@
sy_list = ret.getElementsByTagName("sy_list").item(0); sy_list = ret.getElementsByTagName("sy_list").item(0);
refresh_sy(sy_list); refresh_sy(sy_list);
/* $.ajax({
type: "GET",
url: `${url}?${parms}`,
success: function(data){
$('#DLG_PROPERTIES').html('');
$('#DLG_PROPERTIES').append(data);
}
});*/
refresh = ret.getElementsByTagName("refresh"); refresh = ret.getElementsByTagName("refresh");

View File

@@ -226,7 +226,7 @@
<p><span class="alert alert-message"> {{ 'thesaurus:: confirm populate' | trans }}</span></p> <p><span class="alert alert-message"> {{ 'thesaurus:: confirm populate' | trans }}</span></p>
<div class="thesaurus_confirm_bottom_block"> <div class="thesaurus_confirm_bottom_block">
<input type="button" class="cancel_button cancel_btn" value="{{ 'boutton::annuler' | trans }}" > <input type="button" class="cancel_button cancel_btn" value="{{ 'boutton::annuler' | trans }}" >
<input type="submit" id="confirm_populate_button" class="validate_btn" value="{{ 'boutton::valider' | trans }}" > <input type="button" id="confirm_populate_button" class="validate_btn" value="{{ 'boutton::valider' | trans }}" >
</div> </div>
</div> </div>
</div> </div>