mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Fixes #1746 - Allow to set time for download item
This commit is contained in:
@@ -1526,7 +1526,7 @@ $columnInfo = array(
|
|||||||
$download_datestamp = time();
|
$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'" : "";
|
// $update_checked = ($_POST['update_datestamp']) ? "checked='checked'" : "";
|
||||||
// $text .= " <span><input type='checkbox' value='1' name='update_datestamp' $update_checked/>".DOWLAN_148."</span>";
|
// $text .= " <span><input type='checkbox' value='1' name='update_datestamp' $update_checked/>".DOWLAN_148."</span>";
|
||||||
|
Reference in New Issue
Block a user