modal_forms.admin.inc |
modal_forms.admin.inc |
|
Administrative page callbacks for the modal_forms module. |
modal_forms.info |
modal_forms.info |
|
name = Modal forms
description = This module use ctools modal feature to open some common forms in a modal window.
dependencies[] = ctools
core = 6.x |
modal_forms.install |
modal_forms.install |
|
Contains install and update functions for modal_forms. |
modal_forms.module |
modal_forms.module |
|
Modal Forms allows you to activate a Ctools based
ajax modal on common Drupal forms |
modal_forms.pages.inc |
modal_forms.pages.inc |
|
Page callbacks for the modal_forms module. |
modal_forms_popup.css |
css/modal_forms_popup.css |
|
/* Reset some styles from system.css and modal.css */
div.modal-forms-modal-content .resizable-textarea {
margin-left: 0;
margin-right: 0;
}
div.modal-forms-modal-content .form-item label {
float: none;
width:… |