gamuMail/content/editer_slug.html

34 lines
752 B
HTML

[(#REM)
la page d'édition d'un modèle pour GamuMail
]
[(#AUTORISER{webmestre}|sinon_interdire_acces)]
<div class="inner">
<div class="ajax mbl">
[(#FORMULAIRE_EDITER_SLUG{#ENV{id_gamumail,0}, #ENV{redirect}})]
</div>
</div>
<style type="text/css">
.formulaire_editer_slug legend.legend {
font-size: 2.5rem;
font-weight: bold;
border-bottom: 1px solid #a6a6a6;
padding: 0 0.5rem;
white-space: normal;
}
.formulaire_editer_slug label {
min-width: 200px;
}
.formulaire_editer_slug input {
width: 90%;
}
.formulaire_editer_slug .editer_groupe {
margin-bottom: 2rem;
}
.formulaire_editer_slug .markItUp .markItUpHeader ul a em {
width: 2rem;
height: 2rem;
}
.formulaire_editer_slug textarea {
width: 90%;
}
</style>