Mercurial > libervia-web
comparison src/browser/sat_browser/file_tools.py @ 648:6d3142b782c3 frontends_multi_profiles
browser_side: classes reorganisation:
- moved widgets in dedicated modules (base, contact, editor, libervia) and a widget module for single classes
- same thing for panels (base, main, contact)
- libervia_widget mix main panels and widget and drag n drop for technical reasons (see comments)
- renamed WebPanel to WebWidget
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 26 Feb 2015 18:10:54 +0100 |
parents | 5d8632a7bfde |
children | 9877607c719a |
comparison
equal
deleted
inserted
replaced
647:e0021d571eef | 648:6d3142b782c3 |
---|---|
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 | 19 |
20 from sat.core.log import getLogger | 20 from sat.core.log import getLogger |
21 log = getLogger(__name__) | 21 log = getLogger(__name__) |
22 from constants import Const as C | 22 from constants import Const as C |
23 from sat.core.i18n import D_ | 23 from sat.core.i18n import _, D_ |
24 from pyjamas.ui.FileUpload import FileUpload | 24 from pyjamas.ui.FileUpload import FileUpload |
25 from pyjamas.ui.FormPanel import FormPanel | 25 from pyjamas.ui.FormPanel import FormPanel |
26 from pyjamas import Window | 26 from pyjamas import Window |
27 from pyjamas import DOM | 27 from pyjamas import DOM |
28 from pyjamas.ui.VerticalPanel import VerticalPanel | 28 from pyjamas.ui.VerticalPanel import VerticalPanel |