Contributions

Other (Category Index)
Search: 

FAN - Faster Admin Navigation

This contribution aims to speed-up the general navigation in specific sections in the osCommerce admin.

-- Example: --
--------------
To speed-up the navigation through the categories and products in admin, this contribution add doubleclick functionality to the rows of categories and products.

Click on categories or products to se quick-info pane (normal behavior).

Double Click on categories to se content of category, same as clicking once to select category and clicking again once page is loaded.

Double Click on products to edit the product, note this is not same behavior as clicking once to select product and clicking again once page is loaded. Normal behavior for this action is to view the product information page.
--------------

I have tested it to work in both IE 6.0 and FF 1.5/2.0 - In Opera 9.0 it doesn't work at all.

Though ondblclick="" in theory shouldn't work at all, due to the onclick="" on the same element! So i have experienced, that the onclick was used instead of the ondblclick!

You could possibly fix it by delaying the onclick="", but then again. If the onclick is used, just click again on the selected item.

Support thread:
http://forums.oscommerce.com/index.php?showtopic=250442

Expand All / Collapse All

FAN - Faster Admin Navigation 1.0.1 12 Feb 2007

Corrected $_GET to $HTTP_GET_VARS

The $_GET is from changes done to my setup to fully support PHP's recomended ini-file.

No File Just Warning 11 Feb 2007
FAN - Faster Admin Navigation 11 Feb 2007

Note: Contributions are used at own risk.