-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #671 from boxwise/feat/forward-assort-products-to-v2
Add Tab In Manage Product And Restrict Editing For Standard ASSORT Products
- Loading branch information
Showing
3 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{if $listdata[$column['field']]['breakall']}<span class="breakall">{/if} | ||
{$row[$column['field']]|strip_tags:false|truncate} | ||
{if !empty($row['standard_product_id'])} | ||
<span class="list-toggle-value hide">{$row['standard_product_id']}</span> | ||
<span class="list-toggle inside-list-start-operation stay active"> | ||
<span class="fa fa-circle-o"></span> | ||
<span class="fa fa-check-circle active" title="This product is part of the ASSORT standard"></span> | ||
</span> | ||
{/if} | ||
{if $listdata[$column['field']]['breakall']}</span>{/if} |