Minor Adjustments to Catalog Grids

Components

Labels

Description

The set of following changes is needed:

1. Add image element (see attch. + code below) that will open Catalog Items (ie. Sections, Links, Products, Articles) in Browse Mode.

2. In Catalog Grids make Item Name field a link which on Click would load Edit Item pop-up (same behavior as if we double-click). This should be done for all Items - Sections, Links, Products, Articles, Topics.

[B]NOTE:/B Left Nav. Menu will be used to navigate/drill-down through the sub-sections.

Context Information

None

Additional information (do not use)

[CODE]

<a class="external text" rel="nofollow" title=" http://www.vindy.com/news/2008/apr/27/new-rides-await-at-kennywood-idlewild/" href=" http://www.vindy.com/news/2008/apr/27/new-rides-await-at-kennywood-idlewild/">
New rides await Kennywood, Idlewild
</a>

CSS part

#bodyContent a.external,
#bodyContent a[href^="gopher://"] {
background: transparent url(external.png) no-repeat scroll right center;
padding: 0 13px;
}

/CODE

Attachments

1

Activity

Former user October 3, 2009 at 12:56 PM

Closing issues from 5.0.0 version, because version was already released.

Alex May 27, 2009 at 5:48 PM

Fix committed to [b]RC branch/b. Commit Message:

1. Fixes #0000035: Minor Adjustments to Catalog Grids.
2. Fixed JS error on category edit -> permissions tab (data was loaded, but loading indicator was not hidden).
3. Pass through variables were passed (but they should not be passed), when item was edited from "Comments" (former "Reviews") section or from "User Edit -> Items" tab. This resulted in js error in case, when category item selector was used on that item editing template.
4. New category item permission checking scheme was normally working only in administrative console, that's why for front-end old permission checking scheme restored.
5. New "View in Browse Mode" icon added/used.

Fixed

Details

Priority

Assignee

Reporter

Patch Instructions

Patches must be submitted through Phabricator.

External issue ID

Fix versions

Affects versions

Created May 27, 2009 at 5:23 AM
Updated December 29, 2024 at 9:34 PM
Resolved October 3, 2009 at 12:56 PM