diff --git a/application/modules/default/views/scripts/partials/paginationControlBootstrap.phtml b/application/modules/default/views/scripts/partials/paginationControlBootstrap.phtml index 0219b537a..9559a4169 100644 --- a/application/modules/default/views/scripts/partials/paginationControlBootstrap.phtml +++ b/application/modules/default/views/scripts/partials/paginationControlBootstrap.phtml @@ -1,71 +1,72 @@ . **/ if (false === isset($this->params)) { $this->params = array(); } $serverUrl = $this->serverUrl(); ?> diff --git a/application/modules/default/views/scripts/user/products.phtml b/application/modules/default/views/scripts/user/products.phtml index 174a53bc4..4f9b319d9 100644 --- a/application/modules/default/views/scripts/user/products.phtml +++ b/application/modules/default/views/scripts/user/products.phtml @@ -1,1496 +1,1463 @@ . **/ $this->headLink()->appendStylesheet('/theme/flatui/css/stylesheets/general.css'); $this->headLink()->appendStylesheet('/theme/flatui/css/select2.min.css'); $this->headLink()->appendStylesheet('/theme/flatui/css/select2.custmized.css'); $this->inlineScript()->appendFile('/theme/flatui/js/lib/select2.min.js'); $this->tab = 'products'; ?>
render('user/partials/userHeader_top.phtml'); ?>
render('user/partials/userHeader.phtml'); ?>

translate('Products') ?>

products->getTotalItemCount() ?> translate('products') ?>
partialLoop('user/partials/loopMyProducts.phtml', $this->products, $this->productFiles); ?>
paginationControl($this->products, 'Sliding', '/partials/paginationControlBootstrap.phtml', array('dom_target' => 'section.my-products-page')); ?>
inlineScript()->appendScript( ' $(document).ready(function(){ TagingLoopMyProducts.setup(); Opendownloadfile.setup(); myProducts.setup(); - Partials.setup(); }); + Partials.setup(); + }); '); ?>