From 579ac47d8515f0b2884c354993ce6bf4b3fabcfa Mon Sep 17 00:00:00 2001 From: flyskyko Date: Fri, 22 Jul 2011 05:47:52 +0000 Subject: [PATCH] change validator message markup git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8619 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/comment/tpl/comment_list.html | 4 +++- modules/comment/tpl/declared_list.html | 4 +++- modules/communication/skins/default/add_friend.html | 4 +++- modules/communication/skins/default/add_friend_group.html | 4 +++- modules/communication/skins/default/friends.html | 4 +++- modules/communication/skins/default/send_message.html | 4 +++- modules/communication/tpl/index.html | 4 +++- modules/document/tpl/category_list.html | 4 +++- modules/document/tpl/document_alias.html | 4 +++- modules/editor/tpl/setup_component.html | 4 +++- modules/file/tpl/file_config.html | 4 +++- modules/file/tpl/file_list.html | 4 +++- modules/install/tpl/admin_form.html | 4 +++- modules/install/tpl/config_form.html | 4 +++- modules/install/tpl/form.cubrid.html | 4 +++- modules/install/tpl/form.firebird.html | 4 +++- modules/install/tpl/form.mssql.html | 4 +++- modules/install/tpl/form.mysql.html | 4 +++- modules/install/tpl/form.mysql_innodb.html | 4 +++- modules/install/tpl/form.mysqli.html | 4 +++- modules/install/tpl/form.postgresql.html | 4 +++- modules/install/tpl/form.sqlite2.html | 4 +++- modules/install/tpl/form.sqlite3_pdo.html | 4 +++- modules/integration_search/tpl/index.html | 4 +++- modules/integration_search/tpl/skin_info.html | 4 +++- modules/layout/tpl/insert_layout.html | 4 +++- modules/layout/tpl/layout_edit.html | 4 +++- modules/layout/tpl/layout_modify.html | 4 +++- modules/member/skins/default/leave_form.html | 4 +++- modules/member/skins/default/login_form.html | 4 +++- modules/member/skins/default/modify_info.html | 4 +++- modules/member/skins/default/resend_auth_mail.html | 4 +++- modules/member/skins/default/signup_form.html | 4 +++- modules/member/tpl/denied_id_list.html | 4 +++- modules/member/tpl/group_list.html | 4 +++- modules/member/tpl/group_update_form.html | 4 +++- modules/member/tpl/insert_join_form.html | 4 +++- modules/member/tpl/insert_member.html | 4 +++- modules/member/tpl/manage_member_group.html | 4 +++- modules/member/tpl/member_config.html | 4 +++- modules/menu/tpl/menu_insert.html | 4 +++- modules/menu/tpl/menu_management.html | 4 +++- modules/message/skins/default/system_message.html | 4 +++- modules/message/tpl/config.html | 4 +++- modules/module/tpl/category_list.html | 4 +++- modules/module/tpl/category_update_form.html | 4 +++- modules/module/tpl/copy_module.html | 4 +++- modules/module/tpl/module_grant_setup.html | 4 +++- modules/module/tpl/module_setup.html | 4 +++- modules/page/tpl/page_delete.html | 4 +++- modules/page/tpl/page_info.html | 4 +++- modules/page/tpl/page_insert.html | 4 +++- modules/point/tpl/config.html | 4 +++- modules/point/tpl/member_list.html | 4 +++- modules/point/tpl/module_config.html | 4 +++- modules/poll/skins/default/form.html | 4 +++- modules/poll/skins/simple/form.html | 4 +++- modules/poll/tpl/config.html | 4 +++- modules/poll/tpl/poll_list.html | 4 +++- modules/rss/tpl/rss_admin_index.html | 4 +++- modules/spamfilter/tpl/denied_ip_list.html | 4 +++- modules/spamfilter/tpl/denied_word_list.html | 4 +++- modules/spamfilter/tpl/index.html | 4 +++- modules/syndication/tpl/config.html | 4 +++- modules/trackback/tpl/send_trackback_form.html | 4 +++- modules/trackback/tpl/trackback_list.html | 4 +++- modules/trash/tpl/trash_list.html | 4 +++- 67 files changed, 201 insertions(+), 67 deletions(-) diff --git a/modules/comment/tpl/comment_list.html b/modules/comment/tpl/comment_list.html index d19900aec..3963bf75b 100644 --- a/modules/comment/tpl/comment_list.html +++ b/modules/comment/tpl/comment_list.html @@ -21,7 +21,9 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/comment/tpl/declared_list.html b/modules/comment/tpl/declared_list.html index 9f5454bd2..742e58d46 100644 --- a/modules/comment/tpl/declared_list.html +++ b/modules/comment/tpl/declared_list.html @@ -1,6 +1,8 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/communication/skins/default/add_friend.html b/modules/communication/skins/default/add_friend.html index 71846a1a4..ec31e1744 100644 --- a/modules/communication/skins/default/add_friend.html +++ b/modules/communication/skins/default/add_friend.html @@ -5,7 +5,9 @@

{$lang->cmd_add_friend}

-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/communication/skins/default/add_friend_group.html b/modules/communication/skins/default/add_friend_group.html index ce6454ade..81a6ce02b 100644 --- a/modules/communication/skins/default/add_friend_group.html +++ b/modules/communication/skins/default/add_friend_group.html @@ -9,7 +9,9 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/communication/skins/default/friends.html b/modules/communication/skins/default/friends.html index 5f17d442c..7f423e64c 100644 --- a/modules/communication/skins/default/friends.html +++ b/modules/communication/skins/default/friends.html @@ -7,7 +7,9 @@

{$member_title = $lang->cmd_view_friend } ({$total_count})

-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/communication/skins/default/send_message.html b/modules/communication/skins/default/send_message.html index 17dd46d56..4238b7ff1 100644 --- a/modules/communication/skins/default/send_message.html +++ b/modules/communication/skins/default/send_message.html @@ -4,7 +4,9 @@

{$lang->cmd_send_message}

-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/communication/tpl/index.html b/modules/communication/tpl/index.html index fe8e0458c..54c031595 100644 --- a/modules/communication/tpl/index.html +++ b/modules/communication/tpl/index.html @@ -5,7 +5,9 @@
{nl2br($lang->about_communication)}
-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/document/tpl/category_list.html b/modules/document/tpl/category_list.html index 3d5a90210..91b7198a8 100644 --- a/modules/document/tpl/category_list.html +++ b/modules/document/tpl/category_list.html @@ -14,7 +14,9 @@ {$lang->cmd_remake_cache}
-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/document/tpl/document_alias.html b/modules/document/tpl/document_alias.html index 53bbe1e42..32ca5b165 100644 --- a/modules/document/tpl/document_alias.html +++ b/modules/document/tpl/document_alias.html @@ -8,7 +8,9 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/editor/tpl/setup_component.html b/modules/editor/tpl/setup_component.html index e6afff725..1cef68378 100644 --- a/modules/editor/tpl/setup_component.html +++ b/modules/editor/tpl/setup_component.html @@ -6,7 +6,9 @@

{$lang->cmd_setup}

-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/file/tpl/file_config.html b/modules/file/tpl/file_config.html index fc0ff61cf..2b49af567 100644 --- a/modules/file/tpl/file_config.html +++ b/modules/file/tpl/file_config.html @@ -1,7 +1,9 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/file/tpl/file_list.html b/modules/file/tpl/file_list.html index 0d0103490..2657b00fa 100644 --- a/modules/file/tpl/file_list.html +++ b/modules/file/tpl/file_list.html @@ -3,7 +3,9 @@
-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/install/tpl/admin_form.html b/modules/install/tpl/admin_form.html index 90f314884..4af268c7a 100644 --- a/modules/install/tpl/admin_form.html +++ b/modules/install/tpl/admin_form.html @@ -4,7 +4,9 @@
-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
    diff --git a/modules/install/tpl/config_form.html b/modules/install/tpl/config_form.html index 04fffd42f..bb3e04128 100644 --- a/modules/install/tpl/config_form.html +++ b/modules/install/tpl/config_form.html @@ -4,7 +4,9 @@
    -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
      diff --git a/modules/install/tpl/form.cubrid.html b/modules/install/tpl/form.cubrid.html index 79a81e9a3..fbb32fa96 100644 --- a/modules/install/tpl/form.cubrid.html +++ b/modules/install/tpl/form.cubrid.html @@ -4,7 +4,9 @@
      -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/install/tpl/form.firebird.html b/modules/install/tpl/form.firebird.html index e0437004a..695a4f0a0 100644 --- a/modules/install/tpl/form.firebird.html +++ b/modules/install/tpl/form.firebird.html @@ -4,7 +4,9 @@
      -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/install/tpl/form.mssql.html b/modules/install/tpl/form.mssql.html index b90695bec..a7384c908 100644 --- a/modules/install/tpl/form.mssql.html +++ b/modules/install/tpl/form.mssql.html @@ -4,7 +4,9 @@
      -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/install/tpl/form.mysql.html b/modules/install/tpl/form.mysql.html index 32eff9fe3..145d71c9d 100644 --- a/modules/install/tpl/form.mysql.html +++ b/modules/install/tpl/form.mysql.html @@ -4,7 +4,9 @@
      -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/install/tpl/form.mysql_innodb.html b/modules/install/tpl/form.mysql_innodb.html index 32eff9fe3..145d71c9d 100644 --- a/modules/install/tpl/form.mysql_innodb.html +++ b/modules/install/tpl/form.mysql_innodb.html @@ -4,7 +4,9 @@
      -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/install/tpl/form.mysqli.html b/modules/install/tpl/form.mysqli.html index 32eff9fe3..145d71c9d 100644 --- a/modules/install/tpl/form.mysqli.html +++ b/modules/install/tpl/form.mysqli.html @@ -4,7 +4,9 @@
      -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/install/tpl/form.postgresql.html b/modules/install/tpl/form.postgresql.html index ddb5bf920..d78d4600c 100644 --- a/modules/install/tpl/form.postgresql.html +++ b/modules/install/tpl/form.postgresql.html @@ -4,7 +4,9 @@
      -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/install/tpl/form.sqlite2.html b/modules/install/tpl/form.sqlite2.html index c2fc91b6c..21f33407f 100644 --- a/modules/install/tpl/form.sqlite2.html +++ b/modules/install/tpl/form.sqlite2.html @@ -4,7 +4,9 @@
      -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/install/tpl/form.sqlite3_pdo.html b/modules/install/tpl/form.sqlite3_pdo.html index c2fc91b6c..21f33407f 100644 --- a/modules/install/tpl/form.sqlite3_pdo.html +++ b/modules/install/tpl/form.sqlite3_pdo.html @@ -4,7 +4,9 @@
      -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/integration_search/tpl/index.html b/modules/integration_search/tpl/index.html index 4955fc129..ea1293118 100644 --- a/modules/integration_search/tpl/index.html +++ b/modules/integration_search/tpl/index.html @@ -1,7 +1,9 @@ -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/integration_search/tpl/skin_info.html b/modules/integration_search/tpl/skin_info.html index f73ffe8df..541821231 100644 --- a/modules/integration_search/tpl/skin_info.html +++ b/modules/integration_search/tpl/skin_info.html @@ -1,6 +1,8 @@ -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/layout/tpl/insert_layout.html b/modules/layout/tpl/insert_layout.html index 77a0fce15..f485ed99e 100644 --- a/modules/layout/tpl/insert_layout.html +++ b/modules/layout/tpl/insert_layout.html @@ -1,6 +1,8 @@ -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/layout/tpl/layout_edit.html b/modules/layout/tpl/layout_edit.html index 96c31b789..924c23d2d 100644 --- a/modules/layout/tpl/layout_edit.html +++ b/modules/layout/tpl/layout_edit.html @@ -17,7 +17,9 @@

      {$lang->layout_image_repository}

      {nl2br($lang->about_layout_image_repository)}

      -

      {$XE_VALIDATOR_MESSAGE}

      +
      +

      {$XE_VALIDATOR_MESSAGE}

      +
      diff --git a/modules/layout/tpl/layout_modify.html b/modules/layout/tpl/layout_modify.html index 5c9e44f03..d38be7994 100644 --- a/modules/layout/tpl/layout_modify.html +++ b/modules/layout/tpl/layout_modify.html @@ -10,7 +10,9 @@
    -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    diff --git a/modules/member/skins/default/leave_form.html b/modules/member/skins/default/leave_form.html index 0f8735d50..1dd1f2bcd 100644 --- a/modules/member/skins/default/leave_form.html +++ b/modules/member/skins/default/leave_form.html @@ -1,7 +1,9 @@

    {$member_title = $lang->msg_leave_member}

    -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    diff --git a/modules/member/skins/default/login_form.html b/modules/member/skins/default/login_form.html index cca693620..265e947c5 100644 --- a/modules/member/skins/default/login_form.html +++ b/modules/member/skins/default/login_form.html @@ -7,7 +7,9 @@ -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    {$lang->cmd_login}
    diff --git a/modules/member/skins/default/modify_info.html b/modules/member/skins/default/modify_info.html index 985c7c64a..1f71de33e 100644 --- a/modules/member/skins/default/modify_info.html +++ b/modules/member/skins/default/modify_info.html @@ -24,7 +24,9 @@

    {$lang->msg_update_member}

    -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    profile_image == 'Y' || $member_config->image_name=='Y' || $member_config->image_mark=='Y')-->enctype="multipart/form-data"> diff --git a/modules/member/skins/default/resend_auth_mail.html b/modules/member/skins/default/resend_auth_mail.html index b0d304106..e816d4d40 100644 --- a/modules/member/skins/default/resend_auth_mail.html +++ b/modules/member/skins/default/resend_auth_mail.html @@ -2,7 +2,9 @@
    -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +

    {$lang->cmd_resend_auth_mail}

    diff --git a/modules/member/skins/default/signup_form.html b/modules/member/skins/default/signup_form.html index f30cba7c6..3a85d4312 100644 --- a/modules/member/skins/default/signup_form.html +++ b/modules/member/skins/default/signup_form.html @@ -8,7 +8,9 @@

    {$lang->cmd_signup}

    -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    diff --git a/modules/member/tpl/denied_id_list.html b/modules/member/tpl/denied_id_list.html index 086d1d393..68dc5c47e 100644 --- a/modules/member/tpl/denied_id_list.html +++ b/modules/member/tpl/denied_id_list.html @@ -45,7 +45,9 @@
    -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    diff --git a/modules/member/tpl/group_list.html b/modules/member/tpl/group_list.html index 5a2936ca0..f44eea20d 100644 --- a/modules/member/tpl/group_list.html +++ b/modules/member/tpl/group_list.html @@ -61,7 +61,9 @@ -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    diff --git a/modules/member/tpl/group_update_form.html b/modules/member/tpl/group_update_form.html index 95d80b541..ef306f8b7 100644 --- a/modules/member/tpl/group_update_form.html +++ b/modules/member/tpl/group_update_form.html @@ -3,7 +3,9 @@ -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    diff --git a/modules/member/tpl/insert_join_form.html b/modules/member/tpl/insert_join_form.html index fe02bb423..85479a367 100644 --- a/modules/member/tpl/insert_join_form.html +++ b/modules/member/tpl/insert_join_form.html @@ -1,6 +1,8 @@ -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    diff --git a/modules/member/tpl/insert_member.html b/modules/member/tpl/insert_member.html index 47a0502ab..76de22e1e 100644 --- a/modules/member/tpl/insert_member.html +++ b/modules/member/tpl/insert_member.html @@ -5,7 +5,9 @@ -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    diff --git a/modules/member/tpl/manage_member_group.html b/modules/member/tpl/manage_member_group.html index afad7978a..72b839b02 100644 --- a/modules/member/tpl/manage_member_group.html +++ b/modules/member/tpl/manage_member_group.html @@ -4,7 +4,9 @@

    {$lang->cmd_member_group} ({$lang->target} : {count($member_list)})

    -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    diff --git a/modules/member/tpl/member_config.html b/modules/member/tpl/member_config.html index a12d2d58c..531fa7168 100644 --- a/modules/member/tpl/member_config.html +++ b/modules/member/tpl/member_config.html @@ -2,7 +2,9 @@ -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    diff --git a/modules/menu/tpl/menu_insert.html b/modules/menu/tpl/menu_insert.html index 7eafeb905..815ce4bf1 100644 --- a/modules/menu/tpl/menu_insert.html +++ b/modules/menu/tpl/menu_insert.html @@ -1,7 +1,9 @@ -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    diff --git a/modules/menu/tpl/menu_management.html b/modules/menu/tpl/menu_management.html index a205d03b7..d3be2fb3b 100644 --- a/modules/menu/tpl/menu_management.html +++ b/modules/menu/tpl/menu_management.html @@ -15,7 +15,9 @@ -

    {$XE_VALIDATOR_MESSAGE}

    +
    +

    {$XE_VALIDATOR_MESSAGE}

    +
    diff --git a/modules/module/tpl/module_setup.html b/modules/module/tpl/module_setup.html index cd38125bc..19b60da59 100644 --- a/modules/module/tpl/module_setup.html +++ b/modules/module/tpl/module_setup.html @@ -4,7 +4,9 @@

    {$lang->bundle_setup}

-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/page/tpl/page_delete.html b/modules/page/tpl/page_delete.html index 024a91ff7..d93337b2e 100644 --- a/modules/page/tpl/page_delete.html +++ b/modules/page/tpl/page_delete.html @@ -1,7 +1,9 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/page/tpl/page_info.html b/modules/page/tpl/page_info.html index b927befae..d40a608c7 100644 --- a/modules/page/tpl/page_info.html +++ b/modules/page/tpl/page_info.html @@ -1,6 +1,8 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/page/tpl/page_insert.html b/modules/page/tpl/page_insert.html index 730e6abad..ea046d51d 100644 --- a/modules/page/tpl/page_insert.html +++ b/modules/page/tpl/page_insert.html @@ -1,7 +1,9 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/point/tpl/config.html b/modules/point/tpl/config.html index 2016d6736..dae4b2e37 100644 --- a/modules/point/tpl/config.html +++ b/modules/point/tpl/config.html @@ -1,6 +1,8 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/point/tpl/member_list.html b/modules/point/tpl/member_list.html index 21cc75062..9b72388fc 100644 --- a/modules/point/tpl/member_list.html +++ b/modules/point/tpl/member_list.html @@ -2,7 +2,9 @@

{$lang->point_update_desc}

-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/point/tpl/module_config.html b/modules/point/tpl/module_config.html index 5d136184d..aebf8a281 100644 --- a/modules/point/tpl/module_config.html +++ b/modules/point/tpl/module_config.html @@ -1,6 +1,8 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/poll/skins/default/form.html b/modules/poll/skins/default/form.html index 7c8764f91..2215e92f5 100644 --- a/modules/poll/skins/default/form.html +++ b/modules/poll/skins/default/form.html @@ -12,7 +12,9 @@
-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/poll/skins/simple/form.html b/modules/poll/skins/simple/form.html index 8b2d53567..c036eda0a 100644 --- a/modules/poll/skins/simple/form.html +++ b/modules/poll/skins/simple/form.html @@ -12,7 +12,9 @@
-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/poll/tpl/config.html b/modules/poll/tpl/config.html index 4ff962586..fec6c4495 100644 --- a/modules/poll/tpl/config.html +++ b/modules/poll/tpl/config.html @@ -1,7 +1,9 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/poll/tpl/poll_list.html b/modules/poll/tpl/poll_list.html index 3a9624432..18224be0b 100644 --- a/modules/poll/tpl/poll_list.html +++ b/modules/poll/tpl/poll_list.html @@ -2,7 +2,9 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/rss/tpl/rss_admin_index.html b/modules/rss/tpl/rss_admin_index.html index b1efe3ebe..083ac7b50 100644 --- a/modules/rss/tpl/rss_admin_index.html +++ b/modules/rss/tpl/rss_admin_index.html @@ -1,7 +1,9 @@

{$lang->total_feed} {$lang->cmd_management}

-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/spamfilter/tpl/denied_ip_list.html b/modules/spamfilter/tpl/denied_ip_list.html index 0ad87a34f..44ef138e5 100644 --- a/modules/spamfilter/tpl/denied_ip_list.html +++ b/modules/spamfilter/tpl/denied_ip_list.html @@ -7,7 +7,9 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}
diff --git a/modules/spamfilter/tpl/denied_word_list.html b/modules/spamfilter/tpl/denied_word_list.html index 837a28481..0a0b719eb 100644 --- a/modules/spamfilter/tpl/denied_word_list.html +++ b/modules/spamfilter/tpl/denied_word_list.html @@ -7,7 +7,9 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/spamfilter/tpl/index.html b/modules/spamfilter/tpl/index.html index ed221a475..87a658d55 100644 --- a/modules/spamfilter/tpl/index.html +++ b/modules/spamfilter/tpl/index.html @@ -1,6 +1,8 @@ -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/syndication/tpl/config.html b/modules/syndication/tpl/config.html index d21094f5b..71be4a4ce 100644 --- a/modules/syndication/tpl/config.html +++ b/modules/syndication/tpl/config.html @@ -4,7 +4,9 @@

{$lang->syndication} {$lang->cmd_management}

{$lang->about_syndication}

-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/trackback/tpl/send_trackback_form.html b/modules/trackback/tpl/send_trackback_form.html index 1728aa74e..56180f207 100644 --- a/modules/trackback/tpl/send_trackback_form.html +++ b/modules/trackback/tpl/send_trackback_form.html @@ -2,7 +2,9 @@

{$lang->cmd_send_trackback}

-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/trackback/tpl/trackback_list.html b/modules/trackback/tpl/trackback_list.html index 4fdbb6050..bcf0eb39a 100644 --- a/modules/trackback/tpl/trackback_list.html +++ b/modules/trackback/tpl/trackback_list.html @@ -2,7 +2,9 @@

{$lang->trackback} {$lang->cmd_management}

-

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+
diff --git a/modules/trash/tpl/trash_list.html b/modules/trash/tpl/trash_list.html index 19d2bd760..65627092a 100644 --- a/modules/trash/tpl/trash_list.html +++ b/modules/trash/tpl/trash_list.html @@ -3,7 +3,9 @@ var confirm_restore_msg = '{$lang->confirm_restore}'; -

{$XE_VALIDATOR_MESSAGE}

+
+

{$XE_VALIDATOR_MESSAGE}

+