Changeset 1079
- Timestamp:
- 11/10/06 16:33:58
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1078 r1079 2723 2723 </p> 2724 2724 2725 <table id="common">2725 <table class="common" cellspacing="0"> 2726 2726 <tr> 2727 <th >Keyword</th>2728 <th >Description</th>2727 <th class="commonHeader">Keyword</th> 2728 <th class="commonHeader">Description</th> 2729 2729 </tr> 2730 2730 … … 2750 2750 <h2>Add Category</h2> 2751 2751 <form action="{$category-update}" method="post"> 2752 <table id="eventFormTable">2752 <table class="common" cellspacing="0"> 2753 2753 <tr> 2754 <td class="field Name">2754 <td class="fieldname"> 2755 2755 Keyword: 2756 2756 </td> … … 2783 2783 <h2>Update Category</h2> 2784 2784 <form action="{$category-update}" method="post"> 2785 <table id="eventFormTable">2785 <table class="common" cellspacing="0"> 2786 2786 <tr> 2787 <td class="field Name">2787 <td class="fieldname"> 2788 2788 Keyword: 2789 2789 </td> … … 2830 2830 </p> 2831 2831 2832 <table class=" eventFormTable">2832 <table class="common" cellspacing="0"> 2833 2833 <tr> 2834 <td class="field Name">2834 <td class="fieldname"> 2835 2835 Keyword: 2836 2836 </td>
