|
Revision 952
(checked in by douglm, 7 years ago)
|
--
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
|
|---|
| 3 |
<config> |
|---|
| 4 |
<render-context> |
|---|
| 5 |
<attribute name="errors"/> |
|---|
| 6 |
<attribute name="message"/> |
|---|
| 7 |
</render-context> |
|---|
| 8 |
<portlet-url-type> |
|---|
| 9 |
<render path="/show"/> |
|---|
| 10 |
<action path="/setup"/> |
|---|
| 11 |
<action path="/selectFilter"/> |
|---|
| 12 |
<action path="/showCals"/> |
|---|
| 13 |
<action path="/setView"/> |
|---|
| 14 |
<action path="/eventView"/> |
|---|
| 15 |
<action path="/addEvent"/> |
|---|
| 16 |
<action path="/editEvent"/> |
|---|
| 17 |
<action path="/addEventRef"/> |
|---|
| 18 |
<action path="/delEventRef"/> |
|---|
| 19 |
<action path="/showPage"/> |
|---|
| 20 |
<action path="/manageLocations"/> |
|---|
| 21 |
<action path="/addLocation"/> |
|---|
| 22 |
<action path="/editLocation"/> |
|---|
| 23 |
<action path="/delLocation"/> |
|---|
| 24 |
<action path="/subscribe"/> |
|---|
| 25 |
</portlet-url-type> |
|---|
| 26 |
</config> |
|---|
| 27 |
|
|---|