mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 01:32:59 +02:00
Feature 1255 : migration script
git-svn-id: http://piwigo.org/svn/trunk@4423 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -162,11 +162,11 @@ TD {
|
||||
</form>
|
||||
{else}
|
||||
<p>
|
||||
<br />
|
||||
<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');"/>
|
||||
<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>
|
||||
|
||||
{if !isset($migration)}
|
||||
<div class="infos">
|
||||
<ul>
|
||||
<li>{'Subscribe to Piwigo Announcements Newsletter'|@translate}</li>
|
||||
@@ -174,10 +174,10 @@ 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}');"/>
|
||||
<input type="button" name="subscribe" value="{'Subscribe %s'|@translate|@sprintf:$F_ADMIN_EMAIL}" onClick="window.open('{$SUBSCRIBE_BASE_URL}{$F_ADMIN_EMAIL}');">
|
||||
</p>
|
||||
{/if}
|
||||
{/if}
|
||||
</div> {* content *}
|
||||
<div style="text-align: center">{$L_INSTALL_HELP}</div>
|
||||
</div> {* the_page *}
|
||||
|
||||
Reference in New Issue
Block a user