mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Hide icon [skip ci]
This commit is contained in:
		| @@ -17,7 +17,7 @@ TODO: hide and show columns | ||||
|         </td> | ||||
|     </tr> | ||||
|     <tr> | ||||
|         <th> </th> | ||||
|         <th class="hidden-xs"> </th> | ||||
|         <th>{{ trans('list.description') }}</th> | ||||
|         <th>{{ trans('list.amount') }}</th> | ||||
|         <th>{{ trans('list.date') }}</th> | ||||
| @@ -57,9 +57,9 @@ TODO: hide and show columns | ||||
|                 </td> | ||||
|                 <!-- column to span accounts + extra fields --> | ||||
|                 {% if showCategory or showBudget %} | ||||
|                     <td style="border-top:1px #aaa solid;" colspan="3" class="hidden-xs"> </td> | ||||
|                     <td style="border-top:1px #aaa solid;" colspan="3"> </td> | ||||
|                 {% else %} | ||||
|                     <td style="border-top:1px #aaa solid;" colspan="2" class="hidden-xs"> </td> | ||||
|                     <td style="border-top:1px #aaa solid;" colspan="2"> </td> | ||||
|                 {% endif %} | ||||
|                 <td style="border-top:1px #aaa solid;"> | ||||
|                     <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> | ||||
|                 </td> | ||||
|                 {% if showCategory %} | ||||
|                     <td style=" {{ style|raw }}" class="hidden-xs"> | ||||
|                     <td style=" {{ style|raw }}"> | ||||
|                         {% if transaction.category_id %} | ||||
|                             <a href="{{ route('categories.show', [transaction.category_id]) }}" | ||||
|                                title="{{ transaction.category_name }}">{{ transaction.category_name }}</a> | ||||
| @@ -169,7 +169,7 @@ TODO: hide and show columns | ||||
|                     </td> | ||||
|                 {% endif %} | ||||
|                 {% if showBudget %} | ||||
|                     <td style=" {{ style|raw }}" class="hidden-xs"> | ||||
|                     <td style=" {{ style|raw }}"> | ||||
|                         {% if transaction.budget_id %} | ||||
|                             <a href="{{ route('budgets.show', [transaction.budget_id]) }}" | ||||
|                                title="{{ transaction.budget_name }}">{{ transaction.budget_name }}</a> | ||||
| @@ -178,7 +178,7 @@ TODO: hide and show columns | ||||
|                 {% endif %} | ||||
|  | ||||
|                 {% if group.count == 1 %} | ||||
|                     <td style=" {{ style|raw }};" class="hidden-xs"> | ||||
|                     <td style=" {{ style|raw }};"> | ||||
|                         <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"> | ||||
|                                 {{ 'actions'|_ }} <span class="caret"></span></button> | ||||
| @@ -194,11 +194,11 @@ TODO: hide and show columns | ||||
|  | ||||
|                 {% endif %} | ||||
|                 {% if group.count != 1 %} | ||||
|                     <td style=" {{ style|raw }};" class="hidden-xs"> | ||||
|                     <td style=" {{ style|raw }};"> | ||||
|                           | ||||
|                     </td> | ||||
|                 {% endif %} | ||||
|                 <td style="{{ style|raw }}" class="hidden-xs"> | ||||
|                 <td style="{{ style|raw }}"> | ||||
|                     <div class="pull-right"> | ||||
|                         <input id="list_{{ transaction.transaction_journal_id }}" value="{{ transaction.transaction_journal_id }}" | ||||
|                                name="journals[{{ transaction.transaction_journal_id }}]" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user