mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
add another toggle button
This commit is contained in:
parent
81392362ac
commit
c2cf52bb34
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
<div class="form-group">
|
||||
<label for="protocol_protocol_type"><%= t("my_modules.protocols.copy_to_repository_modal.type_label") %></label><br>
|
||||
<div class="btn-group" data-toggle="buttons">
|
||||
<label class="btn btn-primary active">
|
||||
<label class="btn btn-toggle active">
|
||||
<input type="radio" value="in_repository_public" name="protocol[protocol_type]" id="protocol_protocol_type_in_repository_public" checked="checked">
|
||||
<%= t("my_modules.protocols.copy_to_repository_modal.type_public") %>
|
||||
</label>
|
||||
<label class="btn btn-primary">
|
||||
<label class="btn btn-toggle">
|
||||
<input type="radio" value="in_repository_private" name="protocol[protocol_type]" id="protocol_protocol_type_in_repository_private">
|
||||
<%= t("my_modules.protocols.copy_to_repository_modal.type_private") %>
|
||||
</label>
|
||||
|
|
Loading…
Reference in a new issue