From a2744f39fef498494f10ded95a4dcba80892b73a Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 4 Sep 2015 00:34:23 +0300 Subject: [PATCH] ignore .htaccess and config.local files + cosmetics --- .bzrignore | 2 ++ admin/operatorlist.php | 4 ++-- admin/systemsort.php | 9 +++++---- include/limesurvey/admin/login_check.php | 17 ++++++++--------- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/.bzrignore b/.bzrignore index 7b1ec8ca..b9fb6806 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1 +1,3 @@ no vars +./config.inc.local.php +./include/limesurvey/.htaccess diff --git a/admin/operatorlist.php b/admin/operatorlist.php index 42ee50b2..8a6d95d2 100644 --- a/admin/operatorlist.php +++ b/admin/operatorlist.php @@ -402,11 +402,11 @@ if ($display) $titles[] = T_("Win file");//Windows VoIP $titles[] = T_("*nix flle");//*nix VoIP } - echo "
"; + echo "
"; xhtml_table($rs,$columns,$titles); echo "
"; - echo "
+ echo "
diff --git a/admin/systemsort.php b/admin/systemsort.php index 412ff0e9..eab597fa 100644 --- a/admin/systemsort.php +++ b/admin/systemsort.php @@ -101,13 +101,14 @@ else { xhtml_head(T_("Monitor system wide case sorting"),true,array("../include/bootstrap/css/bootstrap.min.css","../css/custom.css")); //print "

" . T_("Monitor system wide case sorting") . "

"; - print "

" . T_("Click here to enable and begin system wide case sorting") . "

"; - print "

" . T_("System wide case sorting is periodically (via SYSTEM_SORT_MINUTES configuration directive) sorting cases on a system wide basis instead of finding the most appropriate case each time an operator requests a new case. This may increase performance where there are a large number of cases or complex quotas in place. If you are not experiencing any performance problems, it is not recommended to use this feature.") . "

"; - print "

" . T_("Outcome of last process run (if any)") . "

"; + print ""; + print "

" . T_("System wide case sorting is periodically (via SYSTEM_SORT_MINUTES configuration directive) sorting cases on a system wide basis instead of finding the most appropriate case each time an operator requests a new case. This may increase performance where there are a large number of cases or complex quotas in place. If you are not experiencing any performance problems, it is not recommended to use this feature.") . "

"; + $d = process_get_last_data(2); if ($d !== false) { - xhtml_table($d,array('process_log_id','datetime','data'),array(T_("Log id"), T_("Date"), T_("Log entry"))); + print "

" . T_("Outcome of last process run (if any)") . "

"; + xhtml_table($d,array('process_log_id','datetime','data'),array(T_("Log id"), T_("Date"), T_("Log entry"))); } } xhtml_foot(); diff --git a/include/limesurvey/admin/login_check.php b/include/limesurvey/admin/login_check.php index 0a621678..f09b6007 100644 --- a/include/limesurvey/admin/login_check.php +++ b/include/limesurvey/admin/login_check.php @@ -155,14 +155,13 @@ if(!isset($_SESSION['loginID']) && $action != "forgotpass" && ($action != "logou $loginsummary = ' -

 

'; } elseif (!isset($loginsummary)) @@ -217,11 +216,11 @@ if(!isset($_SESSION['loginID']) && $action != "forgotpass" && ($action != "logou } $loginsummary .= " - - - - - + + + +