diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index 68c38d1fc..fe06fbba3 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -53,7 +53,7 @@ body>.popup{margin:1em} .x .table caption strong{color:#e00} .x .table caption .side{float:right;font-weight:normal;margin-left:1em} .x .table th, -.x .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap} +.x .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd} .x .table th{background:#f8f8f8} .x .table thead th{border-bottom:1px solid #999} .x .table tfoot td{font-weight:bold;background:#f8f8f8} diff --git a/modules/admin/tpl/css/admin.min.css b/modules/admin/tpl/css/admin.min.css index 4f0584000..fe06fbba3 100644 --- a/modules/admin/tpl/css/admin.min.css +++ b/modules/admin/tpl/css/admin.min.css @@ -53,7 +53,7 @@ body>.popup{margin:1em} .x .table caption strong{color:#e00} .x .table caption .side{float:right;font-weight:normal;margin-left:1em} .x .table th, -.x .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap} +.x .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd} .x .table th{background:#f8f8f8} .x .table thead th{border-bottom:1px solid #999} .x .table tfoot td{font-weight:bold;background:#f8f8f8} @@ -383,10 +383,10 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */ .x .langEdit .langList li a{display:inline-block;width:80px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis} .x .langEdit .langList li.active{background:url(../img/iconArrow.gif) no-repeat right -188px} .x .langEdit.showChild .langList{display:block} -.x .langEdit #langInput{background:#fff} -.x .langEdit #langInput h2{padding:5px 10px;margin:0 0 -1px 0;font-size:12px;font-weight:normal;color:#666;border:1px solid #eee;border-top-color:#ccc} -.x .langEdit #langInput h2 strong{color:#000;font-size:14px} -.x .langEdit.showChild #langInput{position:absolute;left:285px;top:0} +.x .langEdit .langInput{background:#fff} +.x .langEdit .langInput h2{padding:5px 10px;margin:0 0 -1px 0;font-size:12px;font-weight:normal;color:#666;border:1px solid #eee;border-top-color:#ccc} +.x .langEdit .langInput h2 strong{color:#000;font-size:14px} +.x .langEdit.showChild .langInput{position:absolute;left:285px;top:0} .x .langEdit li.en input, .x .langEdit li.en textarea, .x .mLangEdit li.en textarea{background:url(../img/flag.us.gif) no-repeat 99% 5px} diff --git a/modules/comment/tpl/comment_module_config.html b/modules/comment/tpl/comment_module_config.html index 14b233882..a548671c7 100644 --- a/modules/comment/tpl/comment_module_config.html +++ b/modules/comment/tpl/comment_module_config.html @@ -34,12 +34,9 @@ - - - - - - +
+ +
diff --git a/modules/comment/tpl/declared_list.html b/modules/comment/tpl/declared_list.html index cee667614..099d14f7d 100644 --- a/modules/comment/tpl/declared_list.html +++ b/modules/comment/tpl/declared_list.html @@ -34,18 +34,16 @@ {$oComment->get('ipaddress')} - - - {$lang->cmd_cancel_declare} - {$lang->cmd_select_all} - {$lang->cmd_reverse_all} - - - - +
+ + {$lang->cmd_select_all} + {$lang->cmd_reverse_all} + + +
diff --git a/modules/document/tpl/category_info.html b/modules/document/tpl/category_info.html index 46625e2d0..962394527 100644 --- a/modules/document/tpl/category_info.html +++ b/modules/document/tpl/category_info.html @@ -56,14 +56,12 @@

{$lang->about_category_group_srls}

- - - - - - +
+ +
+ - - - - - +
+ +
diff --git a/modules/member/tpl/join_form_list.html b/modules/member/tpl/join_form_list.html index f7581fe8e..9c0c54c23 100644 --- a/modules/member/tpl/join_form_list.html +++ b/modules/member/tpl/join_form_list.html @@ -8,39 +8,39 @@ -
+
- - - - - - - + + + + + + + - + - - - - + - - -
{$lang->column_title}
{$lang->column_name}
{$lang->column_type}
{$lang->is_active}
{$lang->is_required}
{$lang->regdate}
 
{$lang->column_title}{$lang->column_name}{$lang->column_type}{$lang->is_active}{$lang->is_required}{$lang->regdate} 
{$val->column_title} {$val->column_name} {$lang->column_type_list[$val->column_type]} {$val->is_active} {$val->required} {zdate($val->regdate,"Y-m-d")}{$lang->cmd_move_up}{$lang->cmd_move_down}{$lang->cmd_modify}{$lang->cmd_delete} + + + {$lang->cmd_modify} + +
- {$lang->cmd_make} -
+
+ {$lang->cmd_make} +
diff --git a/modules/member/tpl/modify_info_mobile.html b/modules/member/tpl/modify_info_mobile.html index 41ac446fb..45a7012e5 100644 --- a/modules/member/tpl/modify_info_mobile.html +++ b/modules/member/tpl/modify_info_mobile.html @@ -47,7 +47,7 @@
profile_image - {$lang->cmd_delete} +
@@ -62,7 +62,7 @@
image_name
- {$lang->cmd_delete} +
@@ -77,7 +77,7 @@
image_mark - {$lang->cmd_delete} +
diff --git a/modules/menu/tpl/menu_item_info.html b/modules/menu/tpl/menu_item_info.html index fc86b4e46..b94a8e874 100644 --- a/modules/menu/tpl/menu_item_info.html +++ b/modules/menu/tpl/menu_item_info.html @@ -51,7 +51,7 @@ {$lang->menu_normal_btn} @@ -65,7 +65,7 @@ {$lang->menu_hover_btn} @@ -79,7 +79,7 @@ {$lang->menu_active_btn} diff --git a/modules/menu/tpl/menu_management.html b/modules/menu/tpl/menu_management.html index 54ed6036a..93618ff99 100644 --- a/modules/menu/tpl/menu_management.html +++ b/modules/menu/tpl/menu_management.html @@ -27,12 +27,8 @@ {$lang->title} -
- -
-
- -
+ + diff --git a/modules/module/tpl/module_grants.html b/modules/module/tpl/module_grants.html index 5ca124034..8a65db850 100644 --- a/modules/module/tpl/module_grants.html +++ b/modules/module/tpl/module_grants.html @@ -6,72 +6,68 @@
- - - -

{$lang->about_admin_id}

-
- - - - - - - - -
{$lang->admin_id} - -
- - - -
-
- -

{$lang->about_grant}

-

{$lang->about_grant_deatil}

-
- - + + + +

{$lang->about_admin_id}

+
+
- - - - - - - - + - - - -
{$lang->grant}{$lang->target}
{$grant_item->title}{$lang->admin_id} - - -
- - + + + +
-
- + +
+ +

{$lang->about_grant}

+

{$lang->about_grant_deatil}

+
+ + + + + + + + + + + + + + + +
{$lang->grant}{$lang->target}
{$grant_item->title} + + + + +
+
+
+ +
diff --git a/modules/opage/tpl/content.html b/modules/opage/tpl/content.html index b34a8de56..fff320836 100644 --- a/modules/opage/tpl/content.html +++ b/modules/opage/tpl/content.html @@ -2,7 +2,7 @@ -
- {$lang->cmd_setup} + diff --git a/modules/page/tpl/article_content_modify.html b/modules/page/tpl/article_content_modify.html index 6b91e765f..2c51f1319 100644 --- a/modules/page/tpl/article_content_modify.html +++ b/modules/page/tpl/article_content_modify.html @@ -13,13 +13,13 @@

{$lang->about_tag}

-
+
- - + + - +
diff --git a/modules/page/tpl/page_content_modify.html b/modules/page/tpl/page_content_modify.html index 19dbc08c2..64f8c9174 100644 --- a/modules/page/tpl/page_content_modify.html +++ b/modules/page/tpl/page_content_modify.html @@ -4,41 +4,29 @@ - -
{$page_content}
-
-
-
- - - - - + + + + + + -
- -
- -
-
- - - -
-
-
- - - -
-
-
-
+
+
+ + + + +
+ + +
+
diff --git a/modules/page/tpl/page_info.html b/modules/page/tpl/page_info.html index 837ec3847..f733f12bc 100644 --- a/modules/page/tpl/page_info.html +++ b/modules/page/tpl/page_info.html @@ -131,8 +131,6 @@ {$lang->cmd_list} - - {$lang->cmd_back}
diff --git a/modules/page/tpl/page_insert.html b/modules/page/tpl/page_insert.html index 71f9da062..6528ab980 100644 --- a/modules/page/tpl/page_insert.html +++ b/modules/page/tpl/page_insert.html @@ -5,141 +5,140 @@

{$XE_VALIDATOR_MESSAGE}

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{$lang->page_type}
{$lang->page_type}
- -

{$lang->about_page_type}

-
{$lang->mid}
- -

{$lang->about_mid}

-
{$lang->module_category}
- -

{$lang->about_module_category}

-
{$lang->browser_title}
- - {$lang->cmd_find_langcode} -

{$lang->about_browser_title}

-
{$lang->layout}
- -

{$lang->about_layout}

-
{$lang->mobile_view}
- use_mobile == "Y")-->checked="checked" /> -

