Put inc/ajax_setting in new_admin

Fix callback for link on save
This commit is contained in:
Christophe Vilayphiou 2012-05-22 16:11:00 +08:00
parent ef72a2330c
commit d0b030c47d
4 changed files with 6 additions and 2 deletions

View File

@ -17,3 +17,4 @@
//= require side_bar_history
//= require rss
//= require ajax_form
//= require inc/ajax_setting

View File

@ -13,7 +13,7 @@ class Link < Item
protected
def add_http
unless self.url[/^http?s:\/\//]
unless self.url[/^http:\/\//] || self.url[/^https:\/\//]
self.url = 'http://' + self.url
end
end

View File

@ -9,7 +9,6 @@
<![endif]-->
<%= stylesheet_link_tag "new_admin" %>
<%= javascript_include_tag "new_admin" %>
<%= javascript_include_tag "inc/ajax_setting" %>
<%= yield :page_specific_css %>
<%= yield :page_specific_javascript %>
<%= csrf_meta_tag %>

View File

@ -217,6 +217,10 @@ en:
options: Options
orig_upload_file: Original filename
page: Page
page_context:
edit: Edit
ob_auth:
edit: Category authorization
page_part_kinds:
text: Text Area
public_r_tag: System Widget