[vhffs-dev] [917] Let groups index work with contribued groups, of course the "< tmpl_if var="refuse">" will never match but the template is clear |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [917] Let groups index work with contribued groups, of course the "< tmpl_if var="refuse">" will never match but the template is clear
- From: subversion@xxxxxxxxxxxxx
- Date: Wed, 12 Sep 2007 00:55:39 +0200
Revision: 917
Author: gradator
Date: 2007-09-11 22:55:38 +0000 (Tue, 11 Sep 2007)
Log Message:
-----------
Let groups index work with contribued groups, of course the "<tmpl_if var="refuse">" will never match but the template is clear
Modified Paths:
--------------
trunk/vhffs-panel/templates/group/index.tmpl
Modified: trunk/vhffs-panel/templates/group/index.tmpl
===================================================================
--- trunk/vhffs-panel/templates/group/index.tmpl 2007-09-11 22:01:25 UTC (rev 916)
+++ trunk/vhffs-panel/templates/group/index.tmpl 2007-09-11 22:55:38 UTC (rev 917)
@@ -26,6 +26,10 @@
<li><a href="/group/view.pl?project=<tmpl_var name="PROJECT">"><tmpl_var name="PROJECT"></a></li>
<tmpl_else>
<li><tmpl_var name="PROJECT"> — <tmpl_var name="STATE"></li>
+ <tmpl_if name="REFUSED">
+ - <a href="/object/resubmit.pl?oid=<tmpl_var name="OID">"><tmpl_var name="RESUBMIT_TEXT"></a>
+ - <a href="/object/quickdelete.pl?oid=<tmpl_var name="OID">"><tmpl_var name="DELETE_TEXT"></a>
+ </tmpl_if>
</tmpl_if>
</tmpl_loop>
</ul>