From a928ebf1d010433d81d3afe5a6981f7ca391b9c7 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 22 Oct 2012 22:11:23 +0200 Subject: ajout des touches de raccourcis et de tout le javascript --- app/views/configure/display.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views/configure') diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 228957b6a..5b25a51fc 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -22,11 +22,11 @@
- conf->displayPosts () ? ' checked="checked"' : ''; ?> /> + conf->displayPosts () == 'yes' ? ' checked="checked"' : ''; ?> />
- conf->displayPosts () ? ' checked="checked"' : ''; ?> /> - + conf->displayPosts () == 'no' ? ' checked="checked"' : ''; ?> /> +
-- cgit v1.2.3