From f37891fdb6d93580f25ced7d6f5c226dce3bf3b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 19 Feb 2014 15:20:13 +0100 Subject: [fix] css display with baggy theme --- install/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install') diff --git a/install/index.php b/install/index.php index d31bad89..4d7e8cd2 100644 --- a/install/index.php +++ b/install/index.php @@ -172,7 +172,7 @@ else if ($_POST['install']) {
  • wallabag.org
  • -
    +

    Errors during installation:

      @@ -185,7 +185,7 @@ else if ($_POST['install']) {
    -
    +

      @@ -201,7 +201,7 @@ else if ($_POST['install']) {
      Technical settings -
      wallabag needs twig, a template engine (?). Two ways to install it: +
      wallabag needs twig, a template engine (?). Two ways to install it:
      • automatically download and extract vendor.zip into your wallabag folder.

        -- cgit v1.2.3 From d09a5674e915e79762931a3465461327fb5737ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 20 Feb 2014 08:58:59 +0100 Subject: [add] message in install screen to prevent user when wallabag is already installed --- install/index.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'install') diff --git a/install/index.php b/install/index.php index 4d7e8cd2..975b997f 100644 --- a/install/index.php +++ b/install/index.php @@ -172,7 +172,7 @@ else if ($_POST['install']) {
      • wallabag.org
      -
      +

      Errors during installation:

        @@ -185,7 +185,7 @@ else if ($_POST['install']) {
      -
      +

        @@ -194,6 +194,14 @@ else if ($_POST['install']) {

      + + +
      +

      + wallabag seems already installed. If you want to update it, you only have to delete install folder. +

      +
      +

      To install wallabag, you just have to fill the following fields. That's all.

      Don't forget to check your server compatibility here.

      @@ -201,7 +209,7 @@ else if ($_POST['install']) {
      Technical settings -
      wallabag needs twig, a template engine (?). Two ways to install it: +
      wallabag needs twig, a template engine (?). Two ways to install it:
      • automatically download and extract vendor.zip into your wallabag folder.

        -- cgit v1.2.3