[Midnightbsd-cvs] mports: index.tmpl: delete lock link.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Wed Apr 9 16:57:25 EDT 2008


Log Message:
-----------
delete lock link.

Modified Files:
--------------
    mports/Tools/magus/www/tmpls:
        index.tmpl (r1.10 -> r1.11)

-------------- next part --------------
Index: index.tmpl
===================================================================
RCS file: /home/cvs/mports/Tools/magus/www/tmpls/index.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -L Tools/magus/www/tmpls/index.tmpl -L Tools/magus/www/tmpls/index.tmpl -u -r1.10 -r1.11
--- Tools/magus/www/tmpls/index.tmpl
+++ Tools/magus/www/tmpls/index.tmpl
@@ -17,7 +17,8 @@
 <tbody>
 <TMPL_LOOP NAME="locks">
 <tr<TMPL_UNLESS name="__odd__">class="even"</TMPL_UNLESS>>
-	<td><a href="<TMPL_VAR name=port_root>/<TMPL_VAR NAME=port_id>"><TMPL_VAR NAME="port"></a></td>
+	<td>(<a onclick="return confirm_reset()" href="/magus/auth/delete_lock.cgi?id=<TMPL_VAR NAME=id>">X</a>)
+	     <a href="<TMPL_VAR name=port_root>/<TMPL_VAR NAME=port_id>"><TMPL_VAR NAME="port"></a></td>
 	<td><a href="<TMPL_VAR NAME="machine_root">/<TMPL_VAR NAME="machine_id">"><TMPL_VAR NAME="machine"></a></td>
 	<td><TMPL_VAR name="arch"></td>
 	<td><TMPL_VAR NAME="osversion"></td>


More information about the Midnightbsd-cvs mailing list