diff --git a/src/main/java/au/com/royalpay/payment/manage/support/cms/core/Impl/AppStyleServiceImpl.java b/src/main/java/au/com/royalpay/payment/manage/support/cms/core/Impl/AppStyleServiceImpl.java index 804daffe8..e189061a9 100644 --- a/src/main/java/au/com/royalpay/payment/manage/support/cms/core/Impl/AppStyleServiceImpl.java +++ b/src/main/java/au/com/royalpay/payment/manage/support/cms/core/Impl/AppStyleServiceImpl.java @@ -10,13 +10,15 @@ import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; +import javax.annotation.Resource; + @Service public class AppStyleServiceImpl implements AppStyleService { @Value("${app.cms.host}") private String cmsHost; private Logger logger = LoggerFactory.getLogger(getClass()); - + @Resource private RoyalPayCMSSupport royalPayCMSSupport; @Override public JSONObject listAppStyleGroup(int page, int limit) { diff --git a/src/main/ui/static/cms/templates/app_style_config.html b/src/main/ui/static/cms/templates/app_style_config.html index 694d761c9..d934aa1f4 100644 --- a/src/main/ui/static/cms/templates/app_style_config.html +++ b/src/main/ui/static/cms/templates/app_style_config.html @@ -3,7 +3,7 @@

APP_STYLE

@@ -16,7 +16,7 @@ -
+
diff --git a/src/main/ui/static/cms/templates/app_style_preview.html b/src/main/ui/static/cms/templates/app_style_preview.html index 7ab0f756a..08eda755d 100644 --- a/src/main/ui/static/cms/templates/app_style_preview.html +++ b/src/main/ui/static/cms/templates/app_style_preview.html @@ -3,7 +3,7 @@

APP_STYLE