html-imagecrop.tpl.php |
html-imagecrop.tpl.php |
|
|
imagecrop-crop-overview.tpl.php |
imagecrop-crop-overview.tpl.php |
|
Imagecrop crop overview template |
imagecrop-crop-ui-advanced.tpl.php |
imagecrop-crop-ui-advanced.tpl.php |
|
|
imagecrop-crop-ui.tpl.php |
imagecrop-crop-ui.tpl.php |
|
|
imagecrop.admin.inc |
includes/imagecrop.admin.inc |
|
Administration tools for the imagecrop module. |
imagecrop.class.inc |
includes/imagecrop.class.inc |
|
Imagecrop class to handle the javascript imagecrop. |
imagecrop.css |
css/imagecrop.css |
|
/** Basic layout **/
body.page-imagecrop {
background: #fff;
height: 100%;
color: #333;
padding: 0 !important;
}
.page-imagecrop a {
color: #0074BD;
}
.page-imagecrop .content {
margin-top: 0;
}
#imagecrop-selection {
border: 1px… |
imagecrop.effects.inc |
includes/imagecrop.effects.inc |
|
Registry for the image style effects from imagecrop. |
imagecrop.info |
imagecrop.info |
|
name = Image javascript crop
description = Provides a javascript crop toolbox via the image effects.
dependencies[] = image
core = 7.x
version = VERSION
files[] = includes/imagecrop.module
files[] = includes/imagecrop.admin.inc
files[] =… |
imagecrop.install |
imagecrop.install |
|
Install / Uninstall file for Imagecrop. |
imagecrop.module |
imagecrop.module |
|
Provides a javascript toolbox through an imagecache action. |
imagecrop.theme.inc |
includes/imagecrop.theme.inc |
|
Theming functions for showing the imagecrop pages. |
jquery.Jcrop.css |
css/jquery.Jcrop.css |
|
/* jquery.Jcrop.css v0.9.10 - MIT License */
/*
The outer-most container in a typical Jcrop instance
If you are having difficulty with formatting related to styles
on a parent element, place any fixes here or in a like selector
You can also… |
README.txt |
README.txt |
|
Description
-----------
This module makes a javascript toolbox action available for image styles.
It can currently 'hook' into several modules by adding a 'javascript crop' link on the edit forms of supported modules and/or fields.… |