Changeset 12576


Ignore:
Timestamp:
2006-08-28T10:46:36+12:00 (18 years ago)
Author:
kjdon
Message:

we now use a specialised header on the select page too. Wizardaction sets up fullnamemenu to have selected the previous collection. Since we have no button on the select page, just going forward based on the menu changing, this means that we can't select the same collection very easily. So now the header macro calls initialize on page load, and this sets the menu back to no collection selected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/depositoraction.cpp

    r12524 r12576  
    384384
    385385  if (depositor_page == "bildstatus" || depositor_page == "bilddone" ||
    386       depositor_page == "bildfail" || depositor_page == "bildframe1") {
     386      depositor_page == "bildfail" || depositor_page == "bildframe1" ||
     387      depositor_page == "select") {
    387388    disp.setmacro ("header", "depositor", "_" + depositor_page + "header_");
    388389  }
Note: See TracChangeset for help on using the changeset viewer.