Ignore:
Timestamp:
21 Nov 2020, 14:27:22 (4 years ago)
Author:
Henrik Bettermann
Message:

Make maximum number of applicants on ApplicantsContainerManageFormPage
customizable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantscontainermanagepage.pt

    r15964 r16327  
    9090    <tal:showNoApplicants condition="not: view/showApplicants">
    9191      <p i18n:translate="note_acmp">
    92           There are more than 1000 application records in this container.
     92          There are more than
     93          <span tal:replace="view/max_applicants">MAX_APPLICANTS</span>
     94          application records in this container.
    9395          In order to prevent from downloading big amounts of data, the
    9496          Applicants tab has been disabled. Please use the
Note: See TracChangeset for help on using the changeset viewer.