diff --git a/app/views/admin/items/_site_bar.html.erb b/app/views/admin/items/_site_bar.html.erb index 92033e0e..eef5c323 100644 --- a/app/views/admin/items/_site_bar.html.erb +++ b/app/views/admin/items/_site_bar.html.erb @@ -27,9 +27,10 @@
  • <%= link_to admin_site_search_engine_path(@site), :class => active_for_action('sites', 'site_info') do %><%end%>
  • -
  • -
  • - +
  • <%= link_to admin_site_preference_path(@site), :class => active_for_action('sites', 'preference') do %><%end%>
  • + + diff --git a/app/views/admin/sites/_side_bar.html.erb b/app/views/admin/sites/_side_bar.html.erb index a1364789..f2a63ce1 100644 --- a/app/views/admin/sites/_side_bar.html.erb +++ b/app/views/admin/sites/_side_bar.html.erb @@ -18,8 +18,8 @@
  • <%= link_to admin_site_preference_path(@site), :class => active_for_action('sites', 'preference') do %><%end%>
  • -
  • - + diff --git a/app/views/admin/sites/preference.html.erb b/app/views/admin/sites/preference.html.erb index 1ce43e46..07159eaf 100644 --- a/app/views/admin/sites/preference.html.erb +++ b/app/views/admin/sites/preference.html.erb @@ -2,4 +2,217 @@ <%= render :partial => 'layouts/side_bar', :locals => {:link_name => t('site.settings'), :link_url => admin_site_site_info_path(@site), :icon => 'icons-cog', :side_bar_content => 'admin/sites/side_bar'} %> <% end %> -system_info.html.erb \ No newline at end of file + + <%= stylesheet_link_tag "lib/wrap-nav"%> + <%= stylesheet_link_tag "lib/main-forms"%> + <%= stylesheet_link_tag "lib/fileupload"%> + <%= stylesheet_link_tag "lib/togglebox"%> + + <%= javascript_include_tag 'lib/bootstrap-fileupload' %> + <%= javascript_include_tag 'lib/site_set' %> + + + + +
    +
    + + + +
    + + + + +
    + + + + + + +
    + +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    + +
    + + +
    +
    + +
    + + Only can be viewed by users logged in +
    +
    +
    + +
    + + All users can visit backend pages +
    +
    +
    + +
    + +
    +
    + +
    + + +
    +
    + +
    + +
    +
    +
    + +
    + + +
    +
    +
    + +
    + + +
    +
    + +
    + + +
    +
    + +
    + +
    +
    + +
    +
    + + Select image + Change + + + Cancel +
    + +
    +
    +
    +
    +
    + +
    + +
    +
    +
    + +
    +
      +
    • + + +
    • +
    • + + +
    • +
    +
    +
    + +
    +
    + +
    + +
    + + +
    + +
    +
    \ No newline at end of file