fixes #583 - Add vote count to edit page
This commit is contained in:
parent
4c3748af0c
commit
504db16994
4 changed files with 7 additions and 6 deletions
|
@ -94,6 +94,10 @@
|
|||
<label for="txtCommunityRating">Community rating:</label>
|
||||
<input type="number" id="txtCommunityRating" name="txtCommunityRating" step=".1" data-mini="true" />
|
||||
</div>
|
||||
<div id="fldCommunityVoteCount" style="display: none;" data-role="fieldcontain">
|
||||
<label for="txtCommunityVoteCount">Community vote count:</label>
|
||||
<input type="number" id="txtCommunityVoteCount" name="txtCommunityVoteCount" data-mini="true" />
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldCriticRating" style="display: none;">
|
||||
<label for="txtCriticRating">Critic rating:</label>
|
||||
<input type="number" id="txtCriticRating" name="txtCriticRating" step=".1" data-mini="true" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue