Skip to content

Commit

Permalink
Added back location selection on container add.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsaylor committed May 3, 2014
1 parent 284bf71 commit b6f022d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/View/Themed/Mobile/Containers/add.ctp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
echo $this->Form->create('Container', array('url' => array('controller' => 'containers', 'action' => 'add')));
echo $this->Form->input('name', array('label' => __('Container Name'), 'class' => 'focus'));
echo $this->Form->input('location_id', array('label' => __('Location'), 'options' => $location_list, 'empty' => '-- Unassigned --', 'class' => 'form-control'));
echo '<br/>';
echo $this->Form->submit(__('Add'), array('div' => false, 'data-theme' => 'b'));
echo $this->Form->end();
Expand Down

0 comments on commit b6f022d

Please sign in to comment.