Changeset 2617

Show
Ignore:
Timestamp:
06/20/08 01:26:07 (6 months ago)
Author:
bsmith
Message:

Re-enable comment submit/preview buttons before leaving the page so they are clickable if the user navigates back. BugId:80079

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-40/default_templates/comment_preview.mtml

    r2603 r2617  
    1212    <title><$mt:BlogName encode_html="1"$>: <__trans phrase="Previewing your Comment"></title> 
    1313</head> 
    14 <body id="<$mt:BlogTemplateSetID$>" class="mt-comment-preview <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()"
     14<body id="<$mt:BlogTemplateSetID$>" class="mt-comment-preview <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()" onunload="mtEntryOnUnload()"
    1515    <div id="container"> 
    1616        <div id="container-inner"> 
  • branches/release-40/default_templates/page.mtml

    r2603 r2617  
    77    <title><$mt:PageTitle encode_html="1"$> - <$mt:BlogName encode_html="1"$></title> 
    88</head> 
    9 <body id="<$mt:BlogTemplateSetID$>" class="mt-page-archive <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()"
     9<body id="<$mt:BlogTemplateSetID$>" class="mt-page-archive <$mt:Var name="page_layout"$>" onload="mtEntryOnLoad()" onunload="mtEntryOnUnload()"
    1010    <div id="container"> 
    1111        <div id="container-inner">