Sha256: d40b56beccda1887abc45aba5b7fd886578cebda01b073b2732136a90aeadd6d
Contents?: true
Size: 946 Bytes
Versions: 1
Compression:
Stored size: 946 Bytes
Contents
<h3>Transfer from a Staff/Project/Scholarship Fund</h3> <p>Please enter the First and Last name of the Campus Crusade for Christ staff member who will provide the funds for your application, then press "Search for Staff". From the list of matching staff, select the correct person. An email will then be sent to them with your payment request.</p> <p>Please note that your application <strong>can not be processed</strong> until they initiate the funds transfer. Once the staff member responds, an email will be sent to you.</p> <h4>Search for Staff</h4> <p><label for="payment_staff_first">First & Last Name</label> <%= text_field :payment, :staff_first, { :size => 10 }%> <%= text_field :payment, :staff_last, { :size => 10 }%> <%= submit_tag "Search", :id => 'staff_search', :class => 'submit_payment', 'data-url' => staff_search_fe_application_payments_path(@application) %> </p> <div id="staff_results"></div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fe-0.0.4 | app/views/fe/payments/_staff.html.erb |