From 4b8dc5d7062f9199812d6bbe58f9cb728305c2b2 Mon Sep 17 00:00:00 2001 From: Alsotang Date: Wed, 7 May 2014 16:05:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=9E=E5=A4=8D=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/reply/edit.html | 8 ++++---- views/topic/edit.html | 10 +++++----- views/user/index.html | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/views/reply/edit.html b/views/reply/edit.html index 3e8901c..f2bfc33 100644 --- a/views/reply/edit.html +++ b/views/reply/edit.html @@ -10,13 +10,13 @@
<% if(typeof(edit_error) !== 'undefined' && edit_error){ %> -
+
× <%= edit_error %>
<% } %> <% if(typeof(error) !== 'undefined' && error){ %> -
+
<%= error %>
<% }else{ %> @@ -27,7 +27,7 @@ + ><%= typeof(content) !== 'undefined' && content || '' %>
@@ -47,7 +47,7 @@
<% } %> -
+
diff --git a/views/topic/edit.html b/views/topic/edit.html index b80dfdf..15bf389 100644 --- a/views/topic/edit.html +++ b/views/topic/edit.html @@ -14,13 +14,13 @@
<% if(typeof(edit_error) !== 'undefined' && edit_error){ %> -
+
× <%= edit_error %>
<% } %> <% if(typeof(error) !== 'undefined' && error){ %> -
+
<%= error %>
<% }else{ %> @@ -32,13 +32,13 @@
+ ><%= typeof(title) !== 'undefined' && title || '' %>
+ ><%= typeof(content) !== 'undefined' && content || '' %>
@@ -59,7 +59,7 @@
<% } %> -
+
diff --git a/views/user/index.html b/views/user/index.html index 489c0ad..b8b4e97 100644 --- a/views/user/index.html +++ b/views/user/index.html @@ -80,7 +80,7 @@

Email (Seen by Administrator): <%= user.email %> <% if (!user.active) { %> - 激活账号 + 激活账号 <% } %> <% } %>