Changeset 25059


Ignore:
Timestamp:
2012-02-08T16:04:05+13:00 (12 years ago)
Author:
davidb
Message:

Minor tweak to allow Expeditee attributes to be displayed on the Greenstone document page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/html-to-expeditee/trunk/src/src/cgi-bin/html-to-expeditee.pl.in

    r24944 r25059  
    102102              url += "&excerptid=gs_content";
    103103          }
    104 
    105104
    106105          /* processing animation */
     
    174173          }
    175174         
     175          url += "&p.showExpediteeAttributes=1";
     176
    176177          /* load iframe with document drawn from Greenstone collection */
    177178          iframe.src = url;
     
    262263                  // url += "&excerptid=gs_content";
    263264              }
     265
     266          url += "&p.showExpediteeAttributes=1";
    264267
    265268          iframe.src = url;
Note: See TracChangeset for help on using the changeset viewer.