Changeset 2579 for WAeUP_SRP/base/skins/waeup_default
- Timestamp:
- 8 Nov 2007, 10:14:35 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_default/waeup_edit_form.pt
r2042 r2579 109 109 </div> 110 110 111 <tal:block condition="python: 0 and not creation">112 <div class="tooltipArea" style="visibility: hidden;"113 id="transition_comments_help"114 onclick="showElement(false, 'transition_comments_help')"115 i18n:translate="help_transition_comments_modification">116 In this field you can give the reason for the modification117 on this document. Your comments may be used to notify other users.118 </div>119 <dl>120 <dt><label for="comments"121 i18n:translate="transition_comments_modification"122 >Reason of the modification</label>123 <button type="button" class="tooltipControl"124 onclick="toggleElementVisibility('transition_comments_help')"> ? </button>125 </dt>126 <dd>127 <textarea name="comments" id="comments" cols="60" rows="3"128 tal:content="nothing">129 </textarea>130 </dd>131 </dl>132 </tal:block>133 111 <metal:block use-macro="python:path('context/%s_edit_buttons/macros/buttons' % form_type)"/> 134 112 </div>
Note: See TracChangeset for help on using the changeset viewer.