CHANGELOG.txt |
CHANGELOG.txt |
|
Feedback x.x-x.x, xxxx-xx-xx
----------------------------
Feedback 5.x-2.x, xxxx-xx-xx
----------------------------
#387818 by antgiant: Fixed width of feedback textarea.
#688306 by Berdir: Fixed compatibility with PHP 5.3.
Feedback 5.x-2.1,… |
feedback.css |
feedback.css |
|
/* Reset commonly set styles */
#block-feedback-form,
#block-feedback-form .feedback-link,
#block-feedback-form .feedback-link *,
#block-feedback-form .content,
#block-feedback-form form,
#block-feedback-form form label {
float: none;
margin: 0;
… |
feedback.info |
feedback.info |
|
name = Feedback
description = Allows site visitors and users to report issues about this site.
package = Development
dependencies = jquery_update |
feedback.install |
feedback.install |
|
|
feedback.module |
feedback.module |
|
Allows site visitors and users to report issues about this site. |
README.txt |
README.txt |
|
-- SUMMARY --
Feedback allows visitors and users of a site to report issues for the currently
displayed page, whereas issues could be data or theming related bugs, or also
feature requests.
Site administrators are then able to review and process… |