mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix thesaurus display
This commit is contained in:
@@ -275,7 +275,7 @@
|
|||||||
<td><input type="text" style="width:250px;" name="context"> <b>)</b></td>
|
<td><input type="text" style="width:250px;" name="context"> <b>)</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="bottom" style="text-align:right">{{ 'phraseanet:: language' %} : </td>
|
<td valign="bottom" style="text-align:right">{{ 'phraseanet:: language' | trans }} : </td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td valign="bottom">
|
<td valign="bottom">
|
||||||
{% for code, language in flags %}
|
{% for code, language in flags %}
|
||||||
@@ -620,13 +620,13 @@
|
|||||||
$("#SEARCH_DLG").dialog("option", "buttons",
|
$("#SEARCH_DLG").dialog("option", "buttons",
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
text:"{{ 'boutton::annuler' %}",
|
text:"{{ 'boutton::annuler' | trans }}",
|
||||||
click: function() {
|
click: function() {
|
||||||
$(this).dialog("close");
|
$(this).dialog("close");
|
||||||
}
|
}
|
||||||
} ,
|
} ,
|
||||||
{
|
{
|
||||||
text:"{{ 'boutton::chercher' %}",
|
text:"{{ 'boutton::chercher'| trans }}",
|
||||||
click:function() {
|
click:function() {
|
||||||
var zdialog = $(this);
|
var zdialog = $(this);
|
||||||
var nid = cbParm.id.substr(4).replace(".", "\\.", "g");
|
var nid = cbParm.id.substr(4).replace(".", "\\.", "g");
|
||||||
|
Reference in New Issue
Block a user