fix title

This commit is contained in:
Frédéric Péters 2013-08-08 14:54:09 +02:00
parent d4090a3f18
commit 9dec0a8a23
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
<span metal:use-macro="python:here.widget('simulRenvoiAnalyse', mode='edit')" />
</fieldset>
<fieldset style="border-width: 4px;"><legend>La communication aux usagers et processus</legend>
<fieldset style="border-width: 4px;"><legend>La communication aux usagers et administrations</legend>
<span metal:use-macro="python:here.widget('communication', mode='edit')" />
<span metal:use-macro="python:here.widget('simulCirculaire', mode='edit')" />
<span metal:use-macro="python:here.widget('simulCirculaireAnalyse', mode='edit')" />

View File

@ -143,7 +143,7 @@
<!-- La communication aux usagers et processus -->
<fieldset>
<legend>La communication aux usagers et processus</legend>
<legend>La communication aux usagers et administrations</legend>
<div tal:define="f python:here.getField('communication')">
<b tal:content="f/widget/label"></b>&nbsp;<span i18n:translate="" tal:content="here/getCommunication"></span>
</div>