Diff of /mambo/branches/4.6/administrator/components/com_categories/admin.categories.php
Parent Directory
|
Revision Log
|
Patch
| revision 193, Thu Jan 26 18:09:47 2006 UTC | revision 194, Thu Jan 26 20:11:56 2006 UTC | |
|---|---|---|
| # | Line 444 | Line 444 |
| 444 | global $database; | global $database; |
| 445 | ||
| 446 | if (count( $cid ) < 1) { | if (count( $cid ) < 1) { |
| 447 | echo "<script> alert('Select a category to delete'); window.history.go(-1);</script>\n"; | echo "<script> alert('".T_('Select a category to delete')."'); window.history.go(-1);</script>\n"; |
| 448 | exit; | exit; |
| 449 | } | } |
| 450 | ||
| # | Line 582 | Line 582 |
| 582 | $redirect = mosGetParam( $_POST, 'section', 'content' );; | $redirect = mosGetParam( $_POST, 'section', 'content' );; |
| 583 | ||
| 584 | if (!is_array( $cid ) || count( $cid ) < 1) { | if (!is_array( $cid ) || count( $cid ) < 1) { |
| 585 | echo "<script> alert('Select an item to move'); window.history.go(-1);</script>\n"; | echo "<script> alert('".T_('Select an item to move')."'); window.history.go(-1);</script>\n"; |
| 586 | exit; | exit; |
| 587 | } | } |
| 588 | ||
| # | Line 652 | Line 652 |
| 652 | $redirect = mosGetParam( $_POST, 'section', 'content' );; | $redirect = mosGetParam( $_POST, 'section', 'content' );; |
| 653 | ||
| 654 | if (!is_array( $cid ) || count( $cid ) < 1) { | if (!is_array( $cid ) || count( $cid ) < 1) { |
| 655 | echo "<script> alert('Select an item to move'); window.history.go(-1);</script>\n"; | echo "<script> alert('".T_('Select an item to move')."'); window.history.go(-1);</script>\n"; |
| 656 | exit; | exit; |
| 657 | } | } |
| 658 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

