Overview
Comment:Disable link to not yet implemented feature
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4b4831b6edd2d9e964dc950e4841360cea486940
User & Date: bohwaz on 2020-12-29 19:46:37
Other Links: manifest | tags
Context
2020-12-29
23:15
New release check-in: 174d742347 user: bohwaz tags: trunk, stable, 1.0.0-rc16
19:46
Disable link to not yet implemented feature check-in: 4b4831b6ed user: bohwaz tags: trunk
19:42
Upgrade plugins after restore, even if no general upgrade is required check-in: d116b0d3c0 user: bohwaz tags: trunk
Changes

Modified src/templates/services/details.tpl from [3f202e10e4] to [61301fabc6].

34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
			</td>
			<td>{if $row.paid}<b class="confirm">Oui</b>{else}<b class="error">Non</b>{/if}</td>
			<td>{$row.expiry|date_short}</td>
			<td>{$row.fee}</td>
			<td>{$row.date|date_short}</td>
			<td class="actions">
				{linkbutton shape="user" label="Toutes les activités de ce membre" href="!services/user.php?id=%d"|args:$row.id_user}
				{linkbutton shape="alert" label="Rappels envoyés" href="!services/reminders/user.php?id=%d"|args:$row.id_user}
			</td>
		</tr>
	{/foreach}

	</tbody>
</table>

{pagination url=$list->paginationURL() page=$list.page bypage=$list.per_page total=$list->count()}


{include file="admin/_foot.tpl"}







|











34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
			</td>
			<td>{if $row.paid}<b class="confirm">Oui</b>{else}<b class="error">Non</b>{/if}</td>
			<td>{$row.expiry|date_short}</td>
			<td>{$row.fee}</td>
			<td>{$row.date|date_short}</td>
			<td class="actions">
				{linkbutton shape="user" label="Toutes les activités de ce membre" href="!services/user.php?id=%d"|args:$row.id_user}
				{*FIXME TODO linkbutton shape="alert" label="Rappels envoyés" href="!services/reminders/user.php?id=%d"|args:$row.id_user*}
			</td>
		</tr>
	{/foreach}

	</tbody>
</table>

{pagination url=$list->paginationURL() page=$list.page bypage=$list.per_page total=$list->count()}


{include file="admin/_foot.tpl"}