Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
7a42c8ed
Commit
7a42c8ed
authored
Apr 28, 2016
by
Aaron Wells
Committed by
Gerrit Code Review
Apr 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug 1571848: Adding stying to deleted post message" into 16.04_STABLE
parents
5640002d
0bf57cac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
htdocs/theme/raw/plugintype/interaction/forum/templates/post.tpl
...theme/raw/plugintype/interaction/forum/templates/post.tpl
+1
-1
htdocs/theme/raw/sass/features/_forum-post.scss
htdocs/theme/raw/sass/features/_forum-post.scss
+9
-0
No files found.
htdocs/theme/raw/plugintype/interaction/forum/templates/post.tpl
View file @
7a42c8ed
{
if
$post
->
deleted
}
<p
class=
"deletedpost"
>
<p
class=
"deletedpost"
style=
"margin-left:auto; margin-right:0px; width:
{
$width
}
%"
>
{
if
$post
->
deletedcount
>
1
}
{
str
tag
=
"postsbyuserweredeleted"
section
=
"interaction.forum"
args
=
array
(
$post
->
deletedcount
,
display_name
(
$post
->
poster
))
}
{
else
}
...
...
htdocs/theme/raw/sass/features/_forum-post.scss
View file @
7a42c8ed
...
...
@@ -39,4 +39,13 @@
background
:
#f9f9f9
!
important
;
}
}
}
.deletedpost
{
margin-top
:
0
;
font-style
:
italic
;
padding
:
5px
10px
;
color
:
#666
;
background
:
#F4F4F4
;
border-radius
:
5px
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment