diff options
author | redmatrix <git@macgirvin.com> | 2016-07-15 01:43:09 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-15 01:43:09 -0700 |
commit | d54f5a3831ec003468e33185318a060711cb9c09 (patch) | |
tree | 9d9cd6c1e6b011f9000b7775a6b9b787c944e34f /view/tpl/settings_tokens.tpl | |
parent | 5e475acb85cac2dd87f92f6c8d51dc0071e5c2eb (diff) | |
download | volse-hubzilla-d54f5a3831ec003468e33185318a060711cb9c09.tar.gz volse-hubzilla-d54f5a3831ec003468e33185318a060711cb9c09.tar.bz2 volse-hubzilla-d54f5a3831ec003468e33185318a060711cb9c09.zip |
more cleanup of atoken UI
Diffstat (limited to 'view/tpl/settings_tokens.tpl')
-rw-r--r-- | view/tpl/settings_tokens.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/settings_tokens.tpl b/view/tpl/settings_tokens.tpl index 73c6e9a64..a81d65dfc 100644 --- a/view/tpl/settings_tokens.tpl +++ b/view/tpl/settings_tokens.tpl @@ -3,6 +3,7 @@ <h2>{{$title}}</h2> <div class="clear"></div> </div> + <div class="atoken-text descriptive-text">{{$desc}}</div> <form action="settings/tokens" id="settings-account-form" method="post" autocomplete="off" > <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> {{if $atoken}}<input type="hidden" name="atoken_id" value="{{$atoken.atoken_id}}" />{{/if}} |