소스 검색
Update list_sidebar.html
make placeholder search translatable
version-14
Fisher Yu
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
frappe/public/js/frappe/list/list_sidebar.html
|
|
@@ -56,7 +56,7 @@ |
|
|
|
</a> |
|
|
|
<ul class="dropdown-menu list-stats-dropdown" role="menu"> |
|
|
|
<div class="dropdown-search"> |
|
|
|
<input type="text" placeholder="Search" data-element="search" class="form-control input-xs"> |
|
|
|
<input type="text" placeholder={{__("Search") }} data-element="search" class="form-control input-xs"> |
|
|
|
</div> |
|
|
|
<div class="stat-result"> |
|
|
|
</div> |
|
|
|