~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to tmpl/cms/reload_opener.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-07-23 22:56:37 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723225637-zsorczl9nhy0t8ap
Tags: 4.2~rc4-1
* New upstream release
* Include SendMailPath explicitly as in some cases it seems
  to be required (closes: #491618)
* Add versioned Depends on libclass-trigger-perl (>= 0.13-1)
  as the version in etch is not compatible with MT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
/* <![CDATA[ */
5
5
var o = window.opener;
6
6
if (o && o.location) {
7
 
    <mt:if name="url">o.location = '<mt:var name="url">';</mt:if>
 
7
    <mt:if name="url">o.location = '<mt:var name="url" escape="js">';</mt:if>
8
8
<mt:var name="javascript">
9
9
    window.close();
10
10
}