Skip to content

Commit 273f901

Browse files
committed
fix form labels when taking snapshot.
1 parent 74ab586 commit 273f901

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/views/Application/snapshots.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,17 @@ <h3>&{'snapshot.take-snapshot'}</h3>
6060
<div class="alert">&{'snapshot.take-before-restore'}</div>
6161
{{/restore}}
6262

63-
<div class="form-inline">
63+
<div class="form">
6464
<label for="snapshot-name">&{'snapshot.name'}</label>
6565
<input type="text" id="snapshot-name" />
6666

67+
<label for="valid-from">&{'snapshot.valid-from'}</label>
6768
<div class="input-append date" id="valid-from">
6869
<input size="96" type="text" />
6970
<span class="add-on"><i class="icon-th"></i></span>
7071
</div>
7172

73+
<label for="valid-to">&{'snapshot.valid-to'}</label>
7274
<div class="input-append date" id="valid-to">
7375
<input size="96" type="text" />
7476
<span class="add-on"><i class="icon-th"></i></span>

0 commit comments

Comments
 (0)