For some reason I can’t keep the combo box on the same line with a label and button
(see the ‘Select A Motion’ below)
I don’t want the combo box on its own line!!!
I’m not doing anything fancy
TIA
-David
42 <?php asort($motions); ?>
43 Select A Motion:
44
45
46
47
48 <?php foreach ($motions as $motion) { ?>
49 <?php echo $motion ?>
50 <?php } ?>
51
52
53
54 Add Motion To Library</bu
55
56
57
58
views/event_cases.php.tpl
67 load_event_cases_ajax( $(“#event_id”).val(), “1” ); $(“#case_num”).val("
lass=‘glyphicon glyphicon-save’> Save Case And Motion To The Even
68 <?php } ?>
69
70