appdb/include maintainer.php
ChangeSet ID: 31076 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/04/21 13:23:11 Modified files: include : maintainer.php Log message: Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com> Display user name in the maintainer approval form Patch: http://cvs.winehq.org/patch.py?id=31076 Old revision New revision Changes Path 1.39 1.40 +8 -0 appdb/include/maintainer.php Index: appdb/include/maintainer.php diff -u -p appdb/include/maintainer.php:1.39 appdb/include/maintainer.php:1.40 --- appdb/include/maintainer.php:1.39 21 Apr 2007 18:23:11 -0000 +++ appdb/include/maintainer.php 21 Apr 2007 18:23:11 -0000 @@ -506,6 +506,14 @@ class maintainer echo "<table width='100%' border=0 cellpadding=2 cellspacing=0>\n"; echo "<input type=\"hidden\" name=\"iMaintainerId\" ". "value=\"$this->iMaintainerId\" />"; + + /* User name */ + $oSubmitter = new user($this->iUserId); + echo html_tr(array( + array("<b>User name</b>", 'style="text-align:right" class="color0"'), + $oSubmitter->objectMakeLink() + )); + /** * Show the other maintainers of this application, if there are any */
participants (1)
-
WineHQ