Skip to content

Commit

Permalink
Modification
Browse files Browse the repository at this point in the history
Permet que la checkbox "La publier ?" Sois coché automatiquement !
  • Loading branch information
jimmyr57000 authored and Eywek committed May 13, 2018
1 parent c966a29 commit c7c73f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/News/admin_add.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<div class="form-group">
<div class="checkbox">
<input name="published" type="checkbox">
<input name="published" type="checkbox" checked="checked">
<label><?= $Lang->get('NEWS__WANT_TO_PUBLISH') ?></label>
</div>
</div>
Expand Down

0 comments on commit c7c73f8

Please sign in to comment.