Overview
Comment:Fix uninstall link for plugins
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: c229057101bda3cfc2275954f427002b653ab32b740b0a3e392a873d16587aed
User & Date: bohwaz on 2022-06-24 15:45:02
Other Links: manifest | tags
Context
2022-06-24
15:53
Bump version check-in: 8a29db9ced user: bohwaz tags: trunk, stable, 1.1.26
15:45
Fix uninstall link for plugins check-in: c229057101 user: bohwaz tags: trunk, stable
15:41
Make upgrade process slower to cope with slow servers check-in: dbbae6d825 user: bohwaz tags: trunk, stable
Changes

Modified src/templates/admin/config/plugins.tpl from [2960d4b159] to [c2d1b65842].

53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
                    <td>
                        {$plugin.version}
                    </td>
                    <td class="actions">
                        {if !empty($plugin.config)}
                            {linkbutton shape="settings" label="Configurer" href="!plugin/%s/config.php"|args:$plugin.id}
                        {/if}
                        {linkbutton shape="delete" href="!config/plugins.php?delete=%d"|args:$plugin.id label="Désinstaller"}
                    </td>
                    {/if}
                </tr>
                {/foreach}
            </tbody>
        </table>
    {else}







|







53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
                    <td>
                        {$plugin.version}
                    </td>
                    <td class="actions">
                        {if !empty($plugin.config)}
                            {linkbutton shape="settings" label="Configurer" href="!plugin/%s/config.php"|args:$plugin.id}
                        {/if}
                        {linkbutton shape="delete" href="!config/plugins.php?delete=%s"|args:$plugin.id label="Désinstaller"}
                    </td>
                    {/if}
                </tr>
                {/foreach}
            </tbody>
        </table>
    {else}