Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
bbdc20d7
Commit
bbdc20d7
authored
May 11, 2009
by
Richard Mansfield
Browse files
Fix conflict in blogpost template
parent
942046c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/theme/default/editpost.tpl
View file @
bbdc20d7
...
...
@@ -9,44 +9,6 @@
{
include
file
=
"sidebar.tpl"
}
{
include
file
=
"columnleftstart.tpl"
}
<
<<<<<<
Updated
upstream:htdocs
/
artefact
/
blog
/
theme
/
default
/
editpost.tpl
{
$form
}
=======
{
$textinputform
}
<
div
id=
'uploader'
></div>
<div
id=
'browsebuttonstuff'
>
<input
id=
'browsebutton'
type=
'button'
class=
'button'
value=
'
{
str
tag
=
browsemyfiles
section
=
artefact
.
blog
}
'
>
</div>
<div
id=
'browsemyfiles'
style=
'display: none;'
>
<h3>
{
str
tag
=
myfiles
section
=
'artefact.file'
}
</h3>
<table
id=
'filebrowser'
class=
'tablerenderer fullwidth'
>
<thead><tr>
<th></th>
<th>
{
str
section
=
artefact
.
file
tag
=
Name
}
</th>
<th>
{
str
section
=
artefact
.
file
tag
=
Description
}
</th>
<th>
{
str
section
=
artefact
.
file
tag
=
Size
}
</th>
<th>
{
str
section
=
artefact
.
file
tag
=
Date
}
</th>
<th></th>
</tr></thead>
<tbody><tr><td></td></tr></tbody>
</table>
</div>
<h3>
{
str
section
=
artefact
.
blog
tag
=
attachedfiles
}
</h3>
<table
id=
'attachedfiles'
class=
'tablerenderer fullwidth'
>
<thead><tr>
<th></th>
<th>
{
str
section
=
artefact
.
file
tag
=
Name
}
</th>
<th>
{
str
section
=
artefact
.
file
tag
=
Description
}
</th>
<th>
{
str
tag
=
tags
}
</th>
<th></th>
</tr></thead>
<tbody><tr><td></td></tr></tbody>
</table>
{
$draftform
}
<div
id=
'savecancel'
>
<input
type=
'button'
class=
'button'
value=
'
{
str
tag
=
savepost
section
=
artefact
.
blog
}
'
onclick=
"saveblogpost()"
>
<input
type=
'button'
class=
'cancel'
value=
'
{
str
tag
=
cancel
}
'
onclick=
"canceledit()"
>
</div>
>>>>>>> Stashed changes:htdocs/artefact/blog/theme/default/editpost.tpl
{
include
file
=
"columnleftend.tpl"
}
{
include
file
=
"footer.tpl"
}
Write
Preview
Supports
Markdown
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