diff --git a/vendors/shells/vault.php b/vendors/shells/vault.php index c3831183..558f630c 100644 --- a/vendors/shells/vault.php +++ b/vendors/shells/vault.php @@ -12,7 +12,7 @@ class VaultShell extends Shell { function main() { - $testing = 1; //Whether to actually move the emails. + $testing = 1; //Whether to actually move the emails. 1=test, 0=production /* Setup Connection to the IMAP server */ $username = 'vault'; $password = 'xjdYOsmJWc37'; /* The password for the account to be checked */ diff --git a/views/elements/enquiry_table.ctp b/views/elements/enquiry_table.ctp index 33a2257c..0d5e23db 100644 --- a/views/elements/enquiry_table.ctp +++ b/views/elements/enquiry_table.ctp @@ -1,3 +1,5 @@ +options(array('url'=>$this->passedArgs)); ?> + counter(array( 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) @@ -128,7 +130,7 @@ foreach ($enquiries as $enquiry):
- options(array('url'=>$this->passedArgs)); ?> + prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?> | numbers();?> next(__('next', true).' >>', array(), null, array('class'=>'disabled'));?>