Loading...
 
Skip to main content

History: AdminCategoriesQuickFix

Preview of version: 4

Quick-Fix for Admin Categories Formatting Issue


In templates/tiki-admin_categories.tpl change the following:

On Line 19: <div class="tree" id="top">

Change that to <div class="cbox">


AND

On Line 20: <div class="treetitle">

Change that to <div class="cbox-title">

WHAT I DID

I just edited the template that is used to display the page tiki-admin_categories.php. I made the category navigation section of the page use the same style as the rest of the boxes on the page. Editing the template like this makes the page look right in all themes (unless a theme uses a customized version of tiki-admin_categories, which none of the standard Tiki themes does).

THE NOT-QUICK FIX

You can go into the .CSS file for a theme and edit the two styles:

div.tree

AND

div.tree#top

But if you want to change it in the .CSS files, you'll have to make the changes in the stylesheet/.css file for each and every theme you want to use.

Let me know if all that helps or not. It works for me.
Colorado

History

Advanced
Information Version
colorado 11
View
colorado 10
View
colorado 9
View
colorado 8
View
colorado 7
View
colorado 6
View
colorado 5
View
colorado 4
View
colorado 3
View
colorado 2
View
colorado 1
View