Ignore:
Timestamp:
May 17, 2010, 7:46:39 PM (14 years ago)
Author:
grum
Message:

Fix some bugs on the request builder and improve results display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/templates/GPCRequestBuilder_result.tpl

    r6106 r6208  
    55      <tr>
    66        <td>
    7           <img src='{$row.imageThumbnail}'>
     7          <img class="thumbnail" src='{$row.imageThumbnail}'>
    88        </td>
    99
    1010        <td class="rbResultItemDetail">
    11           {$row.imageId}<br>
    12           {$row.imageName}<br>
    13           {$row.imagePath}<br>
    14           {$row.imageCategories}<br>
     11          {if $row.imageName!=''}{$row.imageName}<br>{/if}
     12          {foreach from=$row.imageCategories key=catname item=catdata name=catlist}
     13<a href="{$catdata.link}">{$catdata.name}</a>{if $smarty.foreach.catlist.last}<br/>{else},&nbsp;{/if}
     14          {/foreach}
    1515          <hr>
    1616          {foreach from=$row.plugin item=plugin}
Note: See TracChangeset for help on using the changeset viewer.