Browse Source

[DOC] corrected screenshots and description

pull/35/head
x620 8 years ago
parent
commit
5a2b3bd39d
  1. 2
      mail_all/__openerp__.py
  2. BIN
      mail_all/static/description/1.png
  3. BIN
      mail_all/static/description/2.png
  4. 25
      mail_all/static/description/index.html

2
mail_all/__openerp__.py

@ -3,7 +3,7 @@
"name": "Show all messages",
"summary": """Checkout all messages where you have access""",
"category": "Social Network",
"images": [],
"images": ['images/1.png'],
"version": "1.0.0",
"author": "IT-Projects LLC, Pavel Romanchenko",

BIN
mail_all/static/description/1.png

Before

Width: 300  |  Height: 270  |  Size: 15 KiB

After

Width: 750  |  Height: 400  |  Size: 168 KiB

BIN
mail_all/static/description/2.png

Before

Width: 765  |  Height: 400  |  Size: 22 KiB

25
mail_all/static/description/index.html

@ -4,29 +4,16 @@
<h2 class="oe_slogan">Show all messages</h2>
<h3 class="oe_slogan">Checkout all messages where you have access</h3>
</div>
<div class="oe_span6">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<p class="oe_mt32">
The module adds usual menu. This menu shows all messages.
</p>
</div>
<div class="oe_row_img oe_centered">
<img class="oe_picture oe_screenshot" src="1.png"/>
</div>
</div>
<div class="oe_span6">
<p class="oe_mt32">
The module adds usual menu.
</p>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<p class="oe_mt32">
This menu shows all messages.
</p>
</div>
<div class="oe_row_img oe_centered">
<img class="oe_picture oe_screenshot" src="2.png"/>
</div>
</div>
</section>

Loading…
Cancel
Save