This is a discussion on Admin Notes within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; I noticed on the admin_notes.php page, when changing the status of a note using the red, green, and yellow circles, ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| I noticed on the admin_notes.php page, when changing the status of a note using the red, green, and yellow circles, the "insert" button would no longer appear. Very simple update. in admin_notes.php, line 325: Code: Line 325:
if (!$HTTP_GET_VARS['action']) {
Replace with:
if (($HTTP_GET_VARS['action'] != 'edit') && ($HTTP_GET_VARS['action'] != 'delete')) {
More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Release Notes osCommerce Contribution.pdf | michael_s | New osCommerce Contributions | 0 | 05-16-2007 08:40 AM |
| Customer Notes (Anmerkungen zu Kunden) | michael_s | New osCommerce Contributions | 0 | 04-26-2007 01:30 AM |
| Admin Notes | michael_s | New osCommerce Contributions | 0 | 02-27-2007 01:51 PM |
| admin notes - highly recomended contrib | met00 | osCMax v2 Customization/Mods | 2 | 04-02-2006 04:35 AM |