Commit d2f90746 authored by Tristan Cavelier's avatar Tristan Cavelier Committed by Sebastien Robin

remove label filename from index.html

parent 3c782416
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
type="text" name="JSONstorage" id="input_json_storage" type="text" name="JSONstorage" id="input_json_storage"
value="{"type":"replicate","storageArray":[{"type":"local","userName":"tristan"},{"type":"dav","userName":"tristan","password":"mdp","location":"http://localhost:80"}]}" value="{"type":"replicate","storageArray":[{"type":"local","userName":"tristan"},{"type":"dav","userName":"tristan","password":"mdp","location":"http://localhost:80"}]}"
placeholder="storage" /> placeholder="storage" />
<!-- value="{&quot;type&quot;:&quot;dav&quot;,&quot;userName&quot;:&quot;tristan&quot;,&quot;password&quot;:&quot;mdp&quot;,&quot;location&quot;:&quot;http://localhost:80&quot;}" -->
<!-- value="{&quot;type&quot;:&quot;local&quot;,&quot;userName&quot;:&quot;tristan&quot;}" --> <!-- value="{&quot;type&quot;:&quot;local&quot;,&quot;userName&quot;:&quot;tristan&quot;}" -->
</div> </div>
<label class="control-label" <label class="control-label"
...@@ -64,7 +65,7 @@ ...@@ -64,7 +65,7 @@
<article> <article>
<div class="control-group"> <div class="control-group">
<div class="span5"> <div class="span5">
<label class="control-label" for="fileName">File Name</label> <!-- <label class="control-label" for="fileName">File Name</label> -->
<div class="controls docs-input-sizes"> <div class="controls docs-input-sizes">
<input type="text" name="fileName" id="input_fileName" <input type="text" name="fileName" id="input_fileName"
value="{{CurrentFileName}}" placeholder="file name" /> value="{{CurrentFileName}}" placeholder="file name" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment