Changing the size of the A-Z List "info" pop-up window
- Article Type: General
- Product: SFX
- Product Version: 3
Description:
We would like to change the size of the A-Z List Info pop-up. How can I do this?
Resolution:
The following template files need to be changed. Note that changing these files will mean breaking the symbolic links to the sfxglb3 instance:
./templates/azlist_ver3/table_view.tmpl
./templates/azlist_ver3/detail_view.tmpl
Change the HEIGHT=200 WIDTH=360 to the size you need in the sections bellow and save the file.
./templates/azlist_ver3/table_view.tmpl
<TMPL_VAR
AvailabilityInformation_MDE>&exclude_categories=<TMPL_VAR Categories_MDE> HEIGHT=400 WIDTH=660 BORDER=0 FRAMEBORDER=0 FRAMESPACING=0 scrolling=no></IFRAME>
./templates/azlist_ver3/detail_view.tmpl
<TMPL_VAR
AvailabilityInformation_MDE>&exclude_categories=<TMPL_VAR Categories_MDE> HEIGHT=200 WIDTH=360 BORDER=0 FRAMEBORDER=0 FRAMESPACING=0 scrolling=no></IFRAME>
Refresh the A-Z List in your browser window and test the display of the "Info" pop-up.
For additional changes, consult an HTML person as well.
Additional Information
info pop-up az list size change
- Article last edited: 10/8/2013