diff options
author | friendica <info@friendica.com> | 2014-07-22 20:20:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-22 20:20:01 -0700 |
commit | 8dc3446be4ae26afdbf42cbaeb8b572f5a4658a0 (patch) | |
tree | 8059a679ef4fcae2c645a5ca58ad670440e16c72 /view/tpl | |
parent | 1476812e9098e18e266d0fddf4575234f28561f9 (diff) | |
download | volse-hubzilla-8dc3446be4ae26afdbf42cbaeb8b572f5a4658a0.tar.gz volse-hubzilla-8dc3446be4ae26afdbf42cbaeb8b572f5a4658a0.tar.bz2 volse-hubzilla-8dc3446be4ae26afdbf42cbaeb8b572f5a4658a0.zip |
when telling somebody that permissions have changed but not yet submitted, give them a submit button *right there* so they don't have to look for it.
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 9b12b5f29..f7bcb56c3 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -35,6 +35,10 @@ <input id="contact-closeness-mirror" type="hidden" name="closeness" value="{{$close}}" /> <div class="abook-permschange" style="display: none;"></div> +<div class="abook-permssave" style="display: none;"> +<input class="contact-edit-submit" type="submit" name="done" value="{{$submit}}" /> +</div> + {{if $is_pending}} <div class="abook-pending-contact"> |