Last step

- improved watch command (much simpler robofile + truly recursive)
- split all form fields into separate files (JSX)
- improved form to allow multiple fields per row
- added selection react class for multi select using select2
- added missing files for select2 (webpack doesn't include them)
This commit is contained in:
Jonathan Labreuille
2015-10-01 12:25:25 +02:00
parent f143531a1e
commit 9d0ca85490
22 changed files with 586 additions and 375 deletions

View File

@@ -110,6 +110,9 @@ class Menu {
function newsletters() {
$data = array();
$data['segments'] = Segment::findArray();
echo $this->renderer->render('newsletters.html', $data);
}