{$lang->about_mobile_view}

-
{$lang->mobile_layout}
- -

{$lang->about_layout}

-
{$lang->page_caching_interval}
- {$lang->unit_min} -

{$lang->about_page_caching_interval}

-
{$lang->skin}
- -

{$lang->about_skin}

-
{$lang->mobile_skin}
- -

{$lang->about_skin}

-
{$lang->opage_path}
- -

{$lang->about_opage_path}{realpath("./")}

-
{$lang->opage_mobile_path}
- -

{$lang->about_opage_mobile_path}{realpath("./")}

-
- -
- + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{$lang->page_type}
{$lang->page_type} + +

{$lang->about_page_type}

+
{$lang->mid} + +

{$lang->about_mid}

+
{$lang->module_category} + +

{$lang->about_module_category}

+
{$lang->browser_title} + + {$lang->cmd_find_langcode} +

{$lang->about_browser_title}

+
{$lang->layout} + +

{$lang->about_layout}

+
{$lang->mobile_view} + use_mobile == "Y")-->checked="checked" /> +

{$lang->about_mobile_view}

+
{$lang->mobile_layout} + +

{$lang->about_layout}

+
{$lang->page_caching_interval} + {$lang->unit_min} +

{$lang->about_page_caching_interval}

+
{$lang->skin} + +

