CHANGELOG.txt |
CHANGELOG.txt |
|
Img_Assist x.x-x.x, xxxx-xx-xx
------------------------------
Img_Assist 5.x-2.x, xxxx-xx-xx
------------------------------
#432124 by sun: Fixed stale README.txt recommendation about unpublished images.
#119336 by sun: Fixed Drupal messages should… |
img_assist.css |
img_assist.css |
|
span.inline-left {
display: block;
float: left;
margin: 5px 5px 5px 0px;
}
span.inline-right {
display: block;
float: right;
margin: 5px 0px 5px 5px;
}
span.inline-center {
display: block;
text-align: center;
}
span.inline .caption {
… |
img_assist.css |
drupalimage/css/img_assist.css |
|
.mceItemDrupalImage {
border: 1px dotted #cc0000;
background-image: url('images/drupalimage.gif');
background-position: center;
background-repeat: no-repeat;
background-color: #ffffcc;
} |
img_assist.info |
img_assist.info |
|
name = Image assist
description = This module allows users to upload and insert inline images into posts. It automatically generates an Add image link under the textarea fields of your choice.
dependencies = image jquery_update
package = Image |
img_assist.install |
img_assist.install |
|
|
img_assist.module |
img_assist.module |
|
Image Assist module |
img_assist.token.inc |
includes/img_assist.token.inc |
|
|
img_assist_popup.css |
img_assist_popup.css |
|
body#img_assist_popup {
margin: 0;
padding: 0;
}
body.img_assist {
margin: 0px;
padding: 5px;
width: auto;
min-width: 0;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
background-color: #efefef;
}
/*… |
README.txt |
README.txt |
|
-- SUMMARY --
Image Assist provides a user interface for adding images to any textarea that is
aware of input formats.
For a full description visit the project page:
http://drupal.org/project/img_assist
Bug reports, feature suggestions and latest… |