diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-09-29 01:20:39 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-09-29 01:20:39 -0500 |
commit | 0881c04cea53b68fba070ebb4490055064bc537d (patch) | |
tree | 1785aa2947ac6d472fc03ca5954f85102222df2f /view/contact_edit.tpl | |
parent | ffa3b67365741d77b9a21b8505e4661668e6b561 (diff) | |
download | volse-hubzilla-0881c04cea53b68fba070ebb4490055064bc537d.tar.gz volse-hubzilla-0881c04cea53b68fba070ebb4490055064bc537d.tar.bz2 volse-hubzilla-0881c04cea53b68fba070ebb4490055064bc537d.zip |
classes added to core + testbubble theme
some fixes to testbubble theme related to tab styling
Diffstat (limited to 'view/contact_edit.tpl')
-rw-r--r-- | view/contact_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/contact_edit.tpl b/view/contact_edit.tpl index 86ebb5608..248140a6b 100644 --- a/view/contact_edit.tpl +++ b/view/contact_edit.tpl @@ -35,7 +35,7 @@ $nettype <div id="contact-edit-last-update-text">$lastupdtext<span id="contact-edit-last-updated">$last_update</span></div> <div id="contact-edit-poll-text">$updpub</div> $poll_interval - <div id="contact-edit-update-now"><a href="contacts/$contact_id/update" >$udnow</a></div> + <div id="contact-edit-update-now" class="button"><a href="contacts/$contact_id/update" >$udnow</a></div> </div> {{ endif }} </div> |