Merge pull-request #171: many fixes (Vagrant file, German locales and CSS)

This commit is contained in:
Frédéric Guillot
2014-07-14 20:13:02 -02:30
parent 04628e1c13
commit 0d7b0851bb
3 changed files with 195 additions and 202 deletions

View File

@@ -6,7 +6,7 @@
<?= Helper\form_csrf() ?>
<?= Helper\form_hidden('id', $values) ?>
<?= Helper\form_textarea('comment', $values, $errors, array('required', 'placeholder="'.t('Leave a comment').'"')) ?><br/>
<?= Helper\form_textarea('comment', $values, $errors, array('required', 'placeholder="'.t('Leave a comment').'"'), 'comment-textarea') ?><br/>
<div class="form-actions">
<input type="submit" value="<?= t('Update') ?>" class="btn btn-blue"/>