FIX: redo tooltip for volume numbering to match others

FIX: redo tooltip for volume numbering to match others
This commit is contained in:
barbequesauce 2019-04-16 12:26:09 -04:00 committed by evilhero
parent f0dd2fde57
commit cfb42fb6e5
1 changed files with 3 additions and 2 deletions

View File

@ -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">