mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 13:41:52 +02:00
Fixes #1746 - Allow to set time for download item
This commit is contained in:
parent
20f35e6186
commit
5689e8044e
@ -1526,7 +1526,7 @@ $columnInfo = array(
|
||||
$download_datestamp = time();
|
||||
}
|
||||
|
||||
$text .= $frm->datepicker('download_datestamp',$download_datestamp);
|
||||
$text .= $frm->datepicker('download_datestamp', $download_datestamp, 'type=datetime');
|
||||
|
||||
// $update_checked = ($_POST['update_datestamp']) ? "checked='checked'" : "";
|
||||
// $text .= " <span><input type='checkbox' value='1' name='update_datestamp' $update_checked/>".DOWLAN_148."</span>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user