2013-01-14 10:19:14 +00:00
|
|
|
# module Announcement
|
|
|
|
# OrbitApp.registration "Announcement",:type=> 'ModuleApp' do
|
2012-09-24 03:43:48 +00:00
|
|
|
|
2013-01-14 10:19:14 +00:00
|
|
|
# base_url File.expand_path File.dirname(__FILE__)
|
|
|
|
# personal_plugin :enable => true,:path=>"panel/announcement/plugin/profile"
|
2012-09-24 03:43:48 +00:00
|
|
|
|
|
|
|
|
2013-01-14 10:19:14 +00:00
|
|
|
# end
|
2012-09-24 03:43:48 +00:00
|
|
|
|
2013-01-14 10:19:14 +00:00
|
|
|
# end
|
2012-09-13 10:31:44 +00:00
|
|
|
|
2012-09-24 03:43:48 +00:00
|
|
|
|
2012-09-13 10:31:44 +00:00
|
|
|
# OrbitApp.backend_side_bar 'News' do
|
|
|
|
|
|
|
|
# block :available_for => [:admin,:guest,:manager,:sub_manager],
|
|
|
|
# :active_for_controllers=> ['news_bulletins', '/panel/news/back_end/tags', 'news_bulletin_categorys', 'news_approvals'],
|
|
|
|
# :active_for_ob_auths_object => ['NewsBulletinCategory'],
|
|
|
|
# :head_link => panel_news_back_end_news_bulletins_path ,
|
2012-11-27 03:15:15 +00:00
|
|
|
# :head_label=> I18n.t(:news)
|
2012-09-13 10:31:44 +00:00
|
|
|
|
|
|
|
# context_link :link=>new_panel_news_back_end_news_bulletin_path ,
|
|
|
|
# :priority=>1,:label=>I18n.t('announcement.add_new'),
|
|
|
|
# :active_for_action=>{:news_bulletins=>:new}
|
|
|
|
|
|
|
|
# end
|