Hiya guys,
Can somone else check and see if there is an error in the editpage.php page of the admin panel.
When I load it the editor scroll bar is off the right hand edge of the page and when I scroll accross there is somthing odd going on with the template.
Admin template error
Re: Admin template error
Strange, I havent noticed that before..
try changing
to
in admin/themes/default/css/style.css
try changing
Code: Select all
div.pageoverflow {
clear: left;
padding-top: 1px;
width: 100%;
overflow: hidden;
}Code: Select all
div.pageoverflow {
clear: left;
padding-top: 1px;
/* width: 100%; */
overflow: hidden;
}-
Scott
Re: Admin template error
Thanks tsw, that solved it 
I have another issue with the same page though.
It never seems to finish loading, though I can edit the content submit etc. I also have a load of extra options showing up at the bottom of the page that I don't think I should be able to see:
[gelöscht durch Administrator]
I have another issue with the same page though.
It never seems to finish loading, though I can edit the content submit etc. I also have a load of extra options showing up at the bottom of the page that I don't think I should be able to see:
[gelöscht durch Administrator]
-
Scott
Re: Admin template error
Anyone have any ideas? It is only happening on one template, but I have no idea what I did to make it happen!
-
Scott
Re: Admin template error
Ok, if I clear my browser cache then go to the page the extra sections are gone. Submit the page and then click to edit it again and they are back...
Ok, I figured out what is happening, all of the tabs are loading in the first tab and then failing to move into the correct tabs so the page never finishes loading and I have the additional options pane and the preview pane in the editor tab.
Ok, I figured out what is happening, all of the tabs are loading in the first tab and then failing to move into the correct tabs so the page never finishes loading and I have the additional options pane and the preview pane in the editor tab.
Last edited by Guest on Wed Sep 20, 2006 10:00 am, edited 1 time in total.
Re: Admin template error
cant see this in svn version with IE or FF..
-
Scott
Re: Admin template error
It is really odd.
I'm using firefox. All I can think is that something in my template is breaking it, as it started happening after I added another content block. When I click on the tab the sections return to the right place, it just doesn't seem to move them there of its own accord.
I'm using firefox. All I can think is that something in my template is breaking it, as it started happening after I added another content block. When I click on the tab the sections return to the right place, it just doesn't seem to move them there of its own accord.

