- Timestamp:
- 02/28/11 02:42:56 (15 months ago)
- Files:
-
- 1 modified
-
HelpIM3/branches/chatgroups/config/sites/full.xml (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
HelpIM3/branches/chatgroups/config/sites/full.xml
r1429 r1430 199 199 <page location="ShowRegionalNews" module="intranet" script="ShowTextPanel" 200 200 allowCookies="True" /> 201 <page location="EditPeer" module="intranet" script="EditTextPanel" 202 203 allowCookies="True" /> 204 <page location="ShowPeer" module="intranet" script="ShowTextPanel" 205 allowCookies="True" /> 201 206 <page location="EditManual" module="intranet" script="EditTextPanel" 202 207 allowCookies="True" /> 203 208 <page location="ShowManual" module="intranet" script="ShowTextPanel" 209 allowCookies="True" /> 210 <page location="EditRoster" module="intranet" script="EditTextPanel" 211 allowCookies="True" /> 212 <page location="ShowRoster" module="intranet" script="ShowTextPanel" 213 allowCookies="True" /> 214 <page location="EditAdresses" module="intranet" script="EditTextPanel" 215 allowCookies="True" /> 216 <page location="ShowAdresses" module="intranet" script="ShowTextPanel" 217 allowCookies="True" /> 218 <page location="EditClips" module="intranet" script="EditTextPanel" 219 allowCookies="True" /> 220 <page location="ShowClips" module="intranet" script="ShowTextPanel" 204 221 allowCookies="True" /> 205 222 … … 463 480 <AuthorizedLocation key="EditRegionalNews" /> 464 481 <AuthorizedLocation key="ShowRegionalNews" /> 482 <AuthorizedLocation key="EditPeer" /> 483 <AuthorizedLocation key="ShowPeer" /> 465 484 <AuthorizedLocation key="EditManual" /> 466 485 <AuthorizedLocation key="ShowManual" /> 486 <AuthorizedLocation key="EditRoster" /> 487 <AuthorizedLocation key="ShowRoster" /> 488 <AuthorizedLocation key="EditAdresses" /> 489 <AuthorizedLocation key="ShowAdresses" /> 490 <AuthorizedLocation key="EditClips" /> 491 <AuthorizedLocation key="ShowClips" /> 467 492 <!-- Chat --> 468 493 <AuthorizedLocation key="ShowChats" /> … … 518 543 <AuthorizedLocation key="ShowRegionalNews" /> 519 544 <AuthorizedLocation key="ShowChats" /> 545 <AuthorizedLocation key="EditPeer" /> 546 <AuthorizedLocation key="ShowPeer" /> 547 <AuthorizedLocation key="ShowManual" /> 548 <AuthorizedLocation key="EditRoster" /> 549 <AuthorizedLocation key="ShowRoster" /> 550 <AuthorizedLocation key="EditAdresses" /> 551 <AuthorizedLocation key="ShowAdresses" /> 520 552 <AuthorizedLocation key="chgPwd" /> 521 553 <!-- Chat --> … … 536 568 <AuthorizedLocation key="EditRegionalNews" /> 537 569 <AuthorizedLocation key="ShowRegionalNews" /> 570 <AuthorizedLocation key="EditPeer" /> 571 <AuthorizedLocation key="ShowPeer" /> 538 572 <AuthorizedLocation key="ShowManual" /> 573 <AuthorizedLocation key="ShowRoster" /> 574 <AuthorizedLocation key="EditRoster" /> 575 <AuthorizedLocation key="ShowAdresses" /> 576 <AuthorizedLocation key="EditAdresses" /> 577 <AuthorizedLocation key="ShowClips" /> 539 578 <AuthorizedLocation key="ShowChats" /> 540 579 <AuthorizedLocation key="chgPwd" /> … … 562 601 <AuthorizedLocation key="EditRegionalNews" /> 563 602 <AuthorizedLocation key="ShowRegionalNews" /> 603 <AuthorizedLocation key="EditPeer" /> 604 <AuthorizedLocation key="ShowPeer" /> 564 605 <AuthorizedLocation key="EditManual" /> 565 606 <AuthorizedLocation key="ShowManual" /> 607 <AuthorizedLocation key="EditRoster" /> 608 <AuthorizedLocation key="ShowRoster" /> 609 <AuthorizedLocation key="EditAdresses" /> 610 <AuthorizedLocation key="ShowAdresses" /> 611 <AuthorizedLocation key="EditClips" /> 612 <AuthorizedLocation key="ShowClips" /> 566 613 <!-- Beheer --> 567 614 <AuthorizedLocation key="ShowShifts" /> … … 614 661 <subMenu action="ShowRegionalNews" title="Regionaal nieuws" /> 615 662 </menuEntry> 663 <menuEntry action="ShowClips" title="Prikbord" /> 616 664 <menuEntry action="ShowChats" title="Gesprekken" /> 617 665 <menuEntry action="StartCareWorkerChat" title="Chat" /> 666 <menuEntry action="ShowPeer" title="Intervisie" /> 618 667 <menuEntry action="ShowManual" title="Handleiding" /> 668 <menuEntry action="ShowRoster" title="Rooster" /> 669 <menuEntry action="ShowAdresses" title="Adressen" /> 619 670 <menuEntry action="ShowStatistics" title="Statistieken" /> 620 671 <menuEntry action="ShowAvailabilities" title="Beschikbaarheid" />
