bin2107 пре 5 година
родитељ
комит
24854a6339
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/webapp/WEB-INF/views/web/display/AllBrandFormWeb.html

+ 1 - 1
src/main/webapp/WEB-INF/views/web/display/AllBrandFormWeb.html

@@ -32,7 +32,7 @@
 				<div class="brand_banner_list" th:if="${mainBrandList != null}" th:with="imgUrl=${@environment.getProperty('upload.image.view')}">
 					<ul>
 						<li th:each="item, status : ${mainBrandList}">
-							<a href="javascript:void(0);" th:style="${'background-image:url('+imgUrl+ item.logoFileNm+');'}">
+							<a href="javascript:void(0);" th:onClick="cfnGoToBrandMain([[${item.brandGroupNo}]]);" th:style="${'background-image:url('+imgUrl+ item.logoFileNm+');'}">
 								<span><em th:text="${item.brandGroupNm}">BUCKAROO</em></span>
 							</a>
 						</li>