Merge pull-request #106 (datepicker and long column names fix)

This commit is contained in:
Frédéric Guillot
2014-06-20 16:01:53 -03:00
parent 169cbb56f8
commit 08621f99e6
22 changed files with 685 additions and 10 deletions

View File

@@ -22,7 +22,6 @@
</div>
<div class="form-column">
<?= Helper\form_hidden('id', $values) ?>
<?= Helper\form_hidden('project_id', $values) ?>
@@ -44,7 +43,6 @@
<?= Helper\form_label(t('Due Date'), 'date_due') ?>
<?= Helper\form_text('date_due', $values, $errors, array('placeholder="'.t('month/day/year').'"'), 'form-date') ?><br/>
<div class="form-help"><?= t('Others formats accepted: %s and %s', date('Y-m-d'), date('Y_m_d')) ?></div>
</div>
<div class="form-actions">
@@ -53,4 +51,6 @@
</div>
</form>
</section>
</section>
</section>
<?= Helper\js('assets/js/task.js'); ?>