mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[UPD] README.rst
This commit is contained in:
@@ -51,9 +51,9 @@ Features
|
||||
|listview|
|
||||
|
||||
|
||||
.. |picker| image:: ./images/picker.png
|
||||
.. |formview| image:: ./images/form_view.png
|
||||
.. |listview| image:: ./images/list_view.png
|
||||
.. |picker| image:: https://raw.githubusercontent.com/OCA/web/12.0/web_widget_color/images/picker.png
|
||||
.. |formview| image:: https://raw.githubusercontent.com/OCA/web/12.0/web_widget_color/images/form_view.png
|
||||
.. |listview| image:: https://raw.githubusercontent.com/OCA/web/12.0/web_widget_color/images/list_view.png
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
||||
@@ -374,17 +374,17 @@ ul.auto-toc {
|
||||
<h1>Features</h1>
|
||||
<ul>
|
||||
<li><p class="first">The picker allow the user to quickly select a color on edit mode</p>
|
||||
<p><img alt="picker" src="./images/picker.png" /></p>
|
||||
<p><img alt="picker" src="https://raw.githubusercontent.com/OCA/web/12.0/web_widget_color/images/picker.png" /></p>
|
||||
<div class="admonition note">
|
||||
<p class="first admonition-title">Note</p>
|
||||
<p class="last">Notice how html code and the background color is updating when selecting a color.</p>
|
||||
</div>
|
||||
</li>
|
||||
<li><p class="first">Display the color on form view when you are not editing it</p>
|
||||
<p><img alt="formview" src="./images/form_view.png" /></p>
|
||||
<p><img alt="formview" src="https://raw.githubusercontent.com/OCA/web/12.0/web_widget_color/images/form_view.png" /></p>
|
||||
</li>
|
||||
<li><p class="first">Display the color on list view to quickly find what’s wrong!</p>
|
||||
<p><img alt="listview" src="./images/list_view.png" /></p>
|
||||
<p><img alt="listview" src="https://raw.githubusercontent.com/OCA/web/12.0/web_widget_color/images/list_view.png" /></p>
|
||||
</li>
|
||||
</ul>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
|
||||
Reference in New Issue
Block a user