reverting back to the bootstrap datetime picker since it's nicer to use.
This commit is contained in:
parent
ec7f4fa1ef
commit
01370c2124
5 changed files with 32 additions and 12 deletions
|
@ -13,9 +13,14 @@
|
|||
<label for="<?php echo $name;?>"><?php echo $form->getElement($name)->getLabel() ?></label>
|
||||
</dt>
|
||||
<dd id="<?php echo $name;?>-element">
|
||||
|
||||
<?php echo $form->getElement($name) ?>
|
||||
|
||||
<div class="well">
|
||||
<div id="<?php echo $name;?>_datetimepicker" class="input-append date">
|
||||
<?php echo $form->getElement($name) ?>
|
||||
<span class="add-on">
|
||||
<i data-time-icon="icon-time" data-date-icon="icon-calendar"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<?php if ($form->getElement($name)->hasErrors()) : ?>
|
||||
<ul class='errors'>
|
||||
<?php foreach ($form->getElement($name)->getMessages() as $error): ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue