Ignore:
Timestamp:
8 Nov 2007, 11:09:09 (17 years ago)
Author:
Henrik Bettermann
Message:

jamb_reg_no not editable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/cps_custom/cpsdocument_edit_form.pt

    r2340 r2583  
    4646          </div>
    4747        </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 modification
    55             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 
    7248        <metal:block use-macro="here/cpsdocument_edit_buttons/macros/buttons"/>
    7349      </div>
Note: See TracChangeset for help on using the changeset viewer.