You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2021/07/01 12:32:18 UTC

[struts] 01/01: Merge pull request #492 from apache/WW-5123-labelposition

This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit ae85f5195ffd82a29243e63f0a459fb5eceb35f9
Merge: 1567f76 9e1d482
Author: Yasser Zamani <ya...@apache.org>
AuthorDate: Thu Jul 1 17:02:10 2021 +0430

    Merge pull request #492 from apache/WW-5123-labelposition
    
    [WW-5132] [WW-5123] labelposition - cherry-pick

 .mvn/wrapper/maven-wrapper.properties              |   2 +-
 .../ajaxErrorContainers/controlheader-core.ftl     |  12 +-
 .../org/apache/struts2/components/Checkbox.java    |  18 +
 .../java/org/apache/struts2/components/UIBean.java |  22 +-
 .../apache/struts2/views/jsp/ui/AbstractUITag.java |  17 +-
 .../apache/struts2/views/jsp/ui/CheckboxTag.java   |   7 +-
 .../template/archive/xhtml/controlheader.vm        |  47 +
 .../main/resources/template/css_xhtml/checkbox.ftl |  20 +-
 .../resources/template/css_xhtml/controlfooter.ftl |  12 +-
 .../template/css_xhtml/controlheader-core.ftl      |  14 +-
 .../resources/template/css_xhtml/controlheader.ftl |  11 +-
 .../main/resources/template/css_xhtml/reset.ftl    |  12 +-
 .../resources/template/css_xhtml/submit-close.ftl  |  10 +-
 .../main/resources/template/css_xhtml/submit.ftl   |  10 +-
 .../src/main/resources/template/xhtml/checkbox.ftl |  20 +-
 .../template/xhtml/controlheader-core.ftl          |  12 +-
 core/src/site/resources/tags/a-attributes.html     |  10 +-
 core/src/site/resources/tags/a.html                | 512 +++++++++++
 .../resources/tags/actionerror-attributes.html     |  10 +-
 core/src/site/resources/tags/actionerror.html      | 400 +++++++++
 .../resources/tags/actionmessage-attributes.html   |  10 +-
 core/src/site/resources/tags/actionmessage.html    | 400 +++++++++
 .../site/resources/tags/checkbox-attributes.html   |  10 +-
 core/src/site/resources/tags/checkbox.html         | 400 +++++++++
 .../resources/tags/checkboxlist-attributes.html    |  10 +-
 core/src/site/resources/tags/checkboxlist.html     | 456 ++++++++++
 .../site/resources/tags/combobox-attributes.html   |  10 +-
 core/src/site/resources/tags/combobox.html         | 480 ++++++++++
 .../site/resources/tags/component-attributes.html  |  10 +-
 core/src/site/resources/tags/component.html        | 392 +++++++++
 .../resources/tags/datetextfield-attributes.html   |  10 +-
 core/src/site/resources/tags/datetextfield.html    | 400 +++++++++
 core/src/site/resources/tags/debug-attributes.html |  10 +-
 core/src/site/resources/tags/debug.html            | 392 +++++++++
 .../resources/tags/doubleselect-attributes.html    |  10 +-
 core/src/site/resources/tags/doubleselect.html     | 760 ++++++++++++++++
 .../site/resources/tags/fielderror-attributes.html |  10 +-
 core/src/site/resources/tags/fielderror.html       | 408 +++++++++
 core/src/site/resources/tags/file-attributes.html  |  10 +-
 core/src/site/resources/tags/file.html             | 408 +++++++++
 core/src/site/resources/tags/form-attributes.html  |  10 +-
 core/src/site/resources/tags/form.html             | 504 +++++++++++
 core/src/site/resources/tags/head-attributes.html  |  10 +-
 core/src/site/resources/tags/head.html             | 392 +++++++++
 .../src/site/resources/tags/hidden-attributes.html |  10 +-
 core/src/site/resources/tags/hidden.html           | 392 +++++++++
 .../tags/inputtransferselect-attributes.html       |  10 +-
 .../site/resources/tags/inputtransferselect.html   | 576 ++++++++++++
 core/src/site/resources/tags/label-attributes.html |  10 +-
 core/src/site/resources/tags/label.html            | 400 +++++++++
 core/src/site/resources/tags/link-attributes.html  |  10 +-
 .../tags/optiontransferselect-attributes.html      |  10 +-
 .../site/resources/tags/optiontransferselect.html  | 976 +++++++++++++++++++++
 .../site/resources/tags/password-attributes.html   |  10 +-
 core/src/site/resources/tags/password.html         | 440 ++++++++++
 core/src/site/resources/tags/radio-attributes.html |  10 +-
 core/src/site/resources/tags/radio.html            | 456 ++++++++++
 core/src/site/resources/tags/reset-attributes.html |  10 +-
 core/src/site/resources/tags/reset.html            | 432 +++++++++
 .../src/site/resources/tags/script-attributes.html |  10 +-
 .../src/site/resources/tags/select-attributes.html |  10 +-
 core/src/site/resources/tags/select.html           | 496 +++++++++++
 .../src/site/resources/tags/submit-attributes.html |  10 +-
 core/src/site/resources/tags/submit.html           | 432 +++++++++
 .../site/resources/tags/textarea-attributes.html   |  10 +-
 core/src/site/resources/tags/textarea.html         | 424 +++++++++
 .../site/resources/tags/textfield-attributes.html  |  10 +-
 core/src/site/resources/tags/textfield.html        | 432 +++++++++
 core/src/site/resources/tags/token-attributes.html |  10 +-
 core/src/site/resources/tags/token.html            | 392 +++++++++
 .../resources/tags/updownselect-attributes.html    |  10 +-
 core/src/site/resources/tags/updownselect.html     | 544 ++++++++++++
 72 files changed, 13121 insertions(+), 111 deletions(-)