parsav  Check-in [576487f566]

Overview
Comment:check in missing file
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 576487f566c2cc83a2e281bf7d6d5415060b7e24c8fd753f6b6d8ce535d2fcf1
User & Date: lexi on 2021-01-14 17:38:01
Other Links: manifest | tags
Context
2021-01-19
22:02
add dist mechanism check-in: d248dc5965 user: lexi tags: trunk
2021-01-14
17:38
check in missing file check-in: 576487f566 user: lexi tags: trunk
17:37
circle management complete check-in: c43a1b6e9d user: lexi tags: trunk
Changes

Added view/conf-circle-view.tpl version [e9a0f3f595].

            1  +<ul class="directory">
            2  +	<li><strong>@circle</strong></li>
            3  +	@actors
            4  +</ul>
            5  +
            6  +<details>
            7  +	<summary>delete circle</summary>
            8  +	<form method="post">
            9  +		<p>if you're certain that the <strong>“@circle”</strong> group is no longer of use, press "confirm deletion" below to permanently delete it.</p>
           10  +		<button name="act" value="del">confirm deletion</button>
           11  +	</form>
           12  +</details>