app/Plugin/ProductOption42/Resource/template/admin/Product/product_list.twig line 1

Open in your IDE?
  1. {#
  2. * Plugin Name : ProductOption
  3. *
  4. * Copyright (C) BraTech Co., Ltd. All Rights Reserved.
  5. * http://www.bratech.co.jp/
  6. *
  7. * For the full copyright and license information, please view the LICENSE
  8. * file that was distributed with this source code.
  9. #}
  10. {% for p in pagination %}
  11.     <div id="p{{ loop.index }}" style="display:none;">{{ url('admin_product_product_option', { id : p.id }) }}</div>
  12.     <div id="pr{{ loop.index }}" style="display:none;">{{ url('admin_product_product_option_rank', { id : p.id }) }}</div>
  13. {% endfor %}
  14. <div id="productoption_text" style="display:none;">
  15.     {{ 'productoption.admin.common.option'|trans }}
  16. </div>