Overview
Comment:Fix user id
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA1: e6b58bd1d4faae9f8b5c950b92cc6a9273ca1891
User & Date: bohwaz on 2020-12-08 22:02:19
Other Links: manifest | tags
Context
2020-12-08
23:53
Homepage check-in: 1a2d668846 user: bohwaz tags: trunk
22:02
Fix user id check-in: e6b58bd1d4 user: bohwaz tags: trunk, stable
20:36
Fix checkbox in query builder check-in: 58d52846fc user: bohwaz tags: trunk, stable
Changes

Modified src/templates/admin/membres/recherche.tpl from [58ecc642cf] to [5a5c80b31f].

41
42
43
44
45
46
47
48

49
50

51
52
53
54
55
56
57
41
42
43
44
45
46
47

48
49

50
51
52
53
54
55
56
57







-
+

-
+







							</td>
						{elseif substr($key, 0, 1) != '_'}
							<td>{$value}</td>
						{/if}
					{/foreach}
					<td class="actions">
						{if $row._user_id}
							{linkbutton shape="user" label="Fiche membre" href="!membres/fiche.php?id=%d"|args:$row.id}
							{linkbutton shape="user" label="Fiche membre" href="!membres/fiche.php?id=%d"|args:$row._user_id}
							{if $session->canAccess('membres', Membres::DROIT_ECRITURE)}
								{linkbutton shape="edit" label="Modifier" href="!membres/modifier.php?id=%d"|args:$row.id}
								{linkbutton shape="edit" label="Modifier" href="!membres/modifier.php?id=%d"|args:$row._user_id}
							{/if}
						{/if}
					</td>
				</tr>
			{/foreach}
		</tbody>
	{if $session->canAccess('membres', Membres::DROIT_ADMIN) && $row._user_id}