No wrapper for breadcrumbs on certain admin pages.

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/5/2009 9:23:37 AM
Gravatar
Total Posts 37

No wrapper for breadcrumbs on certain admin pages.

No wrapper for breadcrumbs on certain admin pages.

Hi guys, ive been working on a new style and when it came time to styling the breadcrumbs (specifically the margin), i noticed that on some of the admin pages the breadcrumb div exists outside the wrapper.

For example, if you look at the Advanced Tools page you see the breadcrumb div exists within the panelwraper adminmenu.

<div id="ctl00_mainContent_pnl1" class="panelwrapper adminmenu">

<div class="breadcrumbs">
<a id="ctl00_mainContent_lnkAdminMenu" href="http://localhost/StorTech/Admin/AdminMenu.aspx">Administration Menu</a>&nbsp;&gt;
<a id="ctl00_mainContent_lnkCurrentPage" class="selectedcrumb" href="http://localhost/StorTech/Admin/AdvancedTools.aspx">Advanced Tools</a>
</div>

However, if you look at the taskqueue page, the breadcrumbs exists before the panelwraper

<div class="breadcrumbs">
<a id="ctl00_mainContent_lnkAdminMenu" title="Administration Menu" href="http://localhost/StorTech/Admin/AdminMenu.aspx">Administration Menu</a>&nbsp;&gt;

<a id="ctl00_mainContent_lnkAdvancedTools" href="http://localhost/StorTech/Admin/AdvancedTools.aspx">Advanced Tools</a>&nbsp;&gt;
<a id="ctl00_mainContent_lnkThisPage" title="Task Queue" class="selectedcrumb" href="http://localhost/StorTech/Admin/TaskQueueMonitor.aspx">Task Queue</a>
</div>

<div id="ctl00_mainContent_pnlTaskQueue" class="panelwrapper taskqueue">
 

Am i being stupid / pedantic and there is another way styling this or is this an oversight?

Adrian

8/5/2009 9:45:56 AM
Gravatar
Total Posts 18439

Re: No wrapper for breadcrumbs on certain admin pages.

Hi,

Its an oversight. I just moved it into the panel so it will be consistent in the next release. Had not noticed it as this is a seldom used admin page and it looks fine in most of the skins. I'm not really sure that it should be inside there though even though it is inside there on some pages, but it should be consistent. You can easily style it regardless of its container using the breadcrumbs class.

On the content system pages the breadcrumbs are not inside panelwrapper.

Best,

Joe

 

8/5/2009 10:19:55 AM
Gravatar
Total Posts 37

Re: No wrapper for breadcrumbs on certain admin pages.

Shweeet, thanks Joe.

Ive been through all the admin pages (sorry i know, im sad) and noticed this oversight on a few others.
Here is a list of those pages if you feel up to it, or decide to move it out the wrapper as you suggested below thats also fine, as long as its consistent.
- Content Awaiting Approval
- Rejected Content
- Pending Pages
- Content Templates
- Content Template Edit
- Content Styles
- Newsletter Administration

 

No CSS Selector for the following (for these there was no additional selector for the panelwraper).
eg this : <div id="ctl00_mainContent_pnl1" class="panelwrapper "> and not <div id="ctl00_mainContent_pnl1" class="panelwrapper adminmenu">
- Content Templates
- Content Styles

Thanks again.

Adrian

You must sign in to post in the forums. This thread is closed to new posts.