Misc fixes from live site
This commit is contained in:
@@ -37,6 +37,7 @@ class Controller_Reseller_Export extends Controller_Export {
|
||||
$output .= Form::open(URL::link('reseller','export/list'));
|
||||
$output .= Form::select('eid',ORM::factory('Export')->list_select());
|
||||
$output .= Form::button('submit','Submit',array('class'=>'btn btn-primary'));
|
||||
$output .= Form::hidden('days',$this->request->param('id'));
|
||||
$output .= Form::close();
|
||||
|
||||
Block::factory()
|
||||
@@ -74,7 +75,7 @@ class Controller_Reseller_Export extends Controller_Export {
|
||||
$output .= sprintf('<div class="tab-pane %s" id="tab%s">',$c++ ? '' : 'active',$emo->id);
|
||||
|
||||
$output .= Table::factory()
|
||||
->data($emo->list_export())
|
||||
->data($emo->list_export($this->request->post('days')))
|
||||
->jssort($emo->id)
|
||||
->columns(Arr::merge(array(
|
||||
'id'=>'ID',
|
||||
|
Reference in New Issue
Block a user