Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
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
OpenEdx
django-wiki
Commits
2108a322
Commit
2108a322
authored
Aug 10, 2013
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grid layout on all form-action occurences
parent
5a90cfe0
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
71 additions
and
44 deletions
+71
-44
wiki/plugins/attachments/templates/wiki/plugins/attachments/delete.html
+22
-16
wiki/plugins/attachments/templates/wiki/plugins/attachments/replace.html
+11
-8
wiki/plugins/images/templates/wiki/plugins/images/purge.html
+11
-8
wiki/plugins/images/templates/wiki/plugins/images/revision_add.html
+11
-8
wiki/plugins/notifications/templates/wiki/plugins/notifications/settings.html
+7
-4
wiki/templates/wiki/accounts/signup.html
+3
-0
wiki/templates/wiki/create_root.html
+3
-0
wiki/templates/wiki/delete.html
+3
-0
No files found.
wiki/plugins/attachments/templates/wiki/plugins/attachments/delete.html
View file @
2108a322
...
...
@@ -22,14 +22,17 @@
<form
method=
"POST"
class=
"form-horizontal"
id=
"attachment_form"
enctype=
"multipart/form-data"
>
{% wiki_form form %}
<div
class=
"form-group form-actions"
>
<a
href=
"{% url 'wiki:attachments_index' path=urlpath.path article_id=article.id %}"
class=
"btn btn-default"
>
<span
class=
"icon-arrow-left"
></span>
{% trans "Go back" %}
</a>
<button
class=
"btn btn-danger btn-large"
>
<span
class=
"icon-upload"
></span>
{% trans "Delete it!" %}
</button>
<div
class=
"col-lg-2"
></div>
<div
class=
"col-lg-10"
>
<a
href=
"{% url 'wiki:attachments_index' path=urlpath.path article_id=article.id %}"
class=
"btn btn-default"
>
<span
class=
"icon-arrow-left"
></span>
{% trans "Go back" %}
</a>
<button
class=
"btn btn-danger btn-large"
>
<span
class=
"icon-upload"
></span>
{% trans "Delete it!" %}
</button>
</div>
</div>
</form>
...
...
@@ -43,14 +46,17 @@
<form
method=
"POST"
class=
"form-horizontal"
id=
"attachment_form"
enctype=
"multipart/form-data"
>
{% wiki_form form %}
<div
class=
"form-group form-actions"
>
<a
href=
"{% url 'wiki:attachments_index' path=urlpath.path article_id=article.id %}"
class=
"btn btn-default"
>
<span
class=
"icon-arrow-left"
></span>
{% trans "Go back" %}
</a>
<button
class=
"btn btn-danger btn-large"
>
<span
class=
"icon-upload"
></span>
{% trans "Remove reference" %}
</button>
<div
class=
"col-lg-2"
></div>
<div
class=
"col-lg-10"
>
<a
href=
"{% url 'wiki:attachments_index' path=urlpath.path article_id=article.id %}"
class=
"btn btn-default"
>
<span
class=
"icon-arrow-left"
></span>
{% trans "Go back" %}
</a>
<button
class=
"btn btn-danger btn-large"
>
<span
class=
"icon-upload"
></span>
{% trans "Remove reference" %}
</button>
</div>
</div>
</form>
...
...
wiki/plugins/attachments/templates/wiki/plugins/attachments/replace.html
View file @
2108a322
...
...
@@ -32,14 +32,17 @@
<form
method=
"POST"
class=
"form-horizontal"
id=
"attachment_form"
enctype=
"multipart/form-data"
>
{% wiki_form form %}
<div
class=
"form-group form-actions"
>
<a
href=
"{% url 'wiki:attachments_index' path=urlpath.path article_id=article.id %}"
class=
"btn btn-default"
>
<span
class=
"icon-arrow-left"
></span>
{% trans "Go back" %}
</a>
<button
class=
"btn btn-primary"
>
<span
class=
"icon-upload"
></span>
{% trans "Upload replacement" %}
</button>
<div
class=
"col-lg-2"
></div>
<div
class=
"col-lg-10"
>
<a
href=
"{% url 'wiki:attachments_index' path=urlpath.path article_id=article.id %}"
class=
"btn btn-default"
>
<span
class=
"icon-arrow-left"
></span>
{% trans "Go back" %}
</a>
<button
class=
"btn btn-primary"
>
<span
class=
"icon-upload"
></span>
{% trans "Upload replacement" %}
</button>
</div>
</div>
</form>
...
...
wiki/plugins/images/templates/wiki/plugins/images/purge.html
View file @
2108a322
...
...
@@ -16,14 +16,17 @@
<form
method=
"POST"
class=
"form-horizontal"
enctype=
"multipart/form-data"
>
{% wiki_form form %}
<div
class=
"form-group form-actions"
>
<a
href=
"{% url 'wiki:images_index' path=urlpath.path article_id=article.id %}"
class=
"btn btn-default"
>
<span
class=
"icon-arrow-left"
></span>
{% trans "Go back" %}
</a>
<button
class=
"btn btn-primary"
>
<span
class=
"icon-trash"
></span>
{% trans "Remove it completely!" %}
</button>
<div
class=
"col-lg-2"
></div>
<div
class=
"col-lg-10"
>
<a
href=
"{% url 'wiki:images_index' path=urlpath.path article_id=article.id %}"
class=
"btn btn-default"
>
<span
class=
"icon-arrow-left"
></span>
{% trans "Go back" %}
</a>
<button
class=
"btn btn-primary"
>
<span
class=
"icon-trash"
></span>
{% trans "Remove it completely!" %}
</button>
</div>
</div>
</form>
...
...
wiki/plugins/images/templates/wiki/plugins/images/revision_add.html
View file @
2108a322
...
...
@@ -16,14 +16,17 @@
<form
method=
"POST"
class=
"form-horizontal"
enctype=
"multipart/form-data"
>
{% wiki_form form %}
<div
class=
"form-group form-actions"
>
<a
href=
"{% url 'wiki:images_index' path=urlpath.path article_id=article.id %}"
class=
"btn btn-default"
>
<span
class=
"icon-arrow-left"
></span>
{% trans "Go back" %}
</a>
<button
class=
"btn btn-primary"
>
<span
class=
"icon-upload"
></span>
{% trans "Upload replacement" %}
</button>
<div
class=
"col-lg-2"
></div>
<div
class=
"col-lg-10"
>
<a
href=
"{% url 'wiki:images_index' path=urlpath.path article_id=article.id %}"
class=
"btn btn-default"
>
<span
class=
"icon-arrow-left"
></span>
{% trans "Go back" %}
</a>
<button
class=
"btn btn-primary"
>
<span
class=
"icon-upload"
></span>
{% trans "Upload replacement" %}
</button>
</div>
</div>
</form>
...
...
wiki/plugins/notifications/templates/wiki/plugins/notifications/settings.html
View file @
2108a322
...
...
@@ -28,10 +28,13 @@
{% endfor %}
{% if formset.forms %}
<div
class=
"form-group form-actions"
>
<button
type=
"submit"
class=
"btn btn-primary"
>
<span
class=
"icon-ok"
></span>
{% trans "Save changes" %}
</button>
<div
class=
"col-lg-2"
></div>
<div
class=
"col-lg-10"
>
<button
type=
"submit"
class=
"btn btn-primary"
>
<span
class=
"icon-ok"
></span>
{% trans "Save changes" %}
</button>
</div>
</div>
{% endif %}
</form>
...
...
wiki/templates/wiki/accounts/signup.html
View file @
2108a322
...
...
@@ -7,10 +7,13 @@
<form
method=
"POST"
class=
"form-horizontal"
>
{% wiki_form form %}
<div
class=
"form-group form-actions"
>
<div
class=
"col-lg-2"
></div>
<div
class=
"col-lg-10"
>
<button
type=
"submit"
name=
"save_changes"
class=
"btn btn-primary btn-large"
>
<span
class=
"icon-plus"
></span>
{% trans "Sign me up..." %}
</button>
</div>
</div>
</form>
{% addtoblock "js" %}
...
...
wiki/templates/wiki/create_root.html
View file @
2108a322
...
...
@@ -29,7 +29,10 @@
<form
method=
"POST"
class=
"form-horizontal"
>
{% wiki_form create_form %}
<div
class=
"form-group form-actions"
>
<div
class=
"col-lg-2"
></div>
<div
class=
"col-lg-10"
>
<input
type=
"submit"
name=
"save_changes"
value=
"{% trans "
Create
root
"
%}
&
raquo
;"
class=
"btn btn-primary btn-large"
/>
</div>
</div>
</form>
...
...
wiki/templates/wiki/delete.html
View file @
2108a322
...
...
@@ -41,6 +41,8 @@
<form
method=
"POST"
class=
"form-horizontal"
>
{% wiki_form delete_form %}
<div
class=
"form-group form-actions"
>
<div
class=
"col-lg-2"
></div>
<div
class=
"col-lg-10"
>
<a
href=
"{% url 'wiki:get' path=urlpath.path article_id=article.id %}"
class=
"btn btn-default btn-large"
>
<span
class=
"icon-circle-arrow-left"
></span>
{% trans "Go back" %}
...
...
@@ -49,6 +51,7 @@
<span
class=
"icon-trash icon-white"
></span>
{% trans "Delete article" %}
</button>
</div>
</div>
</form>
{% endif %}
...
...
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