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
This commit is contained in:
plegall
2009-08-20 21:20:30 +00:00
parent 1fde9c1925
commit adbe699749
+2 -2
View File
@@ -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">