Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.72 KB | None | 0 0
  1. <%@ page import="com.bitmascot.autobill.domains.setting.AutobillTimeZone; com.bitmascot.autobill.groovy.common.DefaultValueCollector; com.bitmascot.autobill.groovy.setting.SettingGroup; com.bitmascot.autobill.groovy.util.FieldSettingUtils" %>
  2. <div class="details-line" appendTo="time-zone">
  3.     <div class="form-row">
  4.         <label class="form-title"><g:messageHtml code="time.zone"/></label>
  5.         <ui:domainSelectEnabled class="search-box"
  6.                 settingGroup="${SettingGroup.ACCOUNT}" domain="${AutobillTimeZone}" name="timeZone"
  7.                 value="${timeZone ? timeZone : DefaultValueCollector.init(SettingGroup.ORDER_GLOBAL, 'timeZone').value?.id}" skipFieldEnabledSetting="1"
  8.         />
  9.     </div>
  10. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement