diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-09 01:18:31 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-09 01:18:31 +0000 |
commit | bec565cdc3403c5f7577af89ada4b7f1df110a36 (patch) | |
tree | 73f31e514fd4103caca769c34edcac6fb41fa6fe /view/tpl/profile_listing_header.tpl | |
parent | 2aef2ed56b83b37e7c8c07a5d651c748f92be696 (diff) | |
download | volse-hubzilla-bec565cdc3403c5f7577af89ada4b7f1df110a36.tar.gz volse-hubzilla-bec565cdc3403c5f7577af89ada4b7f1df110a36.tar.bz2 volse-hubzilla-bec565cdc3403c5f7577af89ada4b7f1df110a36.zip |
Some more buttons. Not ready yet. Changed in private message -submit- to -send-. Confusing in other language(s).
Diffstat (limited to 'view/tpl/profile_listing_header.tpl')
-rwxr-xr-x | view/tpl/profile_listing_header.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/profile_listing_header.tpl b/view/tpl/profile_listing_header.tpl index 856d689f1..c4bc367ba 100755 --- a/view/tpl/profile_listing_header.tpl +++ b/view/tpl/profile_listing_header.tpl @@ -1,11 +1,11 @@ <h1>{{$header}}</h1> -<p id="profile-listing-desc" class="button" > +<p id="profile-listing-desc" class="btn btn-default" > <a href="profile_photo" >{{$chg_photo}}</a> </p> -<p id="profile-stuff-link" class="button"> +<p id="profile-stuff-link" class="btn btn-default"> <a href="thing" title="{{$stuff_desc}}">{{$addstuff}}</a> </p> -<p id="profile-listing-new-link-wrapper" class="button" > +<p id="profile-listing-new-link-wrapper" class="btn btn-default" > <a href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" >{{$cr_new}}</a> </div> |