diff --git a/contrib/resize/style.css b/contrib/resize/style.css new file mode 100644 index 00000000..ccfc01c2 --- /dev/null +++ b/contrib/resize/style.css @@ -0,0 +1,5 @@ +form#form_resize { + float: left; + margin: 0; + width: 60%; +} diff --git a/contrib/resize/theme.php b/contrib/resize/theme.php index 0b73749e..ee920b81 100644 --- a/contrib/resize/theme.php +++ b/contrib/resize/theme.php @@ -36,7 +36,8 @@ class ResizeImageTheme extends Themelet { $image = Image::by_id($image_id); $thumbnail = $this->build_thumb_html($image, null); - $html = "
Resize Image ID ".$image_id."
".$thumbnail."
Resize Image ID ".$image_id."
".$thumbnail."
Please note: You will have to refresh the image page, or empty your browser cache.
Enter the new size for the image, or leave blank to scale the image automatically.
Replacing Image ID ".$image_id."
Please note: You will have to refresh the image page, or empty your browser cache.
Replacing Image ID ".$image_id."
Please note: You will have to refresh the image page, or empty your browser cache.