Skip to content

Commit

Permalink
#1268: Hide gloss phonology by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
susanodd committed Jul 13, 2024
1 parent 17713a0 commit 6c23484
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,12 @@ <h3>{% trans "Batch Edit" %}</h3>
{% endif %}
{% endwith %}
</table>
<div class="panel panel-default panel-toggles" style="padding-top:5px;">
<div class='panel-heading' data-toggle='collapse'
data-target='#toggle_gloss_phonology_panel_{{gloss.id}}'>{% trans "Phonology" %}
</div>
<div id='toggle_gloss_phonology_panel_{{gloss.id}}' class="panel-collapse collapse">
<div class="panel-body" style="display:inline-block;">
<table class="table-responsive">
{% csrf_token %}
<tr style="height:26px;">
Expand Down Expand Up @@ -565,6 +571,9 @@ <h3>{% trans "Batch Edit" %}</h3>
</td>
</tr>
</table>
</div>
</div>
</div>
</td>
<td style="width:500px;">
<div id="toggles" class='panel-group'>
Expand Down

0 comments on commit 6c23484

Please sign in to comment.