S'assurer qu'un locator livre soit affiché en majuscules
This commit is contained in:
parent
7a97735e41
commit
5f1ed6c76e
|
@ -594,6 +594,9 @@ interview ; Interview
|
||||||
<if locator="folio">
|
<if locator="folio">
|
||||||
<text variable="locator"/>
|
<text variable="locator"/>
|
||||||
</if>
|
</if>
|
||||||
|
<else-if locator="book">
|
||||||
|
<text variable="locator" text-case="uppercase"/>
|
||||||
|
</else-if>
|
||||||
<else>
|
<else>
|
||||||
<text variable="locator" font-variant="small-caps"/>
|
<text variable="locator" font-variant="small-caps"/>
|
||||||
</else>
|
</else>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user