Diff of /mambo/branches/4.6/administrator/components/com_menus/content_archive_category/content_archive_category.class.php
Parent Directory
|
Revision Log
|
Patch
| revision 138, Mon Jan 16 11:12:43 2006 UTC | revision 165, Mon Jan 23 04:35:36 2006 UTC | |
|---|---|---|
| # | Line 29 | Line 29 |
| 29 | ||
| 30 | // fail if checked out not by 'me' | // fail if checked out not by 'me' |
| 31 | if ($menu->checked_out && $menu->checked_out <> $my->id) { | if ($menu->checked_out && $menu->checked_out <> $my->id) { |
| 32 | echo "<script>alert('The module $menu->title is currently being edited by another administrator'); document.location.href='index2.php?option=$option'</script>\n"; | echo "<script>alert('".sprintf(T_('The module % is currently being edited by another administrator'), $menu->title)."'); document.location.href='index2.php?option=$option'</script>\n"; |
| 33 | exit(0); | exit(0); |
| 34 | } | } |
| 35 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

