Changeset 2168
- Timestamp:
- 05/11/09 16:50:48
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2167 r2168 2365 2365 <!-- Category --> 2366 2366 <!-- 2367 categories can be set by the event administrator if the calendar suite preferences allow it 2367 direct setting of categories is deprecated; if you want to reenable, uncomment this block - but 2368 be forwarned that this will have peculiar consequences if using the submissions client 2368 2369 --> 2370 <!-- 2369 2371 <tr> 2370 2372 <td class="fieldName"> … … 2462 2464 </td> 2463 2465 </tr> 2466 --> 2464 2467 <!-- note --> 2465 2468 <!-- let's shut this off for now - needs rewriting if we keep it at all … … 5640 5643 </td> 5641 5644 </tr> 5642 <tr>5643 <th>5644 Allow event administrators to<br/>select categories in event form:5645 </th>5646 <td>5647 <input type="radio" name="useCats" value="true" checked="checked"/> yes5648 <input type="radio" name="useCats" value="false"/> no<br/>5649 <p class="note">not yet implemented; the default will be "no".</p>5650 </td>5651 </tr>5652 5645 <!-- 5653 5646 <tr>
