diff options
Diffstat (limited to 'templates/center_list_components.tpl')
| -rwxr-xr-x | templates/center_list_components.tpl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/center_list_components.tpl b/templates/center_list_components.tpl deleted file mode 100755 index f861b9a..0000000 --- a/templates/center_list_components.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{strip} -{if $thumbnailList || $showEmpty} - <div class="listing stock"> - <div class="header"> - <h2>{$stock_center_params.title|default:"{tr}Components{/tr}"}</h2> - </div> - - <div class="body"> - {foreach from=$thumbnailList key=componentId item=component} - <div><a href="{$component.display_url}">{$component.title|escape}</a></div> - {foreachelse} - {tr}No records found{/tr} - {/foreach} - <p><a href="{$smarty.const.STOCK_PKG_URL}list_assemblies.php?user_id={$gQueryUserId}">{tr}View More{/tr}...</a></p> - </div><!-- end .body --> - </div><!-- end .stock --> -{/if} -{/strip} |
