Hide icon [skip ci]

This commit is contained in:
James Cole
2020-03-22 08:14:47 +01:00
parent c598151c68
commit 8436a86536

View File

@@ -17,7 +17,7 @@ TODO: hide and show columns
</td> </td>
</tr> </tr>
<tr> <tr>
<th>&nbsp;</th> <th class="hidden-xs">&nbsp;</th>
<th>{{ trans('list.description') }}</th> <th>{{ trans('list.description') }}</th>
<th>{{ trans('list.amount') }}</th> <th>{{ trans('list.amount') }}</th>
<th>{{ trans('list.date') }}</th> <th>{{ trans('list.date') }}</th>
@@ -57,9 +57,9 @@ TODO: hide and show columns
</td> </td>
<!-- column to span accounts + extra fields --> <!-- column to span accounts + extra fields -->
{% if showCategory or showBudget %} {% if showCategory or showBudget %}
<td style="border-top:1px #aaa solid;" colspan="3" class="hidden-xs">&nbsp;</td> <td style="border-top:1px #aaa solid;" colspan="3">&nbsp;</td>
{% else %} {% else %}
<td style="border-top:1px #aaa solid;" colspan="2" class="hidden-xs">&nbsp;</td> <td style="border-top:1px #aaa solid;" colspan="2">&nbsp;</td>
{% endif %} {% endif %}
<td style="border-top:1px #aaa solid;"> <td style="border-top:1px #aaa solid;">
<div class="btn-group btn-group-xs pull-right"> <div class="btn-group btn-group-xs pull-right">
@@ -161,7 +161,7 @@ TODO: hide and show columns
title="{{ transaction.destination_account_iban|default(transaction.destination_account_name) }}">{{ transaction.destination_account_name }}</a> title="{{ transaction.destination_account_iban|default(transaction.destination_account_name) }}">{{ transaction.destination_account_name }}</a>
</td> </td>
{% if showCategory %} {% if showCategory %}
<td style=" {{ style|raw }}" class="hidden-xs"> <td style=" {{ style|raw }}">
{% if transaction.category_id %} {% if transaction.category_id %}
<a href="{{ route('categories.show', [transaction.category_id]) }}" <a href="{{ route('categories.show', [transaction.category_id]) }}"
title="{{ transaction.category_name }}">{{ transaction.category_name }}</a> title="{{ transaction.category_name }}">{{ transaction.category_name }}</a>
@@ -169,7 +169,7 @@ TODO: hide and show columns
</td> </td>
{% endif %} {% endif %}
{% if showBudget %} {% if showBudget %}
<td style=" {{ style|raw }}" class="hidden-xs"> <td style=" {{ style|raw }}">
{% if transaction.budget_id %} {% if transaction.budget_id %}
<a href="{{ route('budgets.show', [transaction.budget_id]) }}" <a href="{{ route('budgets.show', [transaction.budget_id]) }}"
title="{{ transaction.budget_name }}">{{ transaction.budget_name }}</a> title="{{ transaction.budget_name }}">{{ transaction.budget_name }}</a>
@@ -178,7 +178,7 @@ TODO: hide and show columns
{% endif %} {% endif %}
{% if group.count == 1 %} {% if group.count == 1 %}
<td style=" {{ style|raw }};" class="hidden-xs"> <td style=" {{ style|raw }};">
<div class="btn-group btn-group-xs pull-right"> <div class="btn-group btn-group-xs pull-right">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ 'actions'|_ }} <span class="caret"></span></button> {{ 'actions'|_ }} <span class="caret"></span></button>
@@ -194,11 +194,11 @@ TODO: hide and show columns
{% endif %} {% endif %}
{% if group.count != 1 %} {% if group.count != 1 %}
<td style=" {{ style|raw }};" class="hidden-xs"> <td style=" {{ style|raw }};">
&nbsp; &nbsp;
</td> </td>
{% endif %} {% endif %}
<td style="{{ style|raw }}" class="hidden-xs"> <td style="{{ style|raw }}">
<div class="pull-right"> <div class="pull-right">
<input id="list_{{ transaction.transaction_journal_id }}" value="{{ transaction.transaction_journal_id }}" <input id="list_{{ transaction.transaction_journal_id }}" value="{{ transaction.transaction_journal_id }}"
name="journals[{{ transaction.transaction_journal_id }}]" name="journals[{{ transaction.transaction_journal_id }}]"