mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-25 01:37:17 +00:00
add labels to checkboxes
This commit is contained in:
parent
80ea82904b
commit
e181e074b1
@ -24,6 +24,7 @@
|
||||
{% endfor %}
|
||||
</select>
|
||||
<input name="is_tome" id="is_tome" title="is tome" type="checkbox"/>
|
||||
<label for="is_tome">is tome gear</label>
|
||||
<input name="action" id="action" type="hidden" value="add"/>
|
||||
<input name="method" id="method" type="hidden" value="post"/>
|
||||
<input name="add" id="add" type="submit" value="add"/>
|
||||
|
@ -23,6 +23,7 @@
|
||||
{% endfor %}
|
||||
</select>
|
||||
<input name="is_tome" id="is_tome" title="is tome" type="checkbox"/>
|
||||
<label for="is_tome">is tome gear</label>
|
||||
<input name="action" id="action" type="hidden" value="add"/>
|
||||
<input name="add" id="add" type="submit" value="add"/>
|
||||
</form>
|
||||
|
@ -18,6 +18,7 @@
|
||||
{% endfor %}
|
||||
</select>
|
||||
<input name="is_tome" id="is_tome" title="is tome" type="checkbox"/>
|
||||
<label for="is_tome">is tome gear</label>
|
||||
<input name="suggest" id="suggest" type="submit" value="suggest"/>
|
||||
</form>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user