mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3148
This commit is contained in:
@@ -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");
|
||||||
|
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user