Ticket #636 (new defect)
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
Change History
Note: See
TracTickets for help on using
tickets.
