Skip to content

Commit b6f022d

Browse files
committed
Added back location selection on container add.
1 parent 284bf71 commit b6f022d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • app/View/Themed/Mobile/Containers

app/View/Themed/Mobile/Containers/add.ctp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22
echo $this->Form->create('Container', array('url' => array('controller' => 'containers', 'action' => 'add')));
33
echo $this->Form->input('name', array('label' => __('Container Name'), 'class' => 'focus'));
4+
echo $this->Form->input('location_id', array('label' => __('Location'), 'options' => $location_list, 'empty' => '-- Unassigned --', 'class' => 'form-control'));
45
echo '<br/>';
56
echo $this->Form->submit(__('Add'), array('div' => false, 'data-theme' => 'b'));
67
echo $this->Form->end();

0 commit comments

Comments
 (0)