Index: trunk/ippMonitor/raw/ipp.php
===================================================================
--- trunk/ippMonitor/raw/ipp.php	(revision 26456)
+++ trunk/ippMonitor/raw/ipp.php	(revision 26888)
@@ -651,5 +651,5 @@
 // expect image supplied with key=name
 // this function should define matching hidden inputs in the form
-function insert_image ($rule) {
+function insert_image ($rule, $size) {
 
   if ($_SERVER[REQUEST_METHOD] == 'GET') { 
@@ -666,5 +666,5 @@
 
   if ($basename && $camera && $rule) {
-    echo "<img src=\"getimage.php?name=$basename&rule=$rule&camera=$camera&class_id=$class_id\">\n";
+    echo "<img $size src=\"getimage.php?name=$basename&rule=$rule&camera=$camera&class_id=$class_id\">\n";
   }
 }
