hide field editor description when cannot connect to anki
This commit is contained in:
parent
d263a93d44
commit
cb5f725db7
@ -197,14 +197,14 @@
|
|||||||
<input type="text" id="interface-server" class="form-control">
|
<input type="text" id="interface-server" class="form-control">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="help-block">
|
|
||||||
Specify the information you would like included in your flashcards in the field editor below.
|
|
||||||
Please be aware that Anki requires the first field in the model to be unique. It is highly recommended
|
|
||||||
that you set it to <code>{expression}</code> for term flashcards and <code>{character}</code> for
|
|
||||||
Kanji flashcards.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div id="anki-format">
|
<div id="anki-format">
|
||||||
|
<p class="help-block">
|
||||||
|
Specify the information you would like included in your flashcards in the field editor below.
|
||||||
|
Please be aware that Anki requires the first field in the model to be unique. It is highly recommended
|
||||||
|
that you set it to <code>{expression}</code> for term flashcards and <code>{character}</code> for
|
||||||
|
Kanji flashcards.
|
||||||
|
</p>
|
||||||
|
|
||||||
<ul class="nav nav-tabs">
|
<ul class="nav nav-tabs">
|
||||||
<li class="active"><a href="#terms" data-toggle="tab">Terms</a></li>
|
<li class="active"><a href="#terms" data-toggle="tab">Terms</a></li>
|
||||||
<li><a href="#kanji" data-toggle="tab">Kanji</a></li>
|
<li><a href="#kanji" data-toggle="tab">Kanji</a></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user