Bonjour,

Je rencontre une difficulté dans mes types de boites de contenu sur un 
jahia 4.1.

J'ai bien ajouté les lignes de déclaration dans les fichiers :
Mais lorsque je choisis "Ajouter une boite", je ne peux toujours pas 
choisir Flash Container
Je précise que les traductions sont ok.

        - box_declaration.inc
                <content:declareContainerList name='<%="flashContainer" + 
id%>'
                            title="Flash Container"
                            titleKey="flashContainer"
                            bundleKey="<%=resBundleID%>"
                        >
                            <content:declareContainer>
                                <content:declareField name='<%="file" + 
id%>'
                                    title="Flash"
                                    titleKey="flash"
                                    bundleKey="<%=resBundleID%>"
                                    type="File"
                                /> 
                                <content:declareField name='<%="bgcolor" + 
id%>'
                                    title="Couleur"
                                    titleKey="bgcolor"
                                    bundleKey="<%=resBundleID%>"
                                    type="SmallText"
                                />
                                <content:declareField name='<%="loop" + 
id%>'
                                    title="Boucle"
                                    titleKey="loop"
                                    bundleKey="<%=resBundleID%>"
                                    type="SmallText"
                                /> 
                                <content:declareField name='<%="width" + 
id%>'
                                    title="Largeur"
                                    titleKey="width"
                                    bundleKey="<%=resBundleID%>"
                                    type="SmallText"
                                />
                                <content:declareField name='<%="height" + 
id%>'
                                    title="Hauteur"
                                    titleKey="height"
                                    bundleKey="<%=resBundleID%>"
                                    type="SmallText"
                                />
                           </content:declareContainer>
                </content:declareContainerList>
 
        - box.jsp

                 <bean:define id="flash" 
value='<%=ResourceBundleMarker.drawMarker(resBundleID,"flash","")%>'/>
                        ... 

                <c:when test="${boxTypeValue == flash}">
                                <%@ include file="box_flash.inc"%>
                        </c:when>

Merci pour votre aide,

Marie
--------------------------------------------
This message and any attachments (the "message") are confidential and intended 
solely for the addresses. Any unauthorised use or dissemination is prohibited.
If you are not receiver of this message, please cancel it immediately and 
inform the sender.
This note ensures that our antivirus checked that this message did not include 
any virus know to date, nevertheless any e-mail is suitable for deterioration.
We shall not be liable for the message if altered, changed or falsified.
--------------------------------------------
_______________________________________________
french_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/french_list

Répondre à