Ignore:
Timestamp:
31 Oct 2007, 13:36:19 (17 years ago)
Author:
Henrik Bettermann
Message:

add warning: Accessing the course list may take longer. Please be patient, don't click the level link twice!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/study_course_view.pt

    r2475 r2490  
    7373          tal:define="rows python: info['items'];"
    7474          >
    75       <table tal:condition="python: 1" class="contentListing" width="100%" summary="content layout" id="folder_content">     
     75      <span tal:condition="rows">
     76     
     77      <table  class="contentListing" width="100%" summary="content layout" id="folder_content">     
    7678        <tr tal:repeat="row rows"
    7779          tal:attributes="class python:test(repeat['row'].even(), 'even ajaxtd', 'odd ajaxtd')">
     
    9294        </tr>
    9395      </table>
     96      <br />
     97      <font color="red">
     98      Accessing the course list may take longer. Please be patient, don't click the level link twice!
     99      </font>
     100      </span>
    94101      <table width="100%" cellspacing="0" cellpadding="2"
    95102             summary="contents of the folder"
Note: See TracChangeset for help on using the changeset viewer.