Browse Source

[UPDT] Banner Update

pull/175/merge
Ajmal Cybro 4 years ago
parent
commit
68699efd10
  1. 2
      pos_controlled_interface/__manifest__.py
  2. BIN
      products_to_transfer/static/description/images/logo.png
  3. 8
      products_to_transfer/static/description/index.html
  4. BIN
      restrict_pricelist_user/static/description/images/logo.png
  5. 8
      restrict_pricelist_user/static/description/index.html

2
pos_controlled_interface/__manifest__.py

@ -34,7 +34,7 @@
'views/pos_order_form.xml', 'views/pos_order_form.xml',
'views/template.xml', 'views/template.xml',
], ],
'images': ['static/description/banner.jpg'], 'images': ['static/description/banner.png'],
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True, 'installable': True,
'application': False, 'application': False,

BIN
products_to_transfer/static/description/images/logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

8
products_to_transfer/static/description/index.html

@ -1,15 +1,19 @@
<div class="container" style="padding: 1rem !important; margin-bottom: 1rem !important;"> <div class="container" style="padding: 1rem !important; margin-bottom: 1.5rem !important;">
<div class="row"> <div class="row">
<div class="col-sm-12 col-md-12 col-lg-12 d-flex justify-content-between" <div class="col-sm-12 col-md-12 col-lg-12 d-flex justify-content-between"
style="border-bottom: 1px solid #d5d5d5;"> style="border-bottom: 1px solid #d5d5d5;">
<div class="my-3"> <div class="my-3">
<img src="./assets/icons/logo.png" style="width: auto !important; height: 40px !important;"> <img src="./images/logo.png" style="width: auto !important; height: 40px !important;">
</div> </div>
<div class="my-3 d-flex align-items-center"> <div class="my-3 d-flex align-items-center">
<div <div
style="background-color: #7C7BAD !important; color: #fff !important; font-weight: 600 !important; padding: 5px 15px 8px !important; margin: 0 5px !important;"> style="background-color: #7C7BAD !important; color: #fff !important; font-weight: 600 !important; padding: 5px 15px 8px !important; margin: 0 5px !important;">
<i class="fa fa-check mr-1"></i>Community <i class="fa fa-check mr-1"></i>Community
</div> </div>
<div
style="background-color: #875A7B !important; color: #fff !important; font-weight: 600 !important; padding: 5px 15px 8px !important; margin: 0 5px !important;">
<i class="fa fa-check mr-1"></i>Enterprise
</div>
</div> </div>
</div> </div>
</div> </div>

BIN
restrict_pricelist_user/static/description/images/logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

8
restrict_pricelist_user/static/description/index.html

@ -1,15 +1,19 @@
<div class="container" style="padding: 1rem !important; margin-bottom: 1rem !important;"> <div class="container" style="padding: 1rem !important; margin-bottom: 1.5rem !important;">
<div class="row"> <div class="row">
<div class="col-sm-12 col-md-12 col-lg-12 d-flex justify-content-between" <div class="col-sm-12 col-md-12 col-lg-12 d-flex justify-content-between"
style="border-bottom: 1px solid #d5d5d5;"> style="border-bottom: 1px solid #d5d5d5;">
<div class="my-3"> <div class="my-3">
<img src="./assets/icons/logo.png" style="width: auto !important; height: 40px !important;"> <img src="./images/logo.png" style="width: auto !important; height: 40px !important;">
</div> </div>
<div class="my-3 d-flex align-items-center"> <div class="my-3 d-flex align-items-center">
<div <div
style="background-color: #7C7BAD !important; color: #fff !important; font-weight: 600 !important; padding: 5px 15px 8px !important; margin: 0 5px !important;"> style="background-color: #7C7BAD !important; color: #fff !important; font-weight: 600 !important; padding: 5px 15px 8px !important; margin: 0 5px !important;">
<i class="fa fa-check mr-1"></i>Community <i class="fa fa-check mr-1"></i>Community
</div> </div>
<div
style="background-color: #875A7B !important; color: #fff !important; font-weight: 600 !important; padding: 5px 15px 8px !important; margin: 0 5px !important;">
<i class="fa fa-check mr-1"></i>Enterprise
</div>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save