From 00e347410e4ba71601ee8b938fe7b2e09ec54649 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 1 Apr 2013 12:30:34 +0400 Subject: move customizeCSS to pref-prefs --- classes/dlg.php | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'classes/dlg.php') diff --git a/classes/dlg.php b/classes/dlg.php index 75cbbd74d..36f3ee075 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -383,33 +383,6 @@ class Dlg extends Handler_Protected { } - function customizeCSS() { - $value = get_pref($this->link, "USER_STYLESHEET"); - - $value = str_replace("
", "\n", $value); - - print_notice(T_sprintf("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here. This file can be used as a baseline.", "tt-rss.css")); - - print ""; - print ""; - print ""; - - print "
"; - print ""; - print "
"; - - print "
"; - print " "; - print ""; - print "
"; - - } - function addInstance() { print ""; print ""; -- cgit v1.2.3-54-g00ecf