[Astpp-commit] SF.net SVN: astpp: [2137] trunk/templates/account-info.tpl
Brought to you by:
darrenkw
From: <dar...@us...> - 2007-11-01 04:29:08
|
Revision: 2137 http://astpp.svn.sourceforge.net/astpp/?rev=2137&view=rev Author: darrenkw Date: 2007-10-31 21:29:12 -0700 (Wed, 31 Oct 2007) Log Message: ----------- Patch for: [ 1820676 ] missing context in account-info template Modified Paths: -------------- trunk/templates/account-info.tpl Modified: trunk/templates/account-info.tpl =================================================================== --- trunk/templates/account-info.tpl 2007-11-01 04:20:57 UTC (rev 2136) +++ trunk/templates/account-info.tpl 2007-11-01 04:29:12 UTC (rev 2137) @@ -150,6 +150,7 @@ <tr> <td><TMPL_VAR NAME="ip"></td> <td><TMPL_VAR NAME="prefix"></td> + <td><TMPL_VAR NAME="context"></td> <td><a href="astpp-admin.cgi?mode=View Details&accountnum=<TMPL_VAR NAME="accountnum">&prefix=<TMPL_VAR NAME="prefix">&ip=<TMPL_VAR NAME="ip">&action=Remove IP">Remove IP</a></td> </tr> </TMPL_LOOP> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |