diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index 6cc99425c..8f6d43396 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -220,6 +220,20 @@ maxlength_128=The maxlength is 128\uff01 maxlength_256=The maxlength is 256\uff01 maxlength_512=The maxlength is 512\uff01 maxlength_4000=The maxlength is 4000\uff01 +ok=ok +clear=clear +close=close +reselect=please re-select +no_root=Root node can not be selected +no_parent=Parent node can not be selected +no_public_model=The public model can not be selected +no_outside_column=You can not select the other column models except the current column +send_org=please select the sending organization +department=department +sendind_org=sending organization +no_node=Node can not be selected +select_icon=select icon +nothing=nothing #==========message end===================== #==========yewuliexingguanli begin===================== diff --git a/src/main/resources/messages/message_zh_CN.properties b/src/main/resources/messages/message_zh_CN.properties index dbd4488c0..e0df9e022 100644 --- a/src/main/resources/messages/message_zh_CN.properties +++ b/src/main/resources/messages/message_zh_CN.properties @@ -209,6 +209,20 @@ maxlength_128=\u8bf7\u8f93\u5165\u4e00\u4e2a\u957f\u5ea6\u6700\u591a\u662f 128\u maxlength_256=\u8bf7\u8f93\u5165\u4e00\u4e2a\u957f\u5ea6\u6700\u591a\u662f256\u7684\u5b57\u7b26\u4e32\uff01 maxlength_512=\u8bf7\u8f93\u5165\u4e00\u4e2a\u957f\u5ea6\u6700\u591a\u662f512\u7684\u5b57\u7b26\u4e32\uff01 maxlength_4000=\u8bf7\u8f93\u5165\u4e00\u4e2a\u957f\u5ea6\u6700\u591a\u662f4000\u7684\u5b57\u7b26\u4e32\uff01 +ok=\u786e\u5b9a +clear=\u6e05\u9664 +close=\u5173\u95ed +reselect=\u8bf7\u91cd\u65b0\u9009\u62e9 +no_root=\u4e0d\u80fd\u9009\u62e9\u6839\u8282\u70b9 +no_parent=\u4e0d\u80fd\u9009\u62e9\u7236\u8282\u70b9 +no_public_model=\u4e0d\u80fd\u9009\u62e9\u516c\u5171\u6a21\u578b +no_outside_column=\u4e0d\u80fd\u9009\u62e9\u5f53\u524d\u680f\u76ee\u4ee5\u5916\u7684\u680f\u76ee\u6a21\u578b +send_org=\u8bf7\u9009\u62e9\u4e0b\u53d1\u5355\u4f4d +department=\u90e8\u95e8 +sendind_org=\u4e0b\u53d1\u5355\u4f4d +no_node=\u4e0d\u80fd\u9009\u62e9\u8282\u70b9 +select_icon=\u9009\u62e9\u56fe\u6807 +nothing=\u65e0 #==========message end===================== #==========yewuliexingguanli begin===================== diff --git a/src/main/webapp/WEB-INF/tags/sys/iconselect.tag b/src/main/webapp/WEB-INF/tags/sys/iconselect.tag index 76b749340..e3ca7efed 100644 --- a/src/main/webapp/WEB-INF/tags/sys/iconselect.tag +++ b/src/main/webapp/WEB-INF/tags/sys/iconselect.tag @@ -3,12 +3,12 @@ <%@ attribute name="id" type="java.lang.String" required="true" description="编号"%> <%@ attribute name="name" type="java.lang.String" required="true" description="输入框名称"%> <%@ attribute name="value" type="java.lang.String" required="true" description="输入框值"%> -   -选择   +   +