aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-24 23:44:17 -0800
committerFriendika <info@friendika.com>2010-12-24 23:44:17 -0800
commitd045fd04d4b42a749a113dd27f439f9766800975 (patch)
tree78ab3b0ecaea1695249fe862bf051d1d616937dc /view
parent6891d44e0b765d230bd3b483c5e283647947c4cb (diff)
downloadvolse-hubzilla-d045fd04d4b42a749a113dd27f439f9766800975.tar.gz
volse-hubzilla-d045fd04d4b42a749a113dd27f439f9766800975.tar.bz2
volse-hubzilla-d045fd04d4b42a749a113dd27f439f9766800975.zip
provide separate plugin settings page, update demo plugin, fix hook_register
Diffstat (limited to 'view')
-rw-r--r--view/en/settings.tpl2
-rw-r--r--view/it/settings.tpl3
-rw-r--r--view/it/strings.php2
-rw-r--r--view/theme/default/style.css5
4 files changed, 12 insertions, 0 deletions
diff --git a/view/en/settings.tpl b/view/en/settings.tpl
index 594ce73fc..5e1bfabf4 100644
--- a/view/en/settings.tpl
+++ b/view/en/settings.tpl
@@ -1,5 +1,7 @@
<h1>Account Settings</h1>
+<div id="plugin-settings-link"><a href="settings/addon">Plugin Settings</a></div>
+
$nickname_block
diff --git a/view/it/settings.tpl b/view/it/settings.tpl
index 364fd6ba2..365e5cb70 100644
--- a/view/it/settings.tpl
+++ b/view/it/settings.tpl
@@ -1,5 +1,8 @@
<h1>Impostazioni account</h1>
+<div id="plugin-settings-link"><a href="settings/addon">Impostazioni Plugin</a></div>
+
+
$nickname_block
diff --git a/view/it/strings.php b/view/it/strings.php
index 2b1a3c830..3640997d9 100644
--- a/view/it/strings.php
+++ b/view/it/strings.php
@@ -324,6 +324,8 @@ $a->strings[' Please use a shorter name.'] = ' Usa un nome pi&ugrave; corto.';
$a->strings[' Name too short.'] = ' Nome troppo corto.';
$a->strings[' Not valid email.'] = ' Email non valida.';
$a->strings['Settings updated.'] = 'Impostazioni aggiornate.';
+$a->strings['Plugin Settings'] = 'Impostazioni Plugin';
+$a->strings['Account Settings'= = 'Impostazioni Account';
$a->strings['OpenID: '] = 'OpenID: ';
$a->strings["&nbsp;\x28Optional\x29 Allow this OpenID to login to this account."] = "&nbsp;\x28Opzionale\x29 Permetti a questo OpenID di accedere a questo account.";
$a->strings['Profile is <strong>not published</strong>.'] = 'Il profilo <strong>non &egrave; pubblicato</strong>.';
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 086f59c30..240ace896 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -1952,3 +1952,8 @@ a.mail-list-link {
margin-top: 50px;
font-size: 70%;
}
+
+
+#plugin-settings-link, #account-settings-link {
+ margin-bottom: 25px;
+}