From a68903782501b74916a5445e82aa1b7c7cd1d82d Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 27 Oct 2013 22:13:58 +0100 Subject: Options pour personnaliser les icônes de lecture MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nouvelles options pour choisir d'afficher ou pas les icônes pour marquer comme lu/non-lu, favoris, lien vers l'article, ainsi que les champs partage, tags... Légères simplifications CSS et PHP au passage. (Note pour plus tard : Il serait peut-être souhaitable de simplifier le mécanisme des options en PHP, par exemple en utilisant un tableau de propriétés. Actuellement, il y a un attribut par option accompagné d'un accesseur privé, un accesseur public, et idem dans le système de chargement/écriture du fichier de configuration, ce qui fait beaucoup de code PHP par option) --- app/views/configure/display.phtml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'app/views/configure/display.phtml') diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 0f89437ac..687a84499 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -156,6 +156,42 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    
conf->toplineRead () ? ' checked="checked"' : ''; ?> />conf->toplineFavorite () ? ' checked="checked"' : ''; ?> />conf->toplineDate () ? ' checked="checked"' : ''; ?> />conf->toplineLink () ? ' checked="checked"' : ''; ?> />
conf->bottomlineRead () ? ' checked="checked"' : ''; ?> />conf->bottomlineFavorite () ? ' checked="checked"' : ''; ?> />conf->bottomlineSharing () ? ' checked="checked"' : ''; ?> />conf->bottomlineTags () ? ' checked="checked"' : ''; ?> />conf->bottomlineDate () ? ' checked="checked"' : ''; ?> />conf->bottomlineLink () ? ' checked="checked"' : ''; ?> />
+
+
-- cgit v1.2.3