diff options
author | friendica <info@friendica.com> | 2012-12-16 15:49:22 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-16 15:49:22 -0800 |
commit | fa8b4e98b727a2af58fea55e93546089fe9bea2b (patch) | |
tree | 03588905060894dd59077464a1552b3157738133 /view/tpl | |
parent | 5d008a6923b631acf3bad7d82be680cc668475b6 (diff) | |
download | volse-hubzilla-fa8b4e98b727a2af58fea55e93546089fe9bea2b.tar.gz volse-hubzilla-fa8b4e98b727a2af58fea55e93546089fe9bea2b.tar.bz2 volse-hubzilla-fa8b4e98b727a2af58fea55e93546089fe9bea2b.zip |
some cleanup - Thomas we can put the radius/shadow stuff back later for the hipster kids, it's quite distracting at the moment and makes it hard to get serious work done. Hmmm. Wonder if we could make radius/shadow configurable like colours.... and maybe even screen transparency.... that could be interesting.
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/contact_block.tpl | 2 | ||||
-rw-r--r-- | view/tpl/conv_frame.tpl | 3 | ||||
-rw-r--r-- | view/tpl/profile_vcard.tpl | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/view/tpl/contact_block.tpl b/view/tpl/contact_block.tpl index a79648712..a623c4944 100644 --- a/view/tpl/contact_block.tpl +++ b/view/tpl/contact_block.tpl @@ -1,5 +1,5 @@ <div id="contact-block"> -<h4 class="contact-block-h4">$contacts</h4> +<div id="contact-block-numcontacts">$contacts</div> {{ if $micropro }} <a class="allcontact-link" href="viewcontacts/$nickname">$viewcontacts</a> <div class='contact-block-content'> diff --git a/view/tpl/conv_frame.tpl b/view/tpl/conv_frame.tpl index ed3e87050..202b095e7 100644 --- a/view/tpl/conv_frame.tpl +++ b/view/tpl/conv_frame.tpl @@ -9,3 +9,6 @@ </div> <div id="item-delete-selected-end"></div> {{ endif }} + +<img id="page-spinner" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" /> + diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 7ae62330c..51e3a4028 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -48,7 +48,7 @@ </div> - +<div id="vcard-end"></div> $contact_block |