Skip to content

Commit

Permalink
style="pointer-events: none;"
Browse files Browse the repository at this point in the history
  • Loading branch information
morlandi committed Jan 27, 2019
1 parent 3cf2120 commit 26e4441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/topics/diango_basic_modals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ minimo di informazioni accessorie:
data-icon="fa-keyboard-o"
data-button-save-label="Save"
onclick="openModalDialog(event, '#modal_generic'); return false;">
<i class="fa fa-keyboard-o"></i> Open generic modal (no contents)
<i class="fa fa-keyboard-o" style="pointer-events: none;"></i> Open generic modal (no contents)
</a>

.. figure:: /_static/images/empty_modal_customized.png
Expand Down Expand Up @@ -79,7 +79,7 @@ nel template della pagina principale, e quindi utilizzandone il contesto:
data-icon="fa-keyboard-o"
data-button-save-label="Save"
onclick="openModalDialog(event, '#modal_generic'); return false;">
<i class="fa fa-keyboard-o"></i> Open generic modal (no contents)
<i class="fa fa-keyboard-o" style="pointer-events: none;"></i> Open generic modal (no contents)
</a>
*/
var modal = $(modal_element);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>(4) A generic empty modal for Django</h1>
data-icon="fa-keyboard-o"
data-button-save-label="Save"
onclick="openModalDialog(event, '#modal_generic'); return false;">
<i class="fa fa-keyboard-o"></i> Open generic modal (no contents)
<i class="fa fa-keyboard-o" style="pointer-events: none;"></i> Open generic modal (no contents)
</a>
</li>
</ul>
Expand Down

0 comments on commit 26e4441

Please sign in to comment.