diff --git a/application/modules/default/views/scripts/product/partials/productCommentsUX1.phtml b/application/modules/default/views/scripts/product/partials/productCommentsUX1.phtml index 92e4b8a98..b69e50866 100644 --- a/application/modules/default/views/scripts/product/partials/productCommentsUX1.phtml +++ b/application/modules/default/views/scripts/product/partials/productCommentsUX1.phtml @@ -1,226 +1,226 @@ . **/ $helperEncryptUrl = new Default_View_Helper_EncryptUrl(); $requestUri = Zend_Controller_Front::getInstance()->getRequest()->getRequestUri(); $helpProductUrl = new Default_View_Helper_BuildProductUrl(); $productUrl = $helpProductUrl->buildProductUrl($this->product->project_id); $loginUrl = '/login?redirect=' . $helperEncryptUrl->encryptUrl($productUrl.'#comments_block', true); $helperHumanTiming = new Default_View_Helper_HumanTiming(); $helperBuildMemberUrl = new Default_View_Helper_BuildMemberUrl(); $helperBuildBaseUrl = new Default_View_Helper_BuildBaseUrl(); $helperImage = new Default_View_Helper_Image(); $identity = Zend_Auth::getInstance()->getStorage()->read(); $pageCount = $this->comments->getTotalItemCount()/$this->comments->getItemCountPerPage(); //$captcha = new Zend_Captcha_Image(array( // 'name' => 'foo', // 'wordLen' => 6, // 'timeout' => 300, //)); //$captcha->setFont(APPLICATION_PATH . '/../httpdocs/theme/flatui/fonts/OpenSans-Regular.ttf'); //$captcha->generate(); ?>
comments->getCurrentItemCount()) { ?>
Be the first to comment
comments as $elementComment): ?> humanTiming($comment['comment_created_at']); // $captcha = new Zend_Form_Element_Captcha('realHuman',array( // 'captcha' => array( // 'captcha' => 'image', // 'font' => APPLICATION_PATH . '/../httpdocs/theme/flatui/fonts/OpenSans-Regular.ttf', // 'wordLen' => 6, // 'timeout' => 300, // 'width' => 250 // )) // ); // $captcha->setAttrib('placeholder', 'Please verify you\'re a human'); // $captcha->setAttrib('class', 'full-width'); ?>

product->member_id == $comment['member_id']){ ?> C S
MOD

0) { ?> ago

'; }else { echo ''; } } ?>

hasIdentity()) { ?> Reply   Report Report

hasIdentity()) { ?>
-
+ render($this); ?>
1) echo $this->paginationControl($this->comments, 'Sliding', '/partials/paginationControlComment.phtml', array('params' => array('project_id'=>$this->product->project_id), 'dom_target' => 'div#product-discussion')); ?>
inlineScript()->appendScript( ' $(document).ready(function(){ AjaxForm.setup("form.product-add-comment", "div#product-discussion"); ProductDetailCommentTooltip.setup(); }); '); \ No newline at end of file