clipbucket/upload/styles/cbv3/layout/private_message.html
Fawaz ef791c0b7c Fixed : Admin Area Recreate thumbs page
Added : Set as avatar code
Added : Avatar Collection for user
Added : new param avatar_collection in get_collections() method
Fixed : crop value in thumbs_dimensions
Added : is_avatar param in get_photos() method
Added : photo_dimensions filter in generate_photos() method
Fixed : insert_photo() method
Moved : insert_photo_colors in insert_photo() method from view_item.php page
Updated : get_image_type() method
Updated : getFileSmarty() method
Added : An anchor in getFileSmarty() 'photo_thumb'
Fixed : cropping cases in resizer.class.php
Updated : $Upload->upload_user_file to upload_new_avatar
Removed : cb_create_user_avatar_collection() from common.php
Registered : delete_photo_avatar() function @delete_photo
Added : validate_image_file() function. It uses our old image.class.php method
Added : get_mature_thumb() function. It has three parameters, object_array, size, output. You can also register custom thumb @mature_thumb
Added : Few new functions for photos. get_all_custom_size_photos(), get_photo_dimensions(), clean_custom_photo_size(), get_avatar_photos() and is_photo_viewable()
Added : new js function, displayConfirm(). It accepts four parameters. id( modal box id), confirmMessage( modal box body), onConfirm( either url or function ) and heading(modal box header)
2012-05-28 07:10:27 +00:00

20 lines
No EOL
742 B
HTML

{include_template_file file="blocks/account-left.html"}
<div class="account-right">
{if $mode =='inbox'}
<h2 class="page-header">{lang code='private_messages'} &raquo; {lang code='inbox'}</h2>
{include file="$style_dir/blocks/pm/messages.html" show_from='true'}
{/if}
{if $mode =='notification'}
<h2 class="page-header">{lang code='private_messages'} &raquo; {lang code='notifications'}</h2>
{include file="$style_dir/blocks/pm/messages.html" show_from='true'}
{/if}
{if $mode =='sent'}
<h2 class="page-header">{lang code='private_messages'} &raquo; {lang code='sent'}</h2>
{include file="$style_dir/blocks/pm/messages.html" show_to='true'}
{/if}
</div>