Changeset 2583
- Timestamp:
- 8 Nov 2007, 11:09:09 (17 years ago)
- Location:
- WAeUP_SRP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/cps_custom/cpsdocument_edit_form.pt
r2340 r2583 46 46 </div> 47 47 </div> 48 49 <tal:block condition="not:creation">50 <div class="tooltipArea" style="visibility: hidden;"51 id="transition_comments_help"52 onclick="showElement(false, 'transition_comments_help')"53 i18n:translate="help_transition_comments_modification">54 In this field you can give the reason for the modification55 on this document. Your comments may be used to notify other users.56 </div>57 <dl>58 <dt><label for="comments"59 i18n:translate="transition_comments_modification"60 >Reason of the modification</label>61 <button type="button" class="tooltipControl"62 onclick="toggleElementVisibility('transition_comments_help')"> ? </button>63 </dt>64 <dd>65 <textarea name="comments" id="comments" cols="60" rows="3"66 tal:content="nothing">67 </textarea>68 </dd>69 </dl>70 </tal:block>71 72 48 <metal:block use-macro="here/cpsdocument_edit_buttons/macros/buttons"/> 73 49 </div> -
WAeUP_SRP/fceokene/profiles/default/layouts/student_application.xml
r2576 r2583 199 199 <property name="label">Registration Number</property> 200 200 <property name="label_edit">Registration Number</property> 201 <property name="readonly_layout_modes"/> 201 <property name="readonly_layout_modes"> 202 <element value="edit"/> 203 </property> 202 204 <property name="hidden_layout_modes"/> 203 205 <property name="hidden_readonly_layout_modes"/>
Note: See TracChangeset for help on using the changeset viewer.