Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
92196110
Commit
92196110
authored
Jan 24, 2012
by
Bridger Maxwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added UI for locking article. Did more testing/bug fixes on deletion. Seems stable.
--HG-- branch : bridgerwiki
parent
8f124e17
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
simplewiki_history.html
+4
-3
No files found.
simplewiki_history.html
View file @
92196110
...
...
@@ -76,9 +76,10 @@ ${ wiki_article.title }
%
endif
/>
%if show_delete_revision:
<input
type=
"submit"
name=
"delete"
value=
"Delete revision"
/>
<input
type=
"submit"
name=
"restore"
value=
"Restore revision"
/>
<input
type=
"submit"
name=
"delete_all"
value=
"Delete all revisions"
>
<input
type=
"submit"
name=
"delete"
value=
"Admin Delete revision"
/>
<input
type=
"submit"
name=
"restore"
value=
"Admin Restore revision"
/>
<input
type=
"submit"
name=
"delete_all"
value=
"Admin Delete all revisions"
>
<input
type=
"submit"
name=
"lock_article"
value=
"${'Lock Article' if not wiki_article.locked else 'Unlock Article'}"
>
%endif
</form>
</
%
block>
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