diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-03-14 02:07:23 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-03-14 02:07:23 -0400 |
commit | 9050b9f970dc6531c749be488f57f7c14a89b77a (patch) | |
tree | b2cb5d3a5495ecf7789e654d3f971e87fe632d7e /usr | |
parent | 397c4d6da87454c2ae58fe24da2ebb72ff718384 (diff) | |
download | pfsense-9050b9f970dc6531c749be488f57f7c14a89b77a.zip pfsense-9050b9f970dc6531c749be488f57f7c14a89b77a.tar.gz |
Make NOTE bold
Diffstat (limited to 'usr')
-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 40fd659..819cd0a 100644 --- a/usr/local/www/widgets/widgets/picture.widget.php +++ b/usr/local/www/widgets/widgets/picture.widget.php @@ -75,7 +75,7 @@ if($_POST) { <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"></p> <input id="submita" name="submita" type="submit" class="formbtn" value="Upload" /><br/> - NOTE: Best image size is 350x350 or smaller. + <b>NOTE:</b> Best image size is 350x350 or smaller. </form> </div> |