Modify init.rb for widget

This commit is contained in:
Bernie Chiu 2013-08-25 14:16:56 +08:00 committed by chris
parent 31ee2d2be2
commit ca6b70660d
3 changed files with 7 additions and 4 deletions

View File

@ -21,4 +21,5 @@ en:
definition: Definition
time: Created time
ago: ago
widget:
search: Search

View File

@ -28,3 +28,5 @@ zh_tw:
new: 新增
edit: 修改
key: 索引值
widget:
search: 搜尋

View File

@ -37,9 +37,9 @@ module Dictionary
# style ["1"]
# end
# customize_widget "archive_search_block" do
# widget_i18n "announcement.widget.search"
# end
customize_widget "dictionary_search_block" do
widget_i18n "dictionary.widget.search"
end
# item "index","announcement.widget.index",:default_template=>true,:fields=>["title","category","postdate"]
# item "bulletins_and_web_links","announcement.widget.bulletins_and_web_links"