diff options
author | patdenice <patdenice@piwigo.org> | 2008-11-23 17:25:24 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-11-23 17:25:24 +0000 |
commit | 60f2d18f1fbceff44fcd43eab9528441ea126377 (patch) | |
tree | d28a6238a28ffc047002e7348eec51cb6459e7b6 /admin/template | |
parent | a1e6ae0f159e9cae29683078e358e10d7675badd (diff) |
merge -c2902 from trunk to branch 2.0.
- Add home and identification buttons after installation.
- Use fetchRemote function for remote site actions.
- Corrections in fetchRemote fnction.
- Move PLUGIN_PICTURE_BEFORE in picture.tpl.
git-svn-id: http://piwigo.org/svn/branches/2.0@2903 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/install.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/template/goto/install.tpl b/admin/template/goto/install.tpl index a0e8eff6f..bea5cddb4 100644 --- a/admin/template/goto/install.tpl +++ b/admin/template/goto/install.tpl @@ -145,6 +145,12 @@ TD { </tr> </table> </form> +{else} +<p> + <br /> + <input type="button" name="index" value="{'home'|@translate}" onClick="document.location = 'index.php';"/> + <input type="button" name="identification" value="{'Identification'|@translate}" onClick="document.location = 'identification.php';"/> +</p> {/if} </div> {* content *} <div style="text-align: center">{$L_INSTALL_HELP}</div> |