Commit graph

15 commits

Author SHA1 Message Date
Benjamin Renard
ba41b527c0 Make interface responsive
Adapt components size to view-port size and allow to show/hide menu
2020-06-02 19:56:40 +02:00
Benjamin Renard
47d5ce021d Move some hard-coded messages to template files 2020-05-28 20:24:37 +02:00
Benjamin Renard
873c12d722 LSmail: fix default & light blue CSS 2020-05-28 18:23:04 +02:00
Benjamin Renard
81c8a486d9 Move "Connect as" label translation to template 2020-05-28 16:59:28 +02:00
Benjamin Renard
3fbd9e8073 Move custom JS & CSS handling methods from LSsession to LStemplates
The following method are now offer by LStemplate:
 - addJSscript()
 - addLibJSscript()
 - addJSconfigParam()
 - addCssFile()
 - addLibCssFile()
Old methods are always provided by LSsession, but an deprecated error 
message wil be displayed to alert on it.
2020-05-28 16:56:36 +02:00
Benjamin Renard
90879dc582 LSformElement_wysiwyg: adjust width 2020-05-27 15:56:59 +02:00
Benjamin Renard
e868744ea9 LSaccessRightsMatrixView: Fix translation of relation rigths labels 2020-05-25 15:24:45 +02:00
Benjamin Renard
e8095636b5 Allow multiple type of objects in LSselect & LSattr_html :: select_object and globally rework and improve LSrelation consequently 2020-05-19 17:55:55 +02:00
Benjamin Renard
3cf053cf26 Fix PHP warning in base.tpl template file 2020-05-19 17:10:36 +02:00
Benjamin Renard
8e2c521d18 LSrelation: fix new button opening in LSsmoothbox 2020-05-13 15:41:28 +02:00
Benjamin Renard
de73ffdd60 Rework on template files to use blocks 2020-05-07 12:16:12 +02:00
Benjamin Renard
cd8908391d Improve login and recover password templates 2020-05-07 11:36:25 +02:00
Benjamin Renard
91ea37f841 Remove references to old index.php page 2020-05-07 09:56:28 +02:00
Benjamin Renard
52f7c3a205 Move LSsession lang stuff to dedicated LSlang class 2020-05-06 16:06:05 +02:00
Benjamin Renard
7098b3ee79 Massive change of files organisation to move all files outside web-root
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
2020-05-06 12:17:35 +02:00