This is a running list of template changes made during upgrades.  If you have copied the default
templates, you will need to apply these changes manually to your copies.

7.9.17

  * DataForm email template - default_email
    Do HTML escaping on field values.  Move table tags outside of the loops so only one table
    is generated.

  * Template Variable template
    The URL for that template has been changed from "help" to "root/import/adminconsole/help", making
    the short URL Help available for WebGUI content use.

  * survey.css
    Removed relative positioning and offset from top.

  * root/import/survey/surveyedit.css
    Reexported the package from the default content due to potential issues with earlier upgrades
    not installing correctly.

  * root/import/workflow-activity-templates
    Added a folder to hold the assorted Workflow Activity templates.

7.9.16

  * The Make Page Printable template has changed (as per bug #11857). The HTML
    is now consistent with other default Style templates. The Plain Black logo and
    copyright info have been removed and a stylesheet was added to provide very
    simple default formatting for text, header and footer (makepageprintable.css).

  * Carousel Default Template - root/import/carousel/carousel-default
    Add a height parameter to the template.
    
7.9.15

  *  Profile templates - root/import/account/profile/default-view-profile-template
                       - root/import/account/profile/profile-account-layout
     Moved the "back to profile" link from the Profile View template to the Profile Layout template.

7.9.14

  *  Asset Report Template - asset-report/asset-report-default-template
     Remove the empty template attachment

  *  Gallery Album Edit Template
     Update the inline javascript in the script tag to make drag & drop sorting work in IE7

    if (typeof Gallery == "undefined") {
        Gallery = {};
        Gallery.DDSorting = {};
    }
    Gallery.DDSorting.url = '<tmpl_var url escape="js">';

  *  Story Topic Template
     Since topStory template variables are available all the time, manually add the topStory into the list of
     stories when the topic is no viewed standalone.  Also note the new template variables for the the delete
     and edit icons for the top story.

     <ul>
     <tmpl_unless standAlone>
     <li><tmpl_var topStoryDeleteIcon><tmpl_var topStoryEditIcon> <a href="<tmpl_var topStoryUrl>"><tmpl_var topStoryTitle></a></li>
     </tmpl_unless>
     <tmpl_loop story_loop>


