ilang
This commit is contained in:
parent
11b4fc4609
commit
2d78cebce6
@ -32,8 +32,8 @@ function baz_april_autoriser() {
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
function autoriser_page_convertir($faire, $type, $id, $qui, $opt) {
|
function autoriser_page_convertir($faire, $type, $id, $qui, $opt) {
|
||||||
return autoriser('pageconvertir', 'baz_april', $qui);
|
return autoriser('pageconvertir', 'bazapril', $qui);
|
||||||
}
|
}
|
||||||
function autoriser_baz_april_pageconvertir_dist($faire, $type, $id, $qui, $opt) {
|
function autoriser_bazapril_pageconvertir_dist($faire, $type, $id, $qui, $opt) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,12 @@ if (!defined('_ECRIRE_INC_VERSION')) {
|
|||||||
|
|
||||||
$GLOBALS[ $GLOBALS['idx_lang'] ] = array(
|
$GLOBALS[ $GLOBALS['idx_lang'] ] = array(
|
||||||
|
|
||||||
|
'avertissement' => 'Avertissement',
|
||||||
|
'source' => 'Source',
|
||||||
|
'media_d_origine' => 'Média d’origine',
|
||||||
|
'lire' => 'Lire',
|
||||||
|
|
||||||
|
|
||||||
// C
|
// C
|
||||||
'baz_april_titre' => 'baz april',
|
'baz_april_titre' => 'baz april',
|
||||||
|
|
||||||
@ -27,4 +33,6 @@ $GLOBALS[ $GLOBALS['idx_lang'] ] = array(
|
|||||||
'tags' => 'Tags',
|
'tags' => 'Tags',
|
||||||
'tri_periodique' => 'Tri périodique',
|
'tri_periodique' => 'Tri périodique',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
15
lang/ecrire_fr.php
Normal file
15
lang/ecrire_fr.php
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
||||||
|
|
||||||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
$GLOBALS[ $GLOBALS['idx_lang'] ] = array(
|
||||||
|
|
||||||
|
//
|
||||||
|
'info_post_scriptum' => 'Colonne droite',
|
||||||
|
'info_post_scriptum_2' => 'Colonne droite :',
|
||||||
|
'info_ps' => 'Colonne droite',
|
||||||
|
|
||||||
|
);
|
13
lang/spip_fr.php
Normal file
13
lang/spip_fr.php
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
||||||
|
|
||||||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
$GLOBALS[ $GLOBALS['idx_lang'] ] = array(
|
||||||
|
|
||||||
|
//
|
||||||
|
'info_rechercher' => 'Rechercher dans les transcriptions',
|
||||||
|
|
||||||
|
);
|
17
prive/style_prive_plugin_baz_april.html
Normal file
17
prive/style_prive_plugin_baz_april.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
[(#REM)<style>/*
|
||||||
|
Ce squelette definit les styles du squelette Moulinette
|
||||||
|
Note: l'entete "Vary:" sert a repousser l'entete par
|
||||||
|
defaut "Vary: Cookie,Accept-Encoding", qui est (un peu)
|
||||||
|
genant en cas de "rotation du cookie de session" apres
|
||||||
|
un changement d'IP (effet de clignotement).
|
||||||
|
|
||||||
|
ATTENTION: il faut absolument le charset sinon Firefox croit que
|
||||||
|
c'est du text/html et iso-8859-15 car bug vieux navigateurs
|
||||||
|
*/]
|
||||||
|
#CACHE{3600*100,cache-client}
|
||||||
|
#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15}
|
||||||
|
#HTTP_HEADER{Vary: Accept-Encoding}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -32,6 +32,7 @@
|
|||||||
border-radius: $spacer/2;
|
border-radius: $spacer/2;
|
||||||
padding: 0.5rem 1.5em 0.5rem 2.5em;
|
padding: 0.5rem 1.5em 0.5rem 2.5em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width:500px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: white;
|
background: white;
|
||||||
|
@ -110,7 +110,7 @@ $couleurSaturateLight : lighten($couleurSaturate, 10%);
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
/* height: $spacer*2; */
|
/* height: $spacer*2; */
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
padding: ($spacer/3) $spacer ($spacer/2);
|
padding: ($spacer/2) $spacer;
|
||||||
background-color: $couleur;
|
background-color: $couleur;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: $spacer;
|
border-radius: $spacer;
|
||||||
|
Loading…
Reference in New Issue
Block a user