reverting back to the bootstrap datetime picker since it's nicer to use.

This commit is contained in:
Naomi Aro 2013-08-22 20:23:17 -04:00
parent ec7f4fa1ef
commit 01370c2124
5 changed files with 32 additions and 12 deletions

View file

@ -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): ?>