OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Homogenize admin breadcrumbs #1541

Open orchardbot opened 13 years ago

orchardbot commented 13 years ago

mspring created: https://orchard.codeplex.com/workitem/17712

Currently there are a few modules displaying a breadcrumb on top but each using different classes (with or without a css defining them) or separator chars (> being used natively or via T()-translation).

orchardbot commented 13 years ago

@bleroy commented:

You should talk to the authors of those modules.

\ Closed by BertrandLeRoy 05/04/2011 10:58AM

orchardbot commented 13 years ago

mspring commented:

I wonder what gave you the impression that I would have been talking about something different than core and preinstalled-onboard modules?

orchardbot commented 13 years ago

@bleroy commented:

@mspring: apologies if I cloed this erroneously, but it's just that I'm not aware of any core features that display breadcrumbs. Can you please point me to what exactly you meant?

orchardbot commented 13 years ago

mspring commented:

There are:

And then there are modules "Orchard.Media" and "Orchard.MediaPicker" which use css class "breadCrumbs" (different casing and addition "s") and just plain > without T("").

I just came across this when I wanted to add a breadcrumb like in Orchard.ContentTypes/Views/Admin/ListParts.cshtml to the widget editor and noticed that this breadcrumb think is module specific and not global to the admin theme.

orchardbot commented 13 years ago

mspring commented:

"that this breadcrumb think is module specific" => "that this breadcrumb thinG is module specific"

orchardbot commented 13 years ago

@bleroy commented:

Apologies, for some reason I never noticed those and assumed you were talking about other modules. Re-opening.

Piedone commented 9 years ago

Related: #3537