summaryrefslogtreecommitdiff
path: root/assembly_views/fixed_grid/stock_fixed_grid_inc3.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'assembly_views/fixed_grid/stock_fixed_grid_inc3.tpl')
-rwxr-xr-xassembly_views/fixed_grid/stock_fixed_grid_inc3.tpl43
1 files changed, 0 insertions, 43 deletions
diff --git a/assembly_views/fixed_grid/stock_fixed_grid_inc3.tpl b/assembly_views/fixed_grid/stock_fixed_grid_inc3.tpl
deleted file mode 100755
index 2db927b..0000000
--- a/assembly_views/fixed_grid/stock_fixed_grid_inc3.tpl
+++ /dev/null
@@ -1,43 +0,0 @@
-{strip}
-<div class="display stock container">
- <div class="header col-xs-12">
- {include file="bitpackage:stock/assembly_icons_inc.tpl"}
- <h1>{$gContent->getTitle()|escape}</h1>
- </div>
-
- <div class="body col-xs-12">
- {formfeedback success=$stockSuccess error=$stockErrors warning=$stockWarnings}
-
- {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo}
- {if $gContent->mInfo.data}
- <p>{$gContent->mInfo.data|escape}</p>
- {/if}
-
- <div class="col-xs-12">
- {foreach from=$gContent->mItems item=galItem key=itemContentId}
- <div class="col-md-4 col-sm-6 col-xs-12">
- <div class="gallery-box">
- <a href="{$galItem->getDisplayUrl()|escape}">
- <h3>{$galItem->mInfo.title|escape}</h3>
- </a>
- {if $galItem->mInfo.data}
- <p class="text-muted">{$galItem->mInfo.data|truncate:120|escape}</p>
- {/if}
- </div>
- </div>
- {foreachelse}
- <p class="norecords">{tr}This assembly has no components.{/tr}</p>
- {/foreach}
- </div>
- <div class="clear"></div>
- </div><!-- end .body -->
-
- {pagination content_id=$gContent->mContentId}
-
- {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='view' serviceHash=$gContent->mInfo}
-
- {if $gContent->getPreference('allow_comments') eq 'y'}
- {include file="bitpackage:liberty/comments.tpl"}
- {/if}
-</div><!-- end .stock -->
-{/strip}