Ignore:
Timestamp:
Nov 11, 2011, 7:11:38 PM (12 years ago)
Author:
mistic100
Message:

display thumbnails on mails and subscriptions list
fix misplaced field on comment form
move management link to profile page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Subscribe_to_comments/template/subscribtions_page.tpl

    r12600 r12607  
    55{if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
    66
    7 <div id="content" class="content">
     7<div id="content" class="content stc">
    88  <div class="titrePage">
    99    <ul class="categoryActions">
     
    5858  <form action="{$MANAGE_LINK}" method="post">
    5959  <fieldset>
    60     <legend>{'Manage my subscriptions'|@translate}</legend>
     60    <legend>{'Manage my subscriptions to comments'|@translate}</legend>
    6161    <table class="subscriptions_list">
    62       <tr class="throw">
    63         <th>{'Item'|@translate}</th>
    64         <th>{'Date'|@translate}</th>
    65         <th>{'Unsubscribe'|@translate}</th>
    66       </tr>
    6762      {foreach from=$subscriptions item=sub name=subs_loop}
    6863      <tr class="{if $smarty.foreach.subs_loop.index is odd}row1{else}row2{/if}">
     64        <td><img src="{$sub.infos.thumbnail}" alt="{$sub.infos.name}" class="thumbnail"></td>
    6965        <td>
    7066          {if $sub.type == 'image'}
     
    7470          {/if}
    7571          <a href="{$sub.infos.url}">{$sub.infos.name}</a>
     72          <br>{$sub.registration_date}
    7673        </td>
    77         <td>{$sub.registration_date}</td>
    7874        <td><a href="{$MANAGE_LINK}&amp;unsubscribe={$sub.id}">{'Unsubscribe'|@translate}</a></td>
    7975      </tr>
Note: See TracChangeset for help on using the changeset viewer.