mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-11 14:45:59 +08:00
Update labels
This commit is contained in:
parent
b12916b828
commit
38e47b93ab
1 changed files with 3 additions and 3 deletions
|
|
@ -26,13 +26,13 @@
|
||||||
data-toggle="buttons">
|
data-toggle="buttons">
|
||||||
<label class="btn btn-default active">
|
<label class="btn btn-default active">
|
||||||
<%= image_tag 'office/Excel-xlsx_20x20x32.png' %>
|
<%= image_tag 'office/Excel-xlsx_20x20x32.png' %>
|
||||||
<input type="radio" name="file_type" value='docx' checked> Active
|
<input type="radio" name="file_type" value='docx' checked> Word Online
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-default">
|
<label class="btn btn-default">
|
||||||
<input type="radio" name="file_type" value='xlsx'> Radio
|
<input type="radio" name="file_type" value='xlsx'> Excel Online
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-default">
|
<label class="btn btn-default">
|
||||||
<input type="radio" name="file_type" value='pptx'> Radio
|
<input type="radio" name="file_type" value='pptx'> PowerPoint Online
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue