diff options
author | plegall <plg@piwigo.org> | 2009-08-20 21:20:30 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-08-20 21:20:30 +0000 |
commit | adbe699749c0721c800a6e332b839ee36bac0fb0 (patch) | |
tree | 4116e174c8ea86ec9256d8c392bc456cad642b52 /admin/template | |
parent | 1fde9c192525155ee5763e77aff419a98e1d18ff (diff) |
bug 895: r3714 had replaced the "open in a new tab" (introduced in r3381 for
feature:1020)) into a "open in the same", but it is important to keep the
window with newsletter subscription links opened.
git-svn-id: http://piwigo.org/svn/branches/2.0@3765 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-rw-r--r-- | admin/template/goto/install.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/install.tpl b/admin/template/goto/install.tpl index 1aabca427..188652d1a 100644 --- a/admin/template/goto/install.tpl +++ b/admin/template/goto/install.tpl @@ -149,8 +149,8 @@ TD { {else} <p> <br /> - <input type="button" name="home" value="{'home'|@translate}" onClick="window.location='index.php';"/> - <input type="button" name="admin" value="{'admin'|@translate}" onClick="window.location='admin.php';"/> + <input type="button" name="home" value="{'home'|@translate}" onClick="window.open('index.php');"/> + <input type="button" name="admin" value="{'admin'|@translate}" onClick="window.open('admin.php');"/> </p> <div class="infos"> |