// Advanced parameters bootstrap design

This commit is contained in:
Jerome Nadaud
2013-09-25 15:15:28 +02:00
parent 439700f46a
commit e81c9490b0
10 changed files with 84 additions and 84 deletions
+4 -4
View File
@@ -38,13 +38,13 @@ class AdminBackupControllerCore extends AdminController
parent::__construct();
$this->fields_list = array (
'date' => array('title' => $this->l('Date'), 'type' => 'datetime', 'width' => 120, 'align' => 'right'),
'date' => array('title' => $this->l('Date'), 'type' => 'datetime'),
'age' => array('title' => $this->l('Age')),
'filename' => array('title' => $this->l('File name'), 'width' => 200),
'filesize' => array('title' => $this->l('File size'))
'filename' => array('title' => $this->l('File name')),
'filesize' => array('title' => $this->l('File size'), 'class' => 'fixed-width-sm')
);
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?'), 'icon' => 'icon-trash'));
$this->fields_options = array(
'general' => array(