Changeset 95752 in spip-zone
- Timestamp:
- Mar 4, 2016, 9:29:01 AM (5 years ago)
- Location:
- _plugins_/ma-lettre/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/ma-lettre/trunk/formulaires/envoi_malettre.html
r86049 r95752 64 64 65 65 <br /> 66 <h5><:malettre:apercu:></h5> 67 <iframe height="400" style="overflow:scroll;width:98%;margin-bottom:15px;" src="[(#EVAL{_DIR_IMG}|concat{lettre/_malettre.html})]?nocache=#DATE"></iframe> 66 <h5><:malettre:apercu:> 67 <br /><a href="[(#EVAL{_DIR_IMG}|concat{lettre/_malettre.html})]" target="_blank"><:malettre:lettre_preview_open:></a> 68 </h5> 69 <iframe height="400" style="overflow:scroll;width:98%;margin-bottom:15px;" src="[(#EVAL{_DIR_IMG}|concat{lettre/_malettre.html})]?nocache=[(#DATE|md5)]"></iframe> 68 70 69 71 <h5><:malettre:version_html:></h5> -
_plugins_/ma-lettre/trunk/lang/malettre_fr.php
r81054 r95752 88 88 'obligatoire' => 'Champs obligatoire', 89 89 90 // 90 // P 91 'lettre_preview_open' => 'Ouvrir dans une nouvelle fenêtre', 92 93 // R 91 94 'recharger_texte' => 'Recharger ce texte', 92 95 -
_plugins_/ma-lettre/trunk/malettre_administrations.php
r86048 r95752 34 34 } 35 35 36 ?> -
_plugins_/ma-lettre/trunk/malettre_autoriser.php
r61937 r95752 15 15 } 16 16 17 ?> -
_plugins_/ma-lettre/trunk/malettre_fonctions.php
r86048 r95752 30 30 31 31 } 32 ?> -
_plugins_/ma-lettre/trunk/paquet.xml
r86905 r95752 2 2 prefix="malettre" 3 3 categorie="communication" 4 version="3.3. 1"4 version="3.3.2" 5 5 schema="1.0.0" 6 6 etat="stable" … … 13 13 14 14 <auteur lien="http://www.erational.org">erational</auteur> 15 <copyright>2012-2014</copyright>16 15 <licence>GPL v3</licence> 17 16
Note: See TracChangeset
for help on using the changeset viewer.