Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fc9ec538
authored
Feb 11, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: markup fix
parent
fa9dda71
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
one/templates/box-grouplist.html
+2
-2
one/templates/new-share.html
+7
-5
No files found.
one/templates/box-grouplist.html
View file @
fc9ec538
...
...
@@ -88,12 +88,12 @@
<p>
<textarea
name=
"members"
placeholder=
"{% trans 'Student NEPTUN codes, one per line' %}"
id=
"new-group-members"
></textarea>
</p>
<h4>
{% trans "Summary" %}
</h4>
<
!--<
h4>{% trans "Summary" %}</h4>
<p>
<strong>{% trans "Group name" %}:</strong> <span id="new-group-summary-name"></span><br />
<strong>{% trans "Semester" %}:</strong> <span id="new-group-summary-semester"></span><br />
<strong>{% trans "Member count" %}:</strong> <span id="new-group-summary-count"></span><br />
</p>
</p>
-->
<p>
{% csrf_token %}
<input
type=
"submit"
value=
"{% trans "
Done
"
%}"
>
...
...
one/templates/new-share.html
View file @
fc9ec538
...
...
@@ -5,11 +5,11 @@
<h2>
{% blocktrans with t=base.name%}Sharing template: {{t}}{% endblocktrans %}
</h2>
{% if not group %}
<div
class=
"hilight"
>
<p
>
{% trans "Choose a group" %}
</p>
<p
style=
"margin: 5px"
>
{% trans "Choose a group" %}
</p>
{% if not groups %}
<p
class=
"hilight
"
>
{% trans "You have no groups." %}
</p>
<p
style=
"margin: 5px
"
>
{% trans "You have no groups." %}
</p>
{% endif %}
<ul
>
<ul
style=
"margin: 5px"
>
<li>
<label
for=
"share-group"
>
{% trans "Group" %}
</label>
<select
id=
"share-group-select"
name=
"group"
{%
if
not
groups
%}
disabled=
""
{%
endif
%}
>
...
...
@@ -60,13 +60,15 @@
{% endfor %}
<div
class=
"clear"
></div>
</li>
<li
class=
"clear"
>
<li>
<label
for=
"share-instance-limit"
>
{% trans "Maximal count of instances" %}
</label>
<input
type=
"number"
name=
"instance_limit"
id=
"share-instance-limit"
value=
"10"
/>
<div
class=
"clear"
></div>
</li>
<li
class=
"clear"
>
<li>
<label
for=
"share-instance-limit"
>
{% trans "Maximal count of instaces/user" %}
</label>
<input
type=
"number"
name=
"per_user_limit"
id=
"share-per-user-limit"
value=
"1"
/>
<div
class=
"clear"
></div>
</li>
<li
style=
"border: none"
class=
"clear"
>
...
...
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