app/Plugin/CustomerRank42/Resource/template/admin/Order/order_index.twig line 1

Open in your IDE?
  1. {#
  2. * Plugin Name : CustomerRank
  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. <div id="search_customer_rank" style="display:none;">
  11.     <div class="row mb-2">
  12.         <div class="col">
  13.             <div class="row">
  14.                 <div class="col-12">
  15.                 <p class="col-form-label">{{ 'customerrank.common.rank'|trans }}</p>
  16.                 {{ form_widget(searchForm.customer_rank, { 'label_attr': { 'class': 'checkbox-inline'}}) }}
  17.                 {{ form_errors(searchForm.customer_rank) }}
  18.                 <p style="color:#F00;">{{ 'customerrank.admin.order.index.search.description.customerrank'|trans }}</p>
  19.                 </div>
  20.             </div>
  21.         </div>
  22.         <div class="col">
  23.         </div>
  24.     </div>
  25. </div>