Ticket #636 (new defect)

Opened 2 months ago

Last modified 2 months ago

Editor buttons in the wrong position when admin is translated

Reported by: msi Owned by:
Priority: major Milestone: 0.6
Component: Habari Core Software Version: SVN
Keywords: Cc:

Description

The CSS definition (float: right) for the editor buttons does not work with a translated Habari version. It is because the $admin_page variable is translated and the body class is different then

<body class="page-Publish Entry">
<body class="page-Entry veröffentlichen">

You can fix this by using $admin_title instead of $admin_page. $admin_title does not seem to be translated (s. attachment). But will it matter somewhere else? What are both variables for?

Attachments

header.patch (0.7 kB) - added by msi 2 months ago.

Change History

Changed 2 months ago by msi

Changed 2 months ago by dmondark

  • summary changed from Editor buttons in the wrong position to Editor buttons in the wrong position when admin is translated
Note: See TracTickets for help on using tickets.