Feature 1255 : migration script

git-svn-id: http://piwigo.org/svn/trunk@4423 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2009-12-04 18:59:05 +00:00
parent fdfaefd17a
commit eaacc88183
3 changed files with 180 additions and 36 deletions
+5 -5
View File
@@ -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 *}