diff options
author | marijus <mario@localhost.localdomain> | 2013-10-13 22:24:33 +0200 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-10-13 22:24:33 +0200 |
commit | 2d23fcfe5a150987a7ac079df0b2113b082f1fca (patch) | |
tree | 94d90ba4a1d0b113238ff3e404622c5e82f7bf59 /view/tpl | |
parent | d5aa7aacbe76af0e391397929260aa68f91153dc (diff) | |
download | volse-hubzilla-2d23fcfe5a150987a7ac079df0b2113b082f1fca.tar.gz volse-hubzilla-2d23fcfe5a150987a7ac079df0b2113b082f1fca.tar.bz2 volse-hubzilla-2d23fcfe5a150987a7ac079df0b2113b082f1fca.zip |
reorder items in private-mail - the delete button is on the right side everywhere else...
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/mail_list.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl index e6ddf3651..24966ad1d 100755 --- a/view/tpl/mail_list.tpl +++ b/view/tpl/mail_list.tpl @@ -1,7 +1,8 @@ <div class="generic-content-wrapper" id="mail-list-wrapper"> - <span class="mail-list mail-list-remove"><a href="message/dropconv/{{$id}}" onclick="return confirmDelete();" title="{{$delete}}" ><i class="icon-remove mail-icons drop-icons"></i></a></span> <a href="{{$from_url}}" class ="mail-list" ><img class="mail-list-sender-photo" src="{{$from_photo}}" alt="{{$from_name}}" /></a> <span class="mail-list">{{$from_name}}</span> <span class="mail-list" {{if $seen}}seen{{else}}unseen{{/if}}"><a href="message/{{$id}}" class="mail-link">{{$subject}}</a></span> <span class="mail-list" title="{{$date}}">{{$date}}</span> + <span class="mail-list mail-list-remove"><a href="message/dropconv/{{$id}}" onclick="return confirmDelete();" title="{{$delete}}" ><i class="icon-remove mail-icons drop-icons"></i></a></span> + <div class="clear"> </div> </div> |