bugfix: ansi/ascii status saves correctly
This commit is contained in:
parent
30d588247f
commit
e635fa3ae3
3 changed files with 31 additions and 27 deletions
|
|
@ -31,8 +31,8 @@
|
|||
<li>
|
||||
<input type="text" id="entryindex" value="" class='hidden'>
|
||||
<label for="file">File name:</label>
|
||||
<input id='entryfile' type="hidden" name="file" value="" placeholder="">
|
||||
<input id='entryfilepick' type="file" name="pickfile" value="" placeholder="">
|
||||
<input id='entryfile' type="text" name="file" value="" placeholder="">
|
||||
<input id='entryfilepick' type="file" class='hidden' name="pickfile" value="" placeholder="">
|
||||
</li>
|
||||
<li>
|
||||
<label for="file">Title:</label>
|
||||
|
|
@ -135,7 +135,6 @@
|
|||
<textarea id='entrytext' name='text'></textarea>
|
||||
</li>
|
||||
</div>
|
||||
<li><input type="submit" name="smt" id="smt" class="hidden" value=""></li>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue