Ignore:
Timestamp:
10 May 2012, 07:04:55 (13 years ago)
Author:
Henrik Bettermann
Message:

Go directly to ApplicantsContainerManageFormPage? when clicking container link on ApplicantsRootManageFormPage?.

Hide Manage button on ApplicantsContainerPage?.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates
Files:
2 edited

Legend:

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

    r7708 r8406  
    11<span tal:condition="view/introduction" tal:omit-tag="">
    2   <span tal:content="structure view/introduction">INTRODUCTION</span>
    3   <br />
     2  <p tal:content="structure view/introduction">INTRODUCTION</p>
    43</span>
    54
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantsrootmanagepage.pt

    r8388 r8406  
    3535    <div id="tab-2" tal:attributes="class view/tab2">
    3636      <h3 tal:content="view/subunits">SUBUNITS</h3>
     37
     38      <p i18n:translate="note_armp">
     39        Please note that containers will be opened in manage mode here.
     40        All application record links will be loaded into your browser which
     41        can take a considerable time depending on your bandwidth.
     42        Please be patient until all records have been loaded.
     43      </p>
     44
    3745      <table class="display dataTableManage">
    3846        <thead>
     
    5462            <td tal:content="entry/year">YEAR</td> <td>
    5563              <a href=""
    56                 tal:attributes="href python:view.url(entry)"
     64                tal:attributes="href python:view.url(entry) + '/manage'"
    5765                tal:content="entry/__name__">CODE</a> </td>
    5866            <td tal:content="entry/title">TITLE</td>
Note: See TracChangeset for help on using the changeset viewer.