spip_nursit/prive/objets/editer/traductions.html

11 lines
479 B
HTML
Raw Normal View History

2023-06-01 15:30:12 +00:00
[(#REM)
Afficher le #FORMULAIRE_TRADUIRE si le menu de langue est actif pour l'objet
passer en 4e argument le flag qui indique qu'on veut aussi gerer les trad
]
#SET{table,#ENV{objet}|table_objet_sql}
[(#GET{table}|in_any{#CONFIG{multi_objets}|explode{','}}|ou{#GET{table}|in_any{#CONFIG{gerer_trad_objets}|explode{','}}})
<div class="ajax">
#FORMULAIRE_TRADUIRE{#ENV{objet},#ENV{id_objet},#ENV{retour,''},#GET{table}|in_any{#CONFIG{gerer_trad_objets}|explode{','}}}
</div>
]