2016-06-07 22:16:15 +02:00
|
|
|
$# This file is part of Vervis.
|
|
|
|
$#
|
2019-06-07 06:26:32 +02:00
|
|
|
$# Written in 2016, 2018, 2019 by fr33domlover <fr33domlover@riseup.net>.
|
2016-06-07 22:16:15 +02:00
|
|
|
$#
|
|
|
|
$# ♡ Copying is an act of love. Please copy, reuse and share.
|
|
|
|
$#
|
|
|
|
$# The author(s) have dedicated all copyright and related and neighboring
|
|
|
|
$# rights to this software to the public domain worldwide. This software is
|
|
|
|
$# distributed without any warranty.
|
|
|
|
$#
|
|
|
|
$# You should have received a copy of the CC0 Public Domain Dedication along
|
|
|
|
$# with this software. If not, see
|
|
|
|
$# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th>Number
|
|
|
|
<th>Author
|
|
|
|
<th>Title
|
2016-08-11 02:44:11 +02:00
|
|
|
<th>Status
|
2016-07-28 18:40:10 +02:00
|
|
|
$if forward
|
|
|
|
<th>Remove dependency
|
2019-06-07 06:26:32 +02:00
|
|
|
$forall (number, author, title, status) <- rows
|
2016-06-07 22:16:15 +02:00
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<a href=@{TicketR shr prj number}>#{number}
|
|
|
|
<td>
|
2019-06-07 06:26:32 +02:00
|
|
|
^{sharerLinkFedW author}
|
2016-06-07 22:16:15 +02:00
|
|
|
<td>
|
|
|
|
<a href=@{TicketR shr prj number}>#{title}
|
|
|
|
<td>
|
2016-08-11 02:44:11 +02:00
|
|
|
#{show status}
|
2016-07-28 18:40:10 +02:00
|
|
|
$if forward
|
|
|
|
<td>
|
2019-07-08 17:54:41 +02:00
|
|
|
^{buttonW DELETE "Remove" (TicketDepOldR shr prj num number)}
|
2016-07-28 18:40:10 +02:00
|
|
|
|
|
|
|
$if forward
|
|
|
|
<p>
|
|
|
|
<a href=@{TicketDepNewR shr prj num}>
|
|
|
|
Add new…
|