CC-3845 : General UI cleanup

This commit is contained in:
Naomi Aro 2012-05-18 16:00:36 +02:00
parent ff1327881a
commit 466e30895c
3 changed files with 7 additions and 3 deletions

View File

@ -26,7 +26,9 @@ class UserController extends Zend_Controller_Action
$this->view->headScript()->appendFile($baseUrl.'/js/datatables/js/jquery.dataTables.js?'.$CC_CONFIG['airtime_version'],'text/javascript'); $this->view->headScript()->appendFile($baseUrl.'/js/datatables/js/jquery.dataTables.js?'.$CC_CONFIG['airtime_version'],'text/javascript');
$this->view->headScript()->appendFile($baseUrl.'/js/datatables/plugin/dataTables.pluginAPI.js?'.$CC_CONFIG['airtime_version'],'text/javascript'); $this->view->headScript()->appendFile($baseUrl.'/js/datatables/plugin/dataTables.pluginAPI.js?'.$CC_CONFIG['airtime_version'],'text/javascript');
$this->view->headScript()->appendFile($baseUrl.'/js/airtime/user/user.js?'.$CC_CONFIG['airtime_version'],'text/javascript'); $this->view->headScript()->appendFile($baseUrl.'/js/airtime/user/user.js?'.$CC_CONFIG['airtime_version'],'text/javascript');
$this->view->headLink()->appendStylesheet($baseUrl.'/css/users.css?'.$CC_CONFIG['airtime_version']);
$form = new Application_Form_AddUser(); $form = new Application_Form_AddUser();

View File

@ -62,7 +62,7 @@ var AIRTIME = (function(AIRTIME) {
"bJQueryUI": true, "bJQueryUI": true,
"bAutoWidth": true, "bAutoWidth": true,
"sDom": 'lfr<"H"T><"dataTables_scrolling"t><"F"ip>', "sDom": 'lf<"dt-process-rel"r><"H"T><"dataTables_scrolling"t><"F"ip>',
"oTableTools": { "oTableTools": {
"sSwfPath": "/js/datatables/plugin/TableTools/swf/copy_cvs_xls_pdf.swf" "sSwfPath": "/js/datatables/plugin/TableTools/swf/copy_cvs_xls_pdf.swf"

View File

@ -87,7 +87,9 @@ $(document).ready(function() {
"bLengthChange": false, "bLengthChange": false,
"oLanguage": { "oLanguage": {
"sSearch": "" "sSearch": ""
} },
"sDom": '<"H"lf<"dt-process-rel"r>>t<"F"ip>',
}); });
//$('#user_details').hide(); //$('#user_details').hide();