Overview
Comment:Not possible to merge columns anymore
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 9e464832969da6fa5d9c4de1f097a7e6861a758f
User & Date: bohwaz on 2020-11-22 19:48:29
Other Links: branch diff | manifest | tags
Context
2020-11-22
19:48
New beta check-in: a967eb0854 user: bohwaz tags: dev, 1.0.0-beta7
19:48
Not possible to merge columns anymore check-in: 9e46483296 user: bohwaz tags: dev
19:47
Migrate user import to using CSV_Import check-in: 83c91d0799 user: bohwaz tags: dev
Changes

Modified src/templates/admin/membres/import.tpl from [6008c3dcf1] to [d21814024d].

20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

<form method="post" action="{$self_url}" enctype="multipart/form-data">

    {if $csv->loaded()}

        {include file="common/_csv_match_columns.tpl"}

        <p class="help">Astuce : pour fusionner des colonnes, il suffit d'indiquer le même nom de champ pour plusieurs colonnes.
            Par exemple si la fiche membre a un champ «&nbsp;Nom et prénom&nbsp;» mais le CSV deux colonnes «&nbsp;Nom&nbsp;» et «&nbsp;Prénom&nbsp;» séparés, choisir le même champ «&nbsp;Nom et prénom&nbsp;» pour les deux colonnes.</p>

    {else}

    <fieldset>
        <legend>Importer depuis un fichier</legend>
        <dl>
            <dt><label for="f_file">Fichier à importer</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
            <dd class="help">La taille maximale du fichier est de {$max_upload_size|format_bytes}.</dd>







<
<
<







20
21
22
23
24
25
26



27
28
29
30
31
32
33

<form method="post" action="{$self_url}" enctype="multipart/form-data">

    {if $csv->loaded()}

        {include file="common/_csv_match_columns.tpl"}




    {else}

    <fieldset>
        <legend>Importer depuis un fichier</legend>
        <dl>
            <dt><label for="f_file">Fichier à importer</label> <b title="(Champ obligatoire)">obligatoire</b></dt>
            <dd class="help">La taille maximale du fichier est de {$max_upload_size|format_bytes}.</dd>