From 48eadaca0ce3d8a8aefe9aa9c2f55c3f64e42db1 Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 1 Mar 2011 22:19:19 +0000 Subject: Add skin_logo config option to installer; show drop-down list for skin selection git-svn-id: https://svn.roundcube.net/trunk@4587 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/config.php | 15 ++++++++++++++- roundcubemail/installer/rcube_install.php | 14 ++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php index 5250782f9..02a37153d 100644 --- a/roundcubemail/installer/config.php +++ b/roundcubemail/installer/config.php @@ -500,13 +500,26 @@ echo $input_locale->show($RCI->getprop('language'));
'_skin', 'size' => 30, 'id' => "cfgskin")); +$input_skin = new html_select(array('name' => '_skin', 'id' => "cfgskin")); +$input_skin->add($RCI->list_skins()); echo $input_skin->show($RCI->getprop('skin')); ?>
Name of interface skin (folder in /skins)
+
skin_logo
+
+ '_skin_logo', 'size' => 50, 'id' => "cfgskinlogo")); +echo $input_skin->show($RCI->getprop('skin_logo')); + +?> +
Custom image to display instead of the Roundcube logo.
+

Enter a URL relative to the document root of this Roundcube installation.

+
+
pagesize *