In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
35 [In-Portal CMS] Admin Interfaces feature request always 2009-05-27 00:23 2009-10-03 07:56
Dmitry  
alex  
normal  
closed 4.3.9  
fixed  
 
none 5.0.0  
https://in-business.intechnic.com/?27451
0
0000035: Minor Adjustments to Catalog Grids
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.

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

 http://www.vindy.com/news/2008/apr/27/new-rides-await-at-kennywood-idlewild/

CSS part

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

[/CODE]
gif icon_open_window_link.gif (63) 2009-05-27 00:23
http://tracker.in-portal.org/file_download.php?file_id=5&type=bug
gif
Issue History
2009-10-03 07:56 administrator Note Added: 0000684
2009-10-03 07:56 administrator Status resolved => closed
2009-06-03 05:41 alex Fixed in Version 5.0.1 => 5.0.0
2009-06-03 05:40 alex Fixed in Version => 5.0.1
2009-05-27 12:48 alex Note Added: 0000017
2009-05-27 12:48 alex Status reviewed and tested => resolved
2009-05-27 12:48 alex Resolution open => fixed
2009-05-27 12:48 alex Changeset attached RC r11823
2009-05-27 00:23 Dmitry New Issue
2009-05-27 00:23 Dmitry Status active => reviewed and tested
2009-05-27 00:23 Dmitry Assigned To => alex
2009-05-27 00:23 Dmitry File Added: icon_open_window_link.gif
2009-05-27 00:23 Dmitry Reference => https://in-business.intechnic.com/?27451

Notes
(0000017)
alex   
2009-05-27 12:48   
Fix committed to RC branch. 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.
(0000684)
administrator   
2009-10-03 07:56   
Closing issues from 5.0.0 version, because version was already released.