bug 895 : At the end of install, webmaster is automatically connected with two buttons: "Home" and "Admin"

git-svn-id: http://piwigo.org/svn/branches/2.0@3714 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2009-08-01 12:37:43 +00:00
parent f609411ba0
commit 8caad629e6
2 changed files with 24 additions and 1 deletions
+3 -1
View File
@@ -149,7 +149,8 @@ TD {
{else}
<p>
<br />
<input type="button" name="identification" value="{'Identification'|@translate}" onClick="window.open('identification.php');"/>
<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';"/>
</p>
<div class="infos">
@@ -159,6 +160,7 @@ TD {
</div>
<p>
<br />
<input type="button" name="subscribe" value="{'Subscribe %s'|@translate|@sprintf:$F_ADMIN_EMAIL}" onClick="window.open('{$SUBSCRIBE_BASE_URL}{$F_ADMIN_EMAIL}');"/>
</p>
{/if}