Skip to content
This repository has been archived by the owner on Feb 23, 2018. It is now read-only.

Commit

Permalink
#17 extra div tag
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Nov 30, 2017
1 parent 530d6d8 commit 0ce3055
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,15 @@ <h3 class="panel-title" th:text="#{preferences.panel.title}"></h3>
<label for="forceFileOverwriting">File Upload</label>
<p>
<input type="checkbox" id="forceFileOverwriting" th:field="*{forceFileOverwriting}" />
<span th:text="#{refrences.index.advanced.view}"></span>
<span th:text="#{refrences.index.advanced.view}"></span>
</p>
<p>
<input type="checkbox" id="advancedView" th:field="*{advancedView}" />
<span th:text="#{refrences.index.overwrite.duplicates}"></span>
<span th:text="#{refrences.index.overwrite.duplicates}"></span>
</p>
</div>
</div>
</div>
</div>
</div>

<div class="btn-group pull-right">
<button type="submit" class="btn btn-primary" th:text="#{preferences.save.button.label}"></button>
Expand Down

0 comments on commit 0ce3055

Please sign in to comment.