All of my links to my extended info pages have dissappeared I am at a loss to explain how this happened. I was playing around with a layout - however restoring to factory settings has not resolved the problem. Suggestions anyone?
Solution Found:
I had deleted the following out of the layout:
<actinic:block if="%3cactinic%3avariable%20name%3d%22ExtendedInformationType%22%20%2f%3e%20%3d%3d%20%22Opens%20in%20a%20Pop%2dUp%20Window%22" >
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPopUpDisplayedByTextLink%22%20%2f%3e" >
<br />
<a href="javascript:ShowPopUp('<actinic:variable name="ExtendedInfoPageEncoded" />',<actinic:variable name="ExtInfoWindowWidth" />,<actinic:variable name="ExtInfoWindowHeight" />);">
<actinic:variable name="ExtendedInfoLinkText" />
</a>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPopUpPageDisplayedByButton%22%20%2f%3e" >
<br />
<actinic:variable name="ExtendedInfoButton" />
</actinic:block>
</actinic:block>
Solution Found:
I had deleted the following out of the layout:
<actinic:block if="%3cactinic%3avariable%20name%3d%22ExtendedInformationType%22%20%2f%3e%20%3d%3d%20%22Opens%20in%20a%20Pop%2dUp%20Window%22" >
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPopUpDisplayedByTextLink%22%20%2f%3e" >
<br />
<a href="javascript:ShowPopUp('<actinic:variable name="ExtendedInfoPageEncoded" />',<actinic:variable name="ExtInfoWindowWidth" />,<actinic:variable name="ExtInfoWindowHeight" />);">
<actinic:variable name="ExtendedInfoLinkText" />
</a>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPopUpPageDisplayedByButton%22%20%2f%3e" >
<br />
<actinic:variable name="ExtendedInfoButton" />
</actinic:block>
</actinic:block>
Comment