CHANGELOG.txt |
CHANGELOG.txt |
|
Img_Assist 6.x-2.x, xxxx-xx-xx
------------------------------
#909434 by sun: Fixed image reference block shows unpublished nodes.
#900948 by tinker: Fixed wrong path to drupalimage.gif in img_assist.css.
#669092 by iko: Fixed original size is… |
img-assist-browser-thumbnail.tpl.php |
theme/img-assist-browser-thumbnail.tpl.php |
|
This template outputs individual thumbnails in Image assist's image browser. |
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
dependencies[] = views
package =… |
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.views.inc |
includes/img_assist.views.inc |
|
Views integration for Image assist. |
img_assist.views_default.inc |
includes/img_assist.views_default.inc |
|
Default views for Image assist module. |
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: #efefef none;
}
/*… |
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… |
theme.inc |
theme/theme.inc |
|
Theme functions for Image assist. |