diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-27 19:34:51 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-27 19:34:51 -0800 |
commit | be5187718c0f1791a692b7743aca51ea5f37649e (patch) | |
tree | 6aaf42224e082f371028666af0c9c70ff1dcce28 /view/tpl/settings_addons.tpl | |
parent | 14183b8fb548b6525d6ce98b52ce5ec7f2580f2e (diff) | |
download | volse-hubzilla-be5187718c0f1791a692b7743aca51ea5f37649e.tar.gz volse-hubzilla-be5187718c0f1791a692b7743aca51ea5f37649e.tar.bz2 volse-hubzilla-be5187718c0f1791a692b7743aca51ea5f37649e.zip |
provide usage hint on addon settings page to save each panel before opening another. [String change, not for 3.2]
Diffstat (limited to 'view/tpl/settings_addons.tpl')
-rwxr-xr-x | view/tpl/settings_addons.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl index 52f8d9d3f..2a925f1f7 100755 --- a/view/tpl/settings_addons.tpl +++ b/view/tpl/settings_addons.tpl @@ -1,5 +1,6 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper"> + <div class="descriptive-text pull-right">{{$descrip}}</div> <h2>{{$title}}</h2> </div> <form action="settings/featured" method="post" autocomplete="off"> |