{$lang->about_skin}

+
{$lang->mobile_skin} + +

{$lang->about_skin}

+
{$lang->opage_path} + +

{$lang->about_opage_path}{realpath("./")}

+
{$lang->opage_mobile_path} + +

{$lang->about_opage_mobile_path}{realpath("./")}

+
+
+
+ +
diff --git a/modules/page/tpl/page_mobile_content_modify.html b/modules/page/tpl/page_mobile_content_modify.html index 5e27a3899..afe3b17d6 100644 --- a/modules/page/tpl/page_mobile_content_modify.html +++ b/modules/page/tpl/page_mobile_content_modify.html @@ -17,27 +17,19 @@ -
- -
- -
-
+
+
+ + - - +
-
-
- - - -
-
+ +
diff --git a/modules/point/tpl/member_list.html b/modules/point/tpl/member_list.html index 63efce546..310f392e4 100644 --- a/modules/point/tpl/member_list.html +++ b/modules/point/tpl/member_list.html @@ -87,8 +87,8 @@ - - - {$lang->cmd_cancel} + + + diff --git a/modules/point/tpl/module_config.html b/modules/point/tpl/module_config.html index 3d227cc57..464b03c7e 100644 --- a/modules/point/tpl/module_config.html +++ b/modules/point/tpl/module_config.html @@ -33,11 +33,6 @@ {$config->point_name} - - - - -
diff --git a/modules/poll/skins/default/form.html b/modules/poll/skins/default/form.html index 2215e92f5..6c455c054 100644 --- a/modules/poll/skins/default/form.html +++ b/modules/poll/skins/default/form.html @@ -76,8 +76,8 @@
- - + +