* task#647, added commiter field to user table.

This commit is contained in:
wangchunsheng
2011-12-23 12:38:47 +00:00
parent 54e08a1409
commit 74688efe9b
9 changed files with 28 additions and 5 deletions
+4
View File
@@ -27,6 +27,10 @@
<th class='rowhead'><?php echo $lang->user->realname;?></th>
<td><?php echo html::input('realname', '', "class='text-3'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->commiter;?></th>
<td><?php echo html::input('commiter', '', "class='text-3'");?></td>
</tr>
<tr>
<th class='rowhead'><?php echo $lang->user->email;?></th>
<td><?php echo html::input('email', '', "class='text-3'");?></td>