mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
게시판 카테고리(분류) 색상지정에 color picker 적용
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5806 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
35c15f5da6
commit
377d09141c
3 changed files with 9 additions and 3 deletions
|
|
@ -26,7 +26,7 @@
|
|||
$lang->about_category_title = '카테고리 이름을 입력해주세요';
|
||||
$lang->about_expand = '선택하시면 늘 펼쳐진 상태로 있게 합니다';
|
||||
$lang->about_category_group_srls = '선택하신 그룹만 현재 카테고리를 지정할 수 있도록 합니다';
|
||||
$lang->about_category_color = '분류 폰트색깔을 지정합니다.';
|
||||
$lang->about_category_color = '분류 폰트색깔을 지정합니다. 예) red 또는 #ff0000';
|
||||
|
||||
$lang->cmd_search_next = '계속 검색';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
<input type="hidden" name="category_srl" value="{$category_info->category_srl}" />
|
||||
<input type="hidden" name="parent_srl" value="{$category_info->parent_srl}" />
|
||||
|
||||
|
|
@ -25,7 +26,7 @@
|
|||
<tr>
|
||||
<th scope="row"><div>{$lang->category_color}</div></th>
|
||||
<td>
|
||||
<input type="text" name="category_color" value="{htmlspecialchars($category_info->color)}" class="inputTypeText" />
|
||||
<input type="text" name="category_color" value="{htmlspecialchars($category_info->color)}" class="color-indicator inputTypeText" />
|
||||
<p>{$lang->about_category_color}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -54,3 +55,8 @@
|
|||
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
jQuery(function(){
|
||||
jQuery('input.color-indicator').xe_colorpicker();
|
||||
});
|
||||
</script>
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<!--%import("js/document_category.js")-->
|
||||
<!--%import("css/document.css")-->
|
||||
|
||||
<!--%load_js_plugin("ui.colorpicker")-->
|
||||
<script type="text/javascript">
|
||||
var category_title = "{$lang->category}";
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue