blob: 2259985fa4801d898c4bee6299431159153e90a2 [file] [log] [blame]
Cheng Tang697ce242014-04-27 16:18:17 +08001<%--
2/**
3 * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
4 *
5 * This library is free software; you can redistribute it and/or modify it under
6 * the terms of the GNU Lesser General Public License as published by the Free
7 * Software Foundation; either version 2.1 of the License, or (at your option)
8 * any later version.
9 *
10 * This library is distributed in the hope that it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13 * details.
14 */
15--%>
16
17<%@ include file="/html/taglib/aui/select/init.jsp" %>
18
19 </select>
20
21 <c:if test="<%= Validator.isNotNull(suffix) %>">
22 <span class="suffix">
23 <liferay-ui:message key="<%= suffix %>" />
24 </span>
25 </c:if>
26
27 <c:if test='<%= inlineLabel.equals("right") %>'>
28 <label <%= AUIUtil.buildLabel("select", inlineField, true, namespace + id) %>>
29 <liferay-ui:message key="<%= label %>" />
30
31 <c:if test="<%= Validator.isNotNull(helpMessage) %>">
32 <liferay-ui:icon-help message="<%= helpMessage %>" />
33 </c:if>
34
35 <c:if test="<%= changesContext %>">
36 <span class="hide-accessible"><liferay-ui:message key="changing-the-value-of-this-field-will-reload-the-page" />)</span>
37 </c:if>
38 </label>
39 </c:if>
40</div>