Mercurial > libervia-web
comparison browser_side/menu.py @ 183:a50ce9c06e0e
browser side: fixed typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 03 Mar 2013 00:24:08 +0100 |
parents | c0b78a3af06d |
children | 3092f6b1710c |
comparison
equal
deleted
inserted
replaced
182:ec37ec737411 | 183:a50ce9c06e0e |
---|---|
73 self.close_cb = close_cb | 73 self.close_cb = close_cb |
74 self.setEncoding(FormPanel.ENCODING_MULTIPART) | 74 self.setEncoding(FormPanel.ENCODING_MULTIPART) |
75 self.setMethod(FormPanel.METHOD_POST) | 75 self.setMethod(FormPanel.METHOD_POST) |
76 self.setAction("upload_avatar") | 76 self.setAction("upload_avatar") |
77 self.vPanel = VerticalPanel() | 77 self.vPanel = VerticalPanel() |
78 self.message = HTML('Please select an image to show as your avatar...<br>Your picture must be a square an will be resized to 64x64 pixels if necessary') | 78 self.message = HTML('Please select an image to show as your avatar...<br>Your picture must be a square and will be resized to 64x64 pixels if necessary') |
79 self.vPanel.add(self.message) | 79 self.vPanel.add(self.message) |
80 | 80 |
81 hPanel = HorizontalPanel() | 81 hPanel = HorizontalPanel() |
82 hPanel.setSpacing(5) | 82 hPanel.setSpacing(5) |
83 self.file_upload = FileUpload() | 83 self.file_upload = FileUpload() |