diff options
author | jeff <jeff> | 2009-06-21 15:21:32 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-06-21 15:21:32 +0000 |
commit | 04a69f9d197efee6fa396bd35d04ae553e669978 (patch) | |
tree | 6a8ffd8be1f47991bbe8ee0be98e0a76c66fb934 /httemplate/edit/REAL_cust_pkg.cgi | |
parent | 5826159b3b1272f763b67f05a0cc3a53913f7912 (diff) |
CUSTOM packages/actual flag for custom packages #3988
Diffstat (limited to 'httemplate/edit/REAL_cust_pkg.cgi')
-rwxr-xr-x | httemplate/edit/REAL_cust_pkg.cgi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/edit/REAL_cust_pkg.cgi b/httemplate/edit/REAL_cust_pkg.cgi index b2c89c32c..a707aca8d 100755 --- a/httemplate/edit/REAL_cust_pkg.cgi +++ b/httemplate/edit/REAL_cust_pkg.cgi @@ -32,6 +32,11 @@ </TR> <TR> + <TD ALIGN="right">Custom</TD> + <TD BGCOLOR="#ffffff"><% $part_pkg->custom %></TD> + </TR> + + <TR> <TD ALIGN="right">Comment</TD> <TD BGCOLOR="#ffffff"><% $part_pkg->comment %></TD> </TR> |