OSDN Git Service

管理画面の日付検索をjavascrptのカレンダーで 2-2-stable 2.2.0
authorymatsumoto <ymatsumoto@appirits.com>
Thu, 18 Apr 2013 01:04:15 +0000 (10:04 +0900)
committerymatsumoto <ymatsumoto@appirits.com>
Thu, 18 Apr 2013 07:28:53 +0000 (16:28 +0900)
commit59911b4e979882624936ff508a05939b2773c513
tree9975a36778236910a4190033de543ffa634a7a1a
parent947409ea7a8252e5b36c58559f7cad16101d0d52
管理画面の日付検索をjavascrptのカレンダーで
選択できるような機能追加
69 files changed:
ChangeLog
app/controllers/admin/products_controller.rb
app/helpers/admin/base_helper.rb
app/views/admin/campaigns/_form.html.erb
app/views/admin/customers/_search.html.erb
app/views/admin/mail_magazines/_form.html.erb
app/views/admin/new_informations/_form.html.erb
app/views/admin/orders/_search.html.erb
app/views/admin/products/_form.html.erb
app/views/admin/products/_search.html.erb
app/views/admin/return_items/_form.html.erb
app/views/admin/return_items/_history_search.html.erb
app/views/admin/return_items/_search.html.erb
app/views/admin/stock_histories/_search.html.erb
app/views/admin/stock_in/_search.html.erb
app/views/admin/stock_modify/_search.html.erb
app/views/admin/totals/index.html.erb
app/views/layouts/admin/base.html.erb
public/images/calendar/error.gif [new file with mode: 0644]
public/images/calendar/icon_calendar.gif [new file with mode: 0644]
public/images/calendar/metal/base_dark.gif [new file with mode: 0644]
public/images/calendar/metal/base_date.gif [new file with mode: 0644]
public/images/calendar/metal/base_light.gif [new file with mode: 0644]
public/images/calendar/metal/button_left_off.gif [new file with mode: 0644]
public/images/calendar/metal/button_left_on.gif [new file with mode: 0644]
public/images/calendar/metal/button_right_off.gif [new file with mode: 0644]
public/images/calendar/metal/button_right_on.gif [new file with mode: 0644]
public/images/calendar/metal/concept.jpg [new file with mode: 0644]
public/images/calendar/metal/concept2.gif [new file with mode: 0644]
public/images/calendar/paper/base.gif [new file with mode: 0644]
public/images/calendar/paper/base_body.gif [new file with mode: 0644]
public/images/calendar/paper/base_date.gif [new file with mode: 0644]
public/images/calendar/paper/base_footer.gif [new file with mode: 0644]
public/images/calendar/paper/base_header.gif [new file with mode: 0644]
public/images/calendar/paper/base_line.gif [new file with mode: 0644]
public/images/calendar/paper/button_left_off.gif [new file with mode: 0644]
public/images/calendar/paper/button_left_on.gif [new file with mode: 0644]
public/images/calendar/paper/button_right_off.gif [new file with mode: 0644]
public/images/calendar/paper/button_right_on.gif [new file with mode: 0644]
public/images/calendar/paper/check.gif [new file with mode: 0644]
public/images/calendar/paper/concept.gif [new file with mode: 0644]
public/images/calendar/paper/concept2.gif [new file with mode: 0644]
public/images/calendar/paper/disabled.gif [new file with mode: 0644]
public/images/calendar/paper/line.gif [new file with mode: 0644]
public/images/calendar/simple/concept.gif [new file with mode: 0644]
public/images/calendar/simple/concept2.gif [new file with mode: 0644]
public/javascripts/calendar/lang_cs.js [new file with mode: 0644]
public/javascripts/calendar/lang_de.js [new file with mode: 0644]
public/javascripts/calendar/lang_en-GB.js [new file with mode: 0644]
public/javascripts/calendar/lang_es.js [new file with mode: 0644]
public/javascripts/calendar/lang_fr.js [new file with mode: 0644]
public/javascripts/calendar/lang_hu.js [new file with mode: 0644]
public/javascripts/calendar/lang_it.js [new file with mode: 0644]
public/javascripts/calendar/lang_ja.js [new file with mode: 0644]
public/javascripts/calendar/lang_pl.js [new file with mode: 0644]
public/javascripts/calendar/lang_pt-BR.js [new file with mode: 0644]
public/javascripts/calendar/lang_ro.js [new file with mode: 0644]
public/javascripts/calendar/lang_ru.js [new file with mode: 0644]
public/javascripts/calendar/lang_sk.js [new file with mode: 0644]
public/javascripts/calendar/lang_zh-cn.js [new file with mode: 0644]
public/javascripts/calendar/lang_zh-tw.js [new file with mode: 0644]
public/javascripts/calendar/protocalendar.js [new file with mode: 0644]
public/javascripts/calendar/protocalendar_min.js [new file with mode: 0644]
public/stylesheets/calendar/ext-simple.css [new file with mode: 0644]
public/stylesheets/calendar/jquery-calendar.css [new file with mode: 0644]
public/stylesheets/calendar/metal.css [new file with mode: 0644]
public/stylesheets/calendar/paper.css [new file with mode: 0644]
public/stylesheets/calendar/simple.css [new file with mode: 0644]
spec/helpers/admin/base_helper_spec.rb [new file with mode: 0644]