Changes to the email user view
This commit is contained in:
parent
013db463b7
commit
026be164bf
|
|
@ -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->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')); ?>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<? debug($userMail); ?>
|
||||
|
||||
<hr>
|
||||
|
||||
<?// debug($allIDs); ?>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ $(function() {
|
|||
|
||||
|
||||
$(".pagingEmail").find('a').click(function() {
|
||||
alert("BOO");
|
||||
|
||||
|
||||
$('#emailTable').fadeOut('slow');
|
||||
|
||||
$("#ajaxLoadEmail").bind("ajaxSend", function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue