Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2392 → Rev 2393

/trunk/war/cel2.css
492,4 → 492,18
 
.popup_connexion {
z-index: 3000;
}
}
 
.aideWikiChampEtendu {
color: #666666;
font-size: 0.9em;
padding-top: 4px;
padding-bottom: 5px;
text-align: justify;
width: 500px;
height: 30px;
}
 
.descriptionChampEtenduTitre {
color: black;
}
/trunk/war/config.defaut.js
20,6 → 20,8
formatGalerie: "XS",
formatListe: "XS",
activerSaisieChampsEtendus: "0",
groupesChampsEtendus : ""};
 
 
wikiDescriptionChampsEtendusPageUrl: "http://localhost/yeswiki/wakka.php?wiki=",
wikiDescriptionChampsEtendusRestUrl: "http://localhost/yeswiki/api/rest/0.5/pages/",
wikiDescriptionChampsEtendusRestUrlOptions : "txt.format=text/plain&txt.section.titre=description courte",
wikiDescriptionChampsEtendusUrlOptionsPageTpl : "&txt.template=tplChampEtendu"
};