Skip to content

Commit e6bcbc8

Browse files
committed
added checkbox in html [see #110]
no function atm
1 parent b2cb546 commit e6bcbc8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/main/webapp/WEB-INF/Index.jsp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,10 @@
237237
<h2>CreateArchive</h2>
238238
<p>
239239
<label for="newArchiveName">Name of the Archive:</label><br />
240-
<input type="text" id="newArchiveName" name="newArchiveName" placeholder="archive name" />
240+
<input type="text" id="newArchiveName" name="newArchiveName" placeholder="archive name" /><br />
241+
242+
<input type="checkbox" id="newArchiveIncludeVCard" name="newArchiveIncludeVCard" checked="checked" />
243+
<label for="newArchiveIncludeVCard">Include own VCard.</label>
241244
</p>
242245

243246
<div style="margin: 0.5em 0; float: left;">

0 commit comments

Comments
 (0)