svnno****@sourc*****
svnno****@sourc*****
2007年 10月 19日 (金) 16:04:09 JST
Revision: 642 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=642 Author: shinsuke Date: 2007-10-19 16:04:09 +0900 (Fri, 19 Oct 2007) Log Message: ----------- workaround: dynamic property issue?? Modified Paths: -------------- pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/cart/ProductListPage.java pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/cart/productList.html -------------- next part -------------- Modified: pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/cart/ProductListPage.java =================================================================== --- pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/cart/ProductListPage.java 2007-10-19 07:03:11 UTC (rev 641) +++ pompei/portlets/pompei-core/trunk/src/main/java/jp/sf/pal/pompei/web/user/cart/ProductListPage.java 2007-10-19 07:04:09 UTC (rev 642) @@ -170,6 +170,11 @@ return UrlBuilderUtil.createRegisterUrl(); } + //TODO is it a bug? + public String getProductListLinkOnEmptyHref() { + return UrlBuilderUtil.createProductListUrl(); + } + /** * @return user */ Modified: pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/cart/productList.html =================================================================== --- pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/cart/productList.html 2007-10-19 07:03:11 UTC (rev 641) +++ pompei/portlets/pompei-core/trunk/src/main/webapp/view/user/cart/productList.html 2007-10-19 07:04:09 UTC (rev 642) @@ -98,13 +98,13 @@ <a id="productListLink" href="">お買物を続ける</a> </div> </div> - <div id="isEmptyProducts" style="width: 80%;text-align: left;"> + <div id="isEmptyProducts" style="width: 80%;text-align: center;"> <div style="width: 100%; padding: 10px;"> <label>カートに商品が入っていません。</label> </div> <hr style="border-top: 1px dashed #999999;height: 1px;color: #ffffff;" size="1" noshade="noshade" /> <div> - <a id="productListLink-empty" href="">お買物を続ける</a> + <a id="productListLinkOnEmpty" href="">お買物を続ける</a> </div> </div> </center>