Overview
Comment:Intitulé option export ODS
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: 459549dd47cdf548f54df9af0ff339450a0a59d2
User & Date: bohwaz on 2018-10-27 20:02:23
Other Links: branch diff | manifest | tags
Context
2018-10-27
20:03
Correction faute d'inattention : ne pas compte_debit OR compte_credit (bug à la suppression de compte encore lié à des écritures) check-in: 2ab615a5de user: bohwaz tags: dev
20:02
Intitulé option export ODS check-in: 459549dd47 user: bohwaz tags: dev
2018-10-26
10:18
Suppression espaces en trop check-in: 995b1807a8 user: bohwaz tags: dev
Changes

Modified src/templates/admin/membres/_list_actions.tpl from [92e160c09f] to [0b734d6ba4].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
		<tfoot>
			<tr>
				{if $session->canAccess('membres', Membres::DROIT_ADMIN)}<td class="check"><input type="checkbox" value="Tout cocher / décocher" /></td>{/if}
				<td class="actions" colspan="{$colspan}">
					<em>Pour les membres cochés :</em>
					{csrf_field key="membres_action"}
					<select name="action">
						<option value="">— Choisir une action à effectuer —</option>
						<option value="move">Changer de catégorie</option>
						<option value="csv">Exporter en tableau CSV</option>
						<option value="ods">Exporter en classeur ODS</option>
						<option value="delete">Supprimer</option>
					</select>
					<noscript>
						<input type="submit" value="OK" />
					</noscript>
				</td>
			</tr>
		</tfoot>










|








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
		<tfoot>
			<tr>
				{if $session->canAccess('membres', Membres::DROIT_ADMIN)}<td class="check"><input type="checkbox" value="Tout cocher / décocher" /></td>{/if}
				<td class="actions" colspan="{$colspan}">
					<em>Pour les membres cochés :</em>
					{csrf_field key="membres_action"}
					<select name="action">
						<option value="">— Choisir une action à effectuer —</option>
						<option value="move">Changer de catégorie</option>
						<option value="csv">Exporter en tableau CSV</option>
						<option value="ods">Exporter en classeur Office</option>
						<option value="delete">Supprimer</option>
					</select>
					<noscript>
						<input type="submit" value="OK" />
					</noscript>
				</td>
			</tr>
		</tfoot>