mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +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">
|
||||
<label class="btn btn-default active">
|
||||
<%= 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 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 class="btn btn-default">
|
||||
<input type="radio" name="file_type" value='pptx'> Radio
|
||||
<input type="radio" name="file_type" value='pptx'> PowerPoint Online
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue