From 6f9c10651c87ead6e25527bcb189bb4fa92b3bdc Mon Sep 17 00:00:00 2001 From: ouyangxuhua Date: Thu, 17 Sep 2015 17:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B3=BB=E7=BB=9F=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admin/messages.html.erb | 44 +++++++++++++------ app/views/users/user_system_messages.html.erb | 1 + 2 files changed, 31 insertions(+), 14 deletions(-) diff --git a/app/views/admin/messages.html.erb b/app/views/admin/messages.html.erb index 5e49822ad..cd060e700 100644 --- a/app/views/admin/messages.html.erb +++ b/app/views/admin/messages.html.erb @@ -1,16 +1,20 @@ <%= javascript_include_tag "/assets/kindeditor/kindeditor",'/assets/kindeditor/pasteimg' %> +<%= stylesheet_link_tag "project","public"%>

<%=l(:label_system_message)%>


<%= form_for(@admin_messages, :html => {:id =>'system_messages-form'}) do |f| %> -
- <%= f.text_area :subject %> -
-
- <%= f.kindeditor :description,:width=>'87%',:editor_id=>'system_message_editor' %> +
  • + + +

    +
  • +
  • + + <%= f.kindeditor :description,:width=>'87.5%',:editor_id=>'system_message_editor' %>

    -
  • +

    @@ -22,13 +26,7 @@