diff options
author | friendica <info@friendica.com> | 2013-07-03 01:50:39 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-03 01:50:39 -0700 |
commit | 8369a8a7559391ea6cb2757b5093bcf47aed0ed1 (patch) | |
tree | 9a9bc185f4e0b8c331eeff3a75eca976bd0656c4 /view/tpl/abook_edit.tpl | |
parent | fd74c5b2ce303ba7018b139c033c6f92ea134751 (diff) | |
download | volse-hubzilla-8369a8a7559391ea6cb2757b5093bcf47aed0ed1.tar.gz volse-hubzilla-8369a8a7559391ea6cb2757b5093bcf47aed0ed1.tar.bz2 volse-hubzilla-8369a8a7559391ea6cb2757b5093bcf47aed0ed1.zip |
progress on multiple profiles, doing it the old way. I don't think we're going to be able to do it the new way - way too complicated.
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 442692b3d..c373976ab 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -75,6 +75,15 @@ </div> +{{if $multiprofs }} +<div> +<h3>{{$lbl_vis1}}</h3> +<div>{{$lbl_vis2}}</div> + +{{$profile_select}} +</div> +{{/if}} + <input class="contact-edit-submit" type="submit" name="done" value="{{$submit}}" /> </form> |