diff --git a/build/owncloud/rainloop-app/INSTALL b/build/owncloud/rainloop-app/INSTALL index c24813c89..2f3b274e1 100644 --- a/build/owncloud/rainloop-app/INSTALL +++ b/build/owncloud/rainloop-app/INSTALL @@ -1,26 +1,26 @@ -************************************************************************ -* -* ownCloud - RainLoop Webmail mail plugin -* -* @author RainLoop Team -* @copyright 2014 RainLoop Team -* -* https://github.com/RainLoop/rainloop-webmail/tree/master/build/owncloud -* -************************************************************************ - -REQUIREMENTS: -- Installed and configured RainLoop Webmail (standalone) -- ownCloud version 6 or higher -- Both apps (RainLoop & ownCloud) running on the same domain - - -INSTALL: -- Unpack the RainLoop Webmail application package in the apps directory of your OwnCloud instance - - -CONFIGURATION: -- ownCloud: - 1) In the Apps > Enable 'RainLoop' plugin - 2) In the Settings > Admin > Enter "RainLoop Webmail URL" and "Absolute file path to RainLoop Webmail installation" - 3) In the Settings > Personal > Type your mail server email (login) and password +************************************************************************ +* +* ownCloud - RainLoop Webmail mail plugin +* +* @author RainLoop Team +* @copyright 2014 RainLoop Team +* +* https://github.com/RainLoop/rainloop-webmail/tree/master/build/owncloud +* +************************************************************************ + +REQUIREMENTS: +- Installed and configured RainLoop Webmail (standalone) +- ownCloud version 6 or higher +- Both apps (RainLoop & ownCloud) running on the same domain + + +INSTALL: +- Unpack the RainLoop Webmail application package in the apps directory of your OwnCloud instance + + +CONFIGURATION: +- ownCloud: + 1) In the Apps > Enable 'RainLoop' plugin + 2) In the Settings > Admin > Enter "RainLoop Webmail URL" and "Absolute (full) path to RainLoop Webmail installation" + 3) In the Settings > Personal > Type your mail server email (login) and password diff --git a/build/owncloud/rainloop-app/img/mail.png b/build/owncloud/rainloop-app/img/mail.png index 21076eed7..285cabee3 100644 Binary files a/build/owncloud/rainloop-app/img/mail.png and b/build/owncloud/rainloop-app/img/mail.png differ diff --git a/build/owncloud/rainloop-app/lib/RainLoopHelper.php b/build/owncloud/rainloop-app/lib/RainLoopHelper.php index b2449e870..9c259f124 100644 --- a/build/owncloud/rainloop-app/lib/RainLoopHelper.php +++ b/build/owncloud/rainloop-app/lib/RainLoopHelper.php @@ -1,71 +1,70 @@ - - - - -
-

t('RainLoop Webmail')); ?>

-
-

- t('RainLoop Webmail URL')); ?>: -
- -
-
- t('Absolute file path to RainLoop Webmail installation')); ?>: -
- -
-
- -    -

-
- \ No newline at end of file +
+
+ + + +
+

t('RainLoop Webmail')); ?>

+
+

+ t('RainLoop Webmail URL')); ?>: +
+ +
+
+ t('Absolute (full) path to RainLoop Webmail installation')); ?>: +
+ +
+
+ +    +

+
+
+
\ No newline at end of file diff --git a/build/owncloud/rainloop-app/templates/personal.php b/build/owncloud/rainloop-app/templates/personal.php index 8b567d7a0..75daf1a40 100644 --- a/build/owncloud/rainloop-app/templates/personal.php +++ b/build/owncloud/rainloop-app/templates/personal.php @@ -1,18 +1,20 @@ -
- - - -
-

t('RainLoop Webmail')); ?>

-

- - - - - -    -

-
-
\ No newline at end of file +
+
+ + + +
+

t('RainLoop Webmail')); ?>

+

+ + + + + +    +

+
+
+
\ No newline at end of file diff --git a/package.json b/package.json index e3bfbd04f..bdf17768b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "plugins" ], "readmeFilename": "README.md", - "ownCloudPackageVersion": "1.6", + "ownCloudPackageVersion": "2.0", "engines": { "node": ">= 0.10.0" },