diff options
author | Thomas Willingham <founder@kakste.com> | 2013-08-24 17:01:39 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-08-24 17:01:39 +0100 |
commit | 6999fb586ba90e9f1c79e9f09f4035f63fb925fd (patch) | |
tree | 63a03ab3527aa6a329550894f87f6ce8157493fd /view/tpl/mail_list.tpl | |
parent | 608e04c65eb2433a1cece9b5798f8577b611a288 (diff) | |
download | volse-hubzilla-6999fb586ba90e9f1c79e9f09f4035f63fb925fd.tar.gz volse-hubzilla-6999fb586ba90e9f1c79e9f09f4035f63fb925fd.tar.bz2 volse-hubzilla-6999fb586ba90e9f1c79e9f09f4035f63fb925fd.zip |
Generic wrapper classes makes themeing loads easier
Diffstat (limited to 'view/tpl/mail_list.tpl')
-rwxr-xr-x | view/tpl/mail_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl index fc4af8ddd..8a6eeed56 100755 --- a/view/tpl/mail_list.tpl +++ b/view/tpl/mail_list.tpl @@ -1,4 +1,4 @@ -<div class="mail-list-wrapper"> +<div class="generic-list-wrapper id="mail-list-wrapper"> <span class="mail-delete"><a href="message/dropconv/{{$id}}" onclick="return confirmDelete();" title="{{$delete}}" class="icon drophide mail-list-delete delete-icon" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></a></span> <a href="{{$from_url}}" class="mail-list-sender-url" ><img class="mail-list-sender-photo" src="{{$from_photo}}" alt="{{$from_name}}" /></a> <span class="mail-from">{{$from_name}}</span> |