Contributions
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
Corrected $_GET to $HTTP_GET_VARS
The $_GET is from changes done to my setup to fully support PHP's recomended ini-file.
Although this is a nice mod if you are using Admin Access you will not want to install this code without some custom coding.
The onclick feature will bypass the admin rights ... and people double clicking will be able to access or edit information they are not supposed to be able to.
You will need to create a second set of queries for non Top Level Admins.
No Download Here .. just a empty.
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
Note: Contributions are used at own risk.