From 87815fec743330baae5abd321195cc3a153e27a0 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Sun, 7 Apr 2013 08:41:10 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E4=B8=AD?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/controllers/ServiceController.php | 2 +- application/default/views/scripts/account/edit.phtml | 4 +--- application/default/views/scripts/account/index.phtml | 4 +--- application/default/views/scripts/account/secure.phtml | 6 +----- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/application/default/controllers/ServiceController.php b/application/default/controllers/ServiceController.php index 9b9f5f13..e643d56f 100644 --- a/application/default/controllers/ServiceController.php +++ b/application/default/controllers/ServiceController.php @@ -1069,7 +1069,7 @@ class ServiceController extends Zend_Controller_Action } if($num > $pageSize*($page+1)) { - $next = '
  • Next
  • '; + $next = '
  • Next
  • '; } } $sql .=" limit $pageSize offset ".$page*$pageSize; diff --git a/application/default/views/scripts/account/edit.phtml b/application/default/views/scripts/account/edit.phtml index d998fd45..c37d8411 100755 --- a/application/default/views/scripts/account/edit.phtml +++ b/application/default/views/scripts/account/edit.phtml @@ -3,8 +3,7 @@ $this->headTitle('我的账户'); $this->headTitle()->setSeparator(' - '); ?> -
    -
    +
    -
    diff --git a/application/default/views/scripts/account/index.phtml b/application/default/views/scripts/account/index.phtml index f3a8bb04..5c927e3f 100644 --- a/application/default/views/scripts/account/index.phtml +++ b/application/default/views/scripts/account/index.phtml @@ -3,8 +3,7 @@ $this->headTitle('我的账户'); $this->headTitle()->setSeparator(' - '); ?> -
    -
    +
    -
    diff --git a/application/default/views/scripts/account/secure.phtml b/application/default/views/scripts/account/secure.phtml index 43fbbb30..93d707d4 100644 --- a/application/default/views/scripts/account/secure.phtml +++ b/application/default/views/scripts/account/secure.phtml @@ -2,12 +2,9 @@ $this->headTitle($this->config->title->site); $this->headTitle('我的账户'); $this->headTitle()->setSeparator(' - '); - $this->theme->AppendPlus($this,'jquery'); - $this->theme->AppendPlus($this,'bootstarp'); $this->theme->AppendPlus($this,'colorbox'); ?> -
    -
    +
    -