Changeset 29043 for _plugins_/export_csv
- Timestamp:
- 06/07/09 14:05:03 (14 months ago)
- Files:
-
- 1 modified
-
_plugins_/export_csv/fonds/cfg_exportcsv.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/export_csv/fonds/cfg_exportcsv.html
r29012 r29043 16 16 <!-- icone=img_pack/exportcsv-24.png --> 17 17 <!-- titre=Export CSV --> 18 <!-- boite= Configuation de l'extraction-->18 <!-- boite=<:exportcsv:config_extraction:> --> 19 19 <!-- descriptif= 20 20 <p><img src="<?php echo _DIR_IMG_EXPORTCSV.'cfg-22.png'; ?>" alt="" /> <:exportcsv:description_cfg:></p><p> … … 87 87 <fieldset><legend style="color:<?php echo $couleur_foncee; ?>;"><:exportcsv:rub_a_extraire:></legend> 88 88 <ul id="listerub"> 89 [(#SET{title_label,<:exportcsv:toutes_selectionnees:>})] 89 90 <BOUCLE_racine(RUBRIQUES) {tout} {racine}{par titre}> 90 91 91 <li class="racine" title="<:exportcsv:toutes_selectionnees:>"><label class="racine" id="r#ID_RUBRIQUE">92 <li class="racine"><label class="racine" id="r#ID_RUBRIQUE" title="#GET{title_label}"> 92 93 <input type="checkbox" name="secteur[]" value="#ID_RUBRIQUE" <?php is_checked('secteur', '#ID_RUBRIQUE'); ?>/> 93 94 [(#TITRE|supprimer_numero)] <small>(#EXCSV_STATUT{id_rubrique})</small></label>
