CHANGELOG.txt |
CHANGELOG.txt |
|
5.x.1-4
-------
- #325318 by neochief: crop actions don't catch presetid if files directory is not default
- Missing t in conten line of node images
- $title in theme_imagecrop_result simply didn't exist
5.x.1-3
-------
- Oops release:… |
imagecrop.css |
imagecrop.css |
|
/* add important to override folks using admin_menu */
body { margin: 0 !important; padding: 0; background: none !important; }
/* default colors and divs */
#imagecrop_presettabs {
padding: 3px;
color: #fff;
font-weight: bold;
… |
imagecrop.info |
imagecrop.info |
|
name = Imagecache javascript crop
description = Provides a javascript crop toolbox via the imagecache action.
package = ImageCache
dependencies = imagecache imageapi
version = VERSION |
imagecrop.install |
imagecrop.install |
|
Install file. |
imagecrop.module |
imagecrop.module |
|
Provides a javascript toolbox through an imagecache action. |
imagecrop_actions.inc |
imagecrop_actions.inc |
|
Imagecache actions implementation. |
page-imagecrop.tpl.php |
page-imagecrop.tpl.php |
|
|
README.txt |
README.txt |
|
Description
-----------
This module makes a javascript toolbox action available thanks to the power
of Imagecache 2. It can currently 'hook' into several modules by adding
a 'javascript crop' link on the edit forms of supported… |