flagging_dialog.css |
flagging_dialog.css |
|
/**
* Handles a Drupal bug: the CSS for the throbber messes up the buttons.
* See also http://drupal.org/node/769936
*/
#dialog .form-actions .progress-disabled, #dialog .form-actions .ajax-progress {
float: none !important;
}
#dialog… |
flagging_dialog.info |
flagging_dialog.info |
|
name = Flag dialog
description = Makes the flag form show in a dialog box.
core = 7.x
package = Flags
dependencies[] = flagging_form
dependencies[] = dialog |
flagging_dialog.module |
flagging_dialog.module |
|
Provides menu callbacks for displaying the flagging forms in a dialog box. |
flagging_form.info |
flagging_form.info |
|
name = Flagging form
description = Provides a form for filling-out fields attached to flags.
core = 7.x
package = Flags
dependencies[] = flag (3.x) |
flagging_form.module |
flagging_form.module |
|
Provides forms for editing and deleting a flagging. |
README.txt |
README.txt |
|
Overview
========
Flag for Durpal 7 allows administrators to attach fields to flags.
This module, Flag forms, provides a form for filling out these fields.
See also
=========
Article demonstrating this functionality,… |