| | 780 | |
|---|
| | 781 | <table border="0" id="submitTable"> |
|---|
| | 782 | <tr> |
|---|
| | 783 | <xsl:choose> |
|---|
| | 784 | <xsl:when test="/bedeworkadmin/creating='true'"> |
|---|
| | 785 | <td> |
|---|
| | 786 | <input type="submit" name="addEvent" value="Add Event"/> |
|---|
| | 787 | <input type="submit" name="cancelled" value="Cancel"/> |
|---|
| | 788 | <input type="reset" value="Clear"/> |
|---|
| | 789 | </td> |
|---|
| | 790 | </xsl:when> |
|---|
| | 791 | <xsl:otherwise> |
|---|
| | 792 | <td> |
|---|
| | 793 | <input type="submit" name="updateEvent" value="Update Event"/> |
|---|
| | 794 | <input type="submit" name="cancelled" value="Cancel"/> |
|---|
| | 795 | <input type="submit" name="copy" value="Duplicate Event"/> |
|---|
| | 796 | </td> |
|---|
| | 797 | <td align="right"> |
|---|
| | 798 | <input type="submit" name="delete" value="Delete Event"/> |
|---|
| | 799 | </td> |
|---|
| | 800 | </xsl:otherwise> |
|---|
| | 801 | </xsl:choose> |
|---|
| | 802 | </tr> |
|---|
| | 803 | </table> |
|---|
| | 804 | |
|---|