From 514cb569fba1ee7333f49d8adc4b7be6b52497b4 Mon Sep 17 00:00:00 2001 From: brantje Date: Sun, 19 Feb 2017 15:13:40 +0100 Subject: Add feature to move vaults to other account --- templates/part.admin.php | 205 ++++++++++++++++++++++++++++------------------- 1 file changed, 124 insertions(+), 81 deletions(-) (limited to 'templates') diff --git a/templates/part.admin.php b/templates/part.admin.php index 10b7d98d..9673d540 100644 --- a/templates/part.admin.php +++ b/templates/part.admin.php @@ -5,6 +5,9 @@ use \OCP\App; script('passman', 'settings-admin'); +style('passman', 'admin'); +style('passman', 'vendor/font-awesome/font-awesome.min'); + $checkVersion = OC::$server->getConfig()->getAppValue('passman', 'check_version', '1') === '1'; $AppInstance = new App(); $localVersion = $AppInstance->getAppInfo("passman")["version"]; @@ -41,86 +44,126 @@ $ciphers = openssl_get_cipher_methods(); ?>
-
-

t('Passman Settings')); ?>

- t('Github version:') . ' ' . $githubVersion); - print '
'; - } ?> - Local version:
- t('A newer version of passman is available')); - } - ?> -

t('Sharing')); ?>

-

- - -

+

t('Passman Settings')); ?>

+ t('Github version:') . ' ' . $githubVersion); + print '
'; + } ?> + Local version:
+ t('A newer version of passman is available')); + } + ?> +
+ +
+ +

+ + +

+

+ + +

+

+ + +

+

+ + +

+

+ + +

+ +
+
+

+ + +

+ +

+ + +

+
+
+

t('Move credentials from one account to another')); ?>

+
+ + + + + + + + + +
t('Source account')); ?>
t('Destination account')); ?>
+ + + +
+
+ Requests to delete vault +
-

- - -

-

t('General')); ?>

-

- - -

-

- - -

-

- - -

-

- - -

-

- - -

- +
-- cgit v1.2.3