mirror of
https://github.com/evilhero/mylar
synced 2025-03-09 05:13:35 +00:00
FIX: redo tooltip for volume numbering to match others
FIX: redo tooltip for volume numbering to match others
This commit is contained in:
parent
f0dd2fde57
commit
cfb42fb6e5
1 changed files with 3 additions and 2 deletions
|
@ -236,13 +236,14 @@
|
|||
%endif
|
||||
<div class="row">
|
||||
<label>Volume Number</label>
|
||||
<input type="text" name="comic_version" value="${comic['ComicVersion']}" size="20" alt="Format: vN where N is a number 0-infinity"><br/>
|
||||
<input type="text" name="comic_version" value="${comic['ComicVersion']}" size="20"><br/>
|
||||
<small>Format: vN where N is a number 0-infinity</small>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<label>Directory Location</label>
|
||||
<input type="text" name="com_location" value="${comic['ComicLocation']}" size="90"><br/>
|
||||
<small>the directory where all the comics are located for this particular comic</small>
|
||||
<small>The directory where all the comics are located for this particular comic</small>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Reference in a new issue