Revision 1582
Added by Luisehahne over 14 years ago
| view_submission.php | ||
|---|---|---|
| 54 | 54 |
</tr> |
| 55 | 55 |
<tr> |
| 56 | 56 |
<td><?php echo $TEXT['SUBMITTED']; ?>:</td> |
| 57 |
<td><?php echo gmdate(TIME_FORMAT.', '.DATE_FORMAT, $submission['submitted_when']+TIMEZONE); ?></td>
|
|
| 57 |
<td><?php echo gmdate(DATE_FORMAT .', '.TIME_FORMAT, $submission['submitted_when']+TIMEZONE); ?></td>
|
|
| 58 | 58 |
</tr> |
| 59 | 59 |
<tr> |
| 60 | 60 |
<td><?php echo $TEXT['USER']; ?>:</td> |
Also available in: Unified diff
! form module, make show submission table scrollable