Diff of /mambo/branches/4.6/administrator/components/com_menus/content_typed/content_typed.class.php
Parent Directory
|
Revision Log
|
Patch
| revision 164, Sun Jan 22 14:40:58 2006 UTC | revision 165, Mon Jan 23 04:35:36 2006 UTC | |
|---|---|---|
| # | Line 26 | Line 26 |
| 26 | ||
| 27 | // fail if checked out not by 'me' | // fail if checked out not by 'me' |
| 28 | if ($menu->checked_out && $menu->checked_out <> $my->id) { | if ($menu->checked_out && $menu->checked_out <> $my->id) { |
| 29 | 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"; |
| 30 | exit(0); | exit(0); |
| 31 | } | } |
| 32 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

