mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +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>
|
||||
</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 valign="bottom">
|
||||
{% for code, language in flags %}
|
||||
@@ -620,13 +620,13 @@
|
||||
$("#SEARCH_DLG").dialog("option", "buttons",
|
||||
[
|
||||
{
|
||||
text:"{{ 'boutton::annuler' %}",
|
||||
text:"{{ 'boutton::annuler' | trans }}",
|
||||
click: function() {
|
||||
$(this).dialog("close");
|
||||
}
|
||||
} ,
|
||||
{
|
||||
text:"{{ 'boutton::chercher' %}",
|
||||
text:"{{ 'boutton::chercher'| trans }}",
|
||||
click:function() {
|
||||
var zdialog = $(this);
|
||||
var nid = cbParm.id.substr(4).replace(".", "\\.", "g");
|
||||
|
Reference in New Issue
Block a user