Changes to the email user view

This commit is contained in:
Karl Cordes 2011-03-21 16:34:13 +11:00
parent 013db463b7
commit 026be164bf
2 changed files with 4 additions and 11 deletions

View file

@ -1,11 +1,11 @@
<?=$javascript->link('view_user_email'); ?> <?=$javascript->link('ajax_pagination_email'); ?>
<?php echo $paginator->options(array('url'=>$this->passedArgs)); ?> <?php echo $paginator->options(array('url'=>$this->passedArgs)); ?>
<?php <?php
echo $paginator->counter(array( echo $paginator->counter(array(
'format' => __('Page %page% of %pages%, showing %current% Enquiries out of %count% total, starting on record %start%, ending on %end%', true) 'format' => __('Page %page% of %pages%, showing %current% Emails out of %count% total, starting on record %start%, ending on %end%', true)
)); ));
?> ?>
@ -25,11 +25,3 @@ User Email<?php echo $html->image('internet-mail.png'); ?>
<?php //echo $this->element('email_table_ajax', $enquiry, array('cache'=>'+1 day')); ?> <?php //echo $this->element('email_table_ajax', $enquiry, array('cache'=>'+1 day')); ?>
</div> </div>
<? debug($userMail); ?>
<hr>
<?// debug($allIDs); ?>

View file

@ -4,7 +4,8 @@ $(function() {
$(".pagingEmail").find('a').click(function() { $(".pagingEmail").find('a').click(function() {
alert("BOO");
$('#emailTable').fadeOut('slow'); $('#emailTable').fadeOut('slow');
$("#ajaxLoadEmail").bind("ajaxSend", function() { $("#ajaxLoadEmail").bind("ajaxSend", function() {