aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2009-08-20 21:23:15 +0000
committerplegall <plg@piwigo.org>2009-08-20 21:23:15 +0000
commitc7c8546a9058229af0a640085dd0568cbe1aa556 (patch)
treecca321234b2f8128c7bf1e8f48e2a307b449f18b /admin
parentf74139beb17617b943608ac1174f1edfe02b5adb (diff)
merge r3765 from branch 2.0 to trunk
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/trunk@3768 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/install.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/install.tpl b/admin/template/goto/install.tpl
index 1005f4859..bea1a3efe 100644
--- a/admin/template/goto/install.tpl
+++ b/admin/template/goto/install.tpl
@@ -148,8 +148,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">