diff --git a/views/bootstrap/class.SetExpires.php b/views/bootstrap/class.SetExpires.php index d94622c8e..08359a68b 100644 --- a/views/bootstrap/class.SetExpires.php +++ b/views/bootstrap/class.SetExpires.php @@ -85,11 +85,14 @@ $(document).ready( function() { 'id'=>'presetexpdate', 'name'=>'presetexpdate', 'options'=>$options + ), + array( + 'help'=>getMLText('set_expiration_date_help') ) ); $this->formField( getMLText("expires"), - $this->getDateChooser($expdate, "expdate", $this->params['session']->getLanguage()) + $this->getDateChooser($expdate, "expdate", $this->params['session']->getLanguage(), '', '+1d') ); $this->contentContainerEnd(); $this->formSubmit(" ".getMLText('save'));