Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
baas
Commits
313d6c0c
Commit
313d6c0c
authored
Nov 11, 2015
by
Efthymia Bika
Browse files
Add From/To Legends and Name help
parent
81d149ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
baas/backup-list.html
View file @
313d6c0c
...
...
@@ -178,6 +178,7 @@
</div>
<form>
<fieldset>
<legend>
From
</legend>
<div
class=
"clearfix"
>
<div
class=
"small-3 columns"
>
<label
id=
"directory_label"
for=
"directory"
class=
"right"
>
...
...
@@ -200,6 +201,9 @@
onchange=
"$('#directory').html($(this).val());
check_directory('directory');"
/>
</div>
</fieldset>
<fieldset>
<legend>
To
</legend>
<div
class=
"clearfix"
>
<div
class=
"small-3 columns"
>
<label
id=
"cloud_label"
for=
"cloud"
class=
"right inline"
>
Cloud
</label>
...
...
@@ -212,7 +216,10 @@
</div>
<div
class=
"clearfix"
>
<div
class=
"small-3 columns"
>
<label
id=
"backup_name_label"
for=
"backup-name"
class=
"right inline"
>
Name
</label>
<label
id=
"backup_name_label"
for=
"backup-name"
class=
"right inline"
>
Name
<i
class=
"fa fa-info-circle green-info"
onclick=
"$('#name-info').slideDown();"
></i>
</label>
</div>
<div
class=
"small-9 columns error"
id=
"backup-name-error"
>
<input
type=
"text"
id=
"backup-name"
...
...
@@ -221,6 +228,11 @@
onchange=
"check_backup_name();"
>
<small
class=
"error"
></small>
</div>
<div
class=
"small-3 columns"
>
</div>
<div
class=
"small-9 columns hide info-text panel"
id=
"name-info"
>
<i
class=
"fa fa-times right"
onclick=
"$('#name-info').slideUp();"
></i>
Backup name will also appear as a container in your cloud
</div>
</div>
</fieldset>
<fieldset>
...
...
baas/static/stylesheets/custom.css
View file @
313d6c0c
...
...
@@ -37,7 +37,7 @@
.info-text
{
padding
:
3px
;
font-size
:
small
;
background
:
#
DCEFCE
;
background
:
#
F0F4ED
;
}
.blue-bar
{
background
:
#146A84
;
...
...
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