[Tickets #12023] Horde Login page ignores theme selection

noreply at bugs.horde.org noreply at bugs.horde.org
Thu Feb 7 11:27:21 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12023
------------------------------------------------------------------------------
  Ticket             | 12023
  Created By         | Ralf Lang (B1 Systems GmbH) <lang at b1-systems.de>
  Summary            | Horde Login page ignores theme selection
  Queue              | Horde Base
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Ralf Lang (B1 Systems GmbH) <lang at b1-systems.de> (2013-02-07 12:27) wrote:

The Horde Login page does not pull its css from the theme configured  
in $_prefs['theme'] ['value'];

How to reproduce:

I created an empty new theme folder "custom". I added the info.php

<?php
$theme_name = _("Custom");

I added a minimal screen.css

form[action^="https://"] input[type="submit"].horde-default {
     background-image: url("graphics/locked-inv.png"),  
url("graphics/button-default.png");
     background-position: 95% center, left top;
     background-repeat: no-repeat, repeat-x;
     padding-right: 330px;
}

I configured $_prefs['theme']['value'] = 'custom';

This SHOULD make the login button very broad and ugly but in fact, it  
does not change anything.

I added other CSS changes to verify that the theme is used once logged in.





More information about the bugs mailing list