Subversion Repositories SmartDukaan

Rev

Rev 14547 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14547 Rev 14579
Line 11... Line 11...
11
		echo $this->Form->input(
11
		echo $this->Form->input(
12
		    'status',
12
		    'status',
13
		    array('options' => $sizes, 'default' => 'active')
13
		    array('options' => $sizes, 'default' => 'active')
14
		);
14
		);
15
		echo $this->Form->input('store_id');
15
		echo $this->Form->input('store_id');
-
 
16
		echo $this->Form->input('starttime');
-
 
17
		echo $this->Form->input('endtime');
16
	?>
18
	?>
17
	</fieldset>
19
	</fieldset>
18
<?php echo $this->Form->end(__('Submit')); ?>
20
<?php echo $this->Form->end(__('Submit')); ?>
19
</div>
21
</div>
20
<div class="actions">
22
<div class="actions">