diff options
-rw-r--r-- | usr/local/www/widgets/widgets/picture.widget.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/picture.widget.php b/usr/local/www/widgets/widgets/picture.widget.php index 145768c..144202c 100644 --- a/usr/local/www/widgets/widgets/picture.widget.php +++ b/usr/local/www/widgets/widgets/picture.widget.php @@ -73,7 +73,7 @@ if($_POST) { <div id="picture-settings" class="widgetconfigdiv" style="display:none;"> <form action="/widgets/widgets/picture.widget.php" method="post" name="iforma" enctype="multipart/form-data"> - <input name="pictfile" type="file" class="formfld unknown" id="pictfile" size="20" /> + <input name="pictfile" type="file" class="formbtn" id="pictfile" size="20" /> <input id="submita" name="submita" type="submit" class="formbtn" value="Upload" /><br/> <b>NOTE:</b> Best image size is 350x350 or smaller. </form> |