*********************************************** * * * Changelog for Default Template 1.1.0 * * * *********************************************** Bug Fix: Removed the %%Config.TextDirection%%. It currently serves no purpose as a simple RTL attribute will not work as expected with a XHTML/CSS page. /Articles.html /Authors.html /Blogs.html /Categories.html /Default.html /News.html /Other.html /Pages.html /Search.html Optimization: Reworked the drop down menus to use a better technique which means less occurrences of the menu going behind other page elements in IE (Note: Changes were also made in /javascript/menudrop.js, so these changes requires this file from the application version 4.5 or higher) /Styles/styles.css /Styles/styles-ie.css /Styles/{all-colors].css /Panels/PagesMenuPanel.html /Articles.html /Authors.html /Blogs.html /Categories.html /Default.html /News.html /Other.html /Pages.html /Search.html *********************************************** * * * Changelog for Default Template 1.0.1 * * * *********************************************** Bug Fix: The glossary word links would not work because the helptip.js file was not being included and the jquery.js file was being included twice. Default/Articles.html Bug Fix: Changing the Javascript validation function for submitting an article because IE would submit the form even if there was a validation error message. /Panels/SubmitArticlePanel.html Bug Fix: Changing the global that outputs the success message for add to favorites and add to read options as it would clash with other globals and not display the message properly. Panels/ArticleOptionsPanel.html Bug Fix: The newsletter panel was missing a closing form tag. /Panels/NewsletterPanel.html