diff --git a/modules/editor/components/poll_maker/tpl/popup.css b/modules/editor/components/poll_maker/tpl/popup.css index 1a3c8d96c..af8277fc0 100644 --- a/modules/editor/components/poll_maker/tpl/popup.css +++ b/modules/editor/components/poll_maker/tpl/popup.css @@ -2,6 +2,7 @@ .editor_window { width:500px; + height:260px; clear:both; } diff --git a/plugins/archive_list/conf/info.xml b/plugins/archive_list/conf/info.xml index ac5612436..6f1a03c3a 100644 --- a/plugins/archive_list/conf/info.xml +++ b/plugins/archive_list/conf/info.xml @@ -15,7 +15,7 @@ 대상 모듈 mid_list - 선택하신 모듈에 등록된 태그를 대상으로 합니다. + 선택하신 모듈에 등록된 글을 대상으로 합니다. diff --git a/plugins/calendar/conf/info.xml b/plugins/calendar/conf/info.xml index 450407914..cfa0aec19 100644 --- a/plugins/calendar/conf/info.xml +++ b/plugins/calendar/conf/info.xml @@ -9,7 +9,7 @@ 대상 모듈 mid_list - 선택하신 모듈에 등록된 태그를 대상으로 합니다. + 선택하신 모듈에 등록된 글을 대상으로 합니다. diff --git a/plugins/newest_comment/skins/blog_newest_comment/list.html b/plugins/newest_comment/skins/blog_newest_comment/list.html index 9bf115353..0a1c04ee2 100644 --- a/plugins/newest_comment/skins/blog_newest_comment/list.html +++ b/plugins/newest_comment/skins/blog_newest_comment/list.html @@ -16,11 +16,11 @@
- {cut_str($val->content,15,'...')} + {cut_str(strip_tags($val->content),15,'...')} - - {$val->nick_name} + {$val->nick_name} - - {$val->nick_name} + {$val->nick_name}
diff --git a/plugins/newest_comment/skins/blog_newest_comment/normal/style.css b/plugins/newest_comment/skins/blog_newest_comment/normal/style.css index ba7625a83..21f92e697 100644 --- a/plugins/newest_comment/skins/blog_newest_comment/normal/style.css +++ b/plugins/newest_comment/skins/blog_newest_comment/normal/style.css @@ -27,11 +27,15 @@ .newest_comment_normal .newest_comment_box .comment { padding:0px 0px 5px 5px; + height:16px; + overflow:hidden; color:#AAAAAA; + clear:both; } .newest_comment_normal .newest_comment_box .comment A { text-decoration:none; + float:left; color:#555555; } @@ -46,4 +50,5 @@ .newest_comment_normal .newest_comment_box .comment .writer { cursor:pointer; + float:right; } diff --git a/plugins/newest_trackback/conf/info.xml b/plugins/newest_trackback/conf/info.xml index b271a0581..f3f43bc6a 100644 --- a/plugins/newest_trackback/conf/info.xml +++ b/plugins/newest_trackback/conf/info.xml @@ -1,15 +1,15 @@ - 최근 트랙백 출력 + 최근 엮인글 출력 제로 - 최근 트랙백 (trackback)을 출력하는 플러그인입니다. + 최근 엮인글 (trackback)을 출력하는 플러그인입니다. 제목 text - 최근 트랙백 제목으로 출력됩니다. + 최근 엮인글 제목으로 출력됩니다. 목록수 diff --git a/plugins/tag_list/conf/info.xml b/plugins/tag_list/conf/info.xml index 95993ab58..ffeefe194 100644 --- a/plugins/tag_list/conf/info.xml +++ b/plugins/tag_list/conf/info.xml @@ -1,15 +1,15 @@ - 태그 목록 출력 + 꼬리표 목록 출력 제로 - 선택된 모듈의 태그 목록을 정해진 순위만큼 노출하여 줍니다 + 선택된 모듈의 꼬리표 목록을 정해진 순위만큼 노출하여 줍니다 제목 text - 최근 트랙백 제목으로 출력됩니다. + 꼬리표 출력시 제목으로 출력됩니다. 목록수 @@ -19,7 +19,7 @@ 대상 모듈 mid_list - 선택하신 모듈에 등록된 태그를 대상으로 합니다. + 선택하신 모듈에 등록된 꼬리표를 대상으로 합니다. diff --git a/plugins/tag_list/skins/blog_tag_list/skin.xml b/plugins/tag_list/skins/blog_tag_list/skin.xml index e3e4719d4..80b49abde 100644 --- a/plugins/tag_list/skins/blog_tag_list/skin.xml +++ b/plugins/tag_list/skins/blog_tag_list/skin.xml @@ -1,9 +1,9 @@ - 태그 목록 출력 + 꼬리표 목록 출력 제로 - 태그 목록을 출력합니다. + 꼬리표 목록을 출력합니다. diff --git a/plugins/tag_list/tag_list.class.php b/plugins/tag_list/tag_list.class.php index 01328ca44..45251a6a1 100644 --- a/plugins/tag_list/tag_list.class.php +++ b/plugins/tag_list/tag_list.class.php @@ -2,7 +2,7 @@ /** * @class tag_list * @author zero (zero@nzeo.com) - * @brief 태그 목록 출력 + * @brief 꼬리표 목록 출력 * @version 0.1 **/