Ignore:
Timestamp:
Jul 11, 2012, 12:20:27 PM (12 years ago)
Author:
mistic100
Message:

-add complete breadcrumb
-AJAX for add/remove photos (more faster)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/template/list.tpl

    r16597 r16608  
    3535    <li {if $col.active}class="active"{/if}>
    3636      <p class="collecTitle">
    37         <a href="{$col.U_VIEW}" rel="nofollow"><b>{$col.name}</b></a>
    38         <i>{'%d images'|@translate|@sprintf:$col.nb_images}</i>
     37        <a href="{$col.U_EDIT}" rel="nofollow"><b>{$col.name}</b></a>
     38        <i>{'%d photos'|@translate|@sprintf:$col.nb_images}</i>
    3939      </p>
    4040      <p class="collecActions">
     
    6161      </p>
    6262      <p class="collecTitle">
    63         <a href="{$col.U_VIEW}" rel="nofollow"><b>{$col.name}</b></a>
    64         <i>{'%d images'|@translate|@sprintf:$col.nb_images}</i>
     63        <a href="{$col.U_EDIT}" rel="nofollow"><b>{$col.name}</b></a>
     64        <i>{'%d photos'|@translate|@sprintf:$col.nb_images}</i>
    6565      </p>
    6666      <p class="collecActions">
Note: See TracChangeset for help on using the changeset viewer.