#144 — Use → in the breadcrumbs, like Plone does.
by
Daniel Dekany
—
last modified
Jan 15, 2010 09:54 AM
| State | Resolved |
|---|---|
| Version: |
—
|
| Area | User interface |
| Issue type | Patch |
| Severity | Medium |
| Submitted by | Daniel Dekany |
| Submitted on | Dec 19, 2009 |
| Responsible |
—
|
| Target release: |
—
|
That way users will recognize easier what's that... In ploneimage.js and plonelink.js, where you insert the bread crumb separators like this:
html += " - ";
should do this instead:
html += "<span class='breadcrumbSeparator'> → </span>"
html += " - ";
should do this instead:
html += "<span class='breadcrumbSeparator'> → </span>"
Added by
Rene Pijlman
on
Jan 03, 2010 10:15 AM
Fixed in r107863. Thanks for the patch.
Added by
Rob Gietema
on
Jan 15, 2010 09:54 AM
Issue state:
Unconfirmed
→
Resolved
No responses can be added.
If you can, please log in before submitting a reaction